FiveTech Support Forums

FiveWin / Harbour / xBase community
Board index FiveWin for Harbour/xHarbour Have any one success with Scan and OCR to database?
Posts: 1598
Joined: Fri Oct 07, 2005 05:56 PM
Have any one success with Scan and OCR to database?
Posted: Fri Dec 17, 2010 08:35 AM

Dear All,

I would like to scan passport and extract text from the image (OCR) to database file? I can scan the passport but how can I extract from image file to text.

Regards,

Dutch



FWH 2304 / xHarbour Simplex 1.2.3 / BCC73 / Pelles C / UEStudio

FWPPC 10.02 / Harbour for PPC (FTDN)

ADS V.9 / MySql / MariaDB

R&R 12 Infinity / Crystal Report XI R2

(Thailand)
Posts: 729
Joined: Tue Oct 18, 2005 06:49 PM
Re: Have any one success with Scan and OCR to database?
Posted: Sat Dec 18, 2010 03:42 PM

Hi Dutch
Has you tried IdScan:

http://www.card-reader.com/idscan_drivers_license.htm

Regards

George

Posts: 3107
Joined: Fri Oct 07, 2005 06:28 PM
Re: Have any one success with Scan and OCR to database?
Posted: Mon Dec 20, 2010 08:59 AM

I think we can crate it from xhb ...700 usd is no good for me ...

Best Regards, Saludos



Falconi Silvio
Posts: 858
Joined: Fri Oct 07, 2005 12:00 PM
Re: Have any one success with Scan and OCR to database?
Posted: Tue Dec 21, 2010 08:58 PM

Hi,
you could try the free eztwain with the transym ocr (about 50USD).

www.dosadi.com

Best Regards,



Marco Turco

SOFTWARE XP LLP
Posts: 1598
Joined: Fri Oct 07, 2005 05:56 PM
Re: Have any one success with Scan and OCR to database?
Posted: Tue Dec 21, 2010 09:08 PM
Dear All,

Thanks George for your idea.

Marco, I'm quite interesting but cannot search who use this in the forum. The cost is not a point, if it can. I've use EZTWAIN32.DLL for scan a passport. It will be a best choice, if it can extract with Transym OCR (TOCR).
Have you got an sample to use TOCR? If so, thank you in advance and very kindness.
Marco Turco wrote:Hi,
you could try the free eztwain with the transym ocr (about 50USD).
http://www.dosadi.com
Regards,

Dutch



FWH 2304 / xHarbour Simplex 1.2.3 / BCC73 / Pelles C / UEStudio

FWPPC 10.02 / Harbour for PPC (FTDN)

ADS V.9 / MySql / MariaDB

R&R 12 Infinity / Crystal Report XI R2

(Thailand)
Posts: 858
Joined: Fri Oct 07, 2005 12:00 PM
Re: Have any one success with Scan and OCR to database?
Posted: Wed Dec 22, 2010 07:58 AM

Hi Dutch,
I'm using at this moment only the OCR translation of barcode 3of9 based on the embedded Eztwain OCR barcode module and I' not using the Transym add-on.
Anycase what you need is very simple to have and you don't need any OCR class because Eztwain already support Transym so you only need to activate the Transym from Eztwain with a simple call.

From the Eztwain guide:

Using TOCR with EZTwain Pro is relatively simple:
1. Install the TOCR product according to Transym's directions.
2. In your application, start by selecting the TOCR engine using
OCR_SelectEngine(EZOCR_ENGINE_TRANSYM)
(Or the equivalent in your programming language.)
3. If that returns True (1) you may invoke other OCR services either directly
using OCR_RecognizeDib, or indirectly using functions such as
am using Eztwain (with Tscanner class) on

Best Regards,



Marco Turco

SOFTWARE XP LLP

Continue the discussion