Search found 48 matches: eztwain

Return to advanced search

escanear documento...

Hola.
Necesito escanear documentos desde una aplicacion. al querer compilar una de los sources que baje "QScanner2" me pide un eztwain.h alguien la tiene?
que otra opcion tengo para escanear?

gracias.
Gustavo.
by goosfancito
Wed Dec 11, 2019 8:22 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: escanear documento...
Replies: 2
Views: 596

Re: SCAN barcode within an application

I have done it with built in camera. Saved picture(s) to jpg files. Then used eztwain functions to open file and read barcode (3of9 built in). If barcode in other formats would need 3rd party barcode engine that can be bridged. The version of Eztwain i use only ...
by Gale FORd
Wed Jan 03, 2018 9:07 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: SCAN barcode within an application
Replies: 1
Views: 544

Re: OCR for scanned documents

EZTwain has built in supports for Transym OCR Software's TOCR. I have used it and is pretty straight forward, especially if you are using EZTwain already. It is not free so that might be a problem. Hey Gale; What exactly ...
by reinaldocrespo
Thu Mar 02, 2017 7:46 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: OCR for scanned documents
Replies: 13
Views: 4404

Re: EZScan, Barcode, OCR Testing

... to implement OCR from images. Mostly .Tif images. In order to use the Transym OCR engine it seems like to you have to purchase the professional EZTwain version (@ $999.00 http://www.eztwain.com/eztwain4-licensing.htm). Is this so? Can anyone please confirm? Thank you, Reinaldo.
by reinaldocrespo
Mon Aug 10, 2015 2:35 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: EZScan, Barcode, OCR Testing
Replies: 17
Views: 6929

Re: OCR for scanned documents

Hey Gale;

Don't you have to purchase Dosadi EzTwain Pro ($999) for the OCR to work?

For example function TW_OCR_SELECTENGINE(EZOCR_ENGINE_TRANSYM) is not on the free version of the API. Am I missing something here?

Thank you for your help,


Reinaldo.
by reinaldocrespo
Tue Mar 03, 2015 10:54 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: OCR for scanned documents
Replies: 13
Views: 4404

Re: Strange problems on decimals - dangerous bug !!

Antonio Linares wrote:Marco,

Is it working fine with Harbour ?


I didn't try. Anyway we are using some 3rd parts components (eztwain, fastreport etc.) and there is a 15 pages thread on your forum with subject "Migrating to Harbour".... I don't think a migration is a question of hours :?
by Marco Turco
Mon Jan 19, 2015 7:51 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Strange problems on decimals - dangerous bug !!
Replies: 37
Views: 5152

Re: How to Read text from image

Rafa Carmona ( TheFull ) made on Tscan class the possibility to use OCR with the EZOCR.dll

You will need EZTwain dll files (tested with pro 3.0)
http://www.eztwain.com/eztwain3.htm

For OCR you will need to install Transym OCR (works with the demo version)
http://www.transym.com
by Silvio.Falconi
Tue Nov 11, 2014 11:37 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: How to Read text from image
Replies: 2
Views: 499

Re: OCR for scanned documents

EZTwain has built in supports for Transym OCR Software's TOCR. I have used it and is pretty straight forward, especially if you are using EZTwain already.
It is not free so that might be a problem.
by Gale FORd
Mon Aug 04, 2014 2:06 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: OCR for scanned documents
Replies: 13
Views: 4404

Re: Tscan and XHarbour

http://www.eztwain.com/eztwain1.htm

You only need of eztw32.dll.

EMG
by Enrico Maria Giordano
Thu Jun 28, 2012 10:09 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Tscan and XHarbour
Replies: 7
Views: 3353

Tscan and XHarbour

As I mentioned on an earlier post I got a copy of TScan which seems to utilize the paid for version of the EzTwain from DosAdi. It seems that most people use the free version. Can someone direct me to the location of the Free software from DosAdi. Are there many versions of ...
by byron.hopp
Thu Jun 28, 2012 6:53 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Tscan and XHarbour
Replies: 7
Views: 3353

Re: EZTwain using TSCAN

Hi.

EZTWAIN has a pro version that's available for purchase and a regular (ie non-pro) free version. I think most everyone here is using the free version.


Reinaldo.
by reinaldocrespo
Tue Jun 26, 2012 12:23 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: EZTwain using TSCAN
Replies: 2
Views: 585

Re: EZTwain using TSCAN

For your own non commercial use I thought EZTW32.dll has a free version.
Check out the following link.
http://forums.fivetechsoft.com/viewtopic.php?t=13221
I'm using it successfully. Let me know how you get on Byron.
by Jonathan Hodder
Mon Jun 25, 2012 11:00 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: EZTwain using TSCAN
Replies: 2
Views: 585

EZTwain using TSCAN

I wrote a small scan routine in my checking program to hopefully have my self more prepared for my next IRS audit. Things seemed to be working fine until I start getting a message to register my product. I sent in for another trial period, got an e-mail back with a number, but have no way to apply t...
by byron.hopp
Mon Jun 25, 2012 8:59 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: EZTwain using TSCAN
Replies: 2
Views: 585

Re: Compilando TSCAN MVC2010

Prueba asi:

extern "C" {
#include "eztwain.h"
};
by Antonio Linares
Sun Apr 08, 2012 8:03 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Compilando TSCAN MVC2010
Replies: 17
Views: 4035
Next

Return to advanced search