So far I think EZScan is the way I am going to go.
I thought you might like to try out my EZScan test program.
For the OCR to work you will need to download and install demo version of Transym OCR
Compiled EXE and Source version with freeimage and some images (4meg).
http://www.wwrowland.com/DownloadFiles/testscancomplete.zip
Just source code and images (<1meg)
http://www.wwrowland.com/DownloadFiles/testscansource.zip
It requires a couple of modified programs.
tscan.prg // Added OCR and other functions
image.prg // Added extra functions and methods
but everything is listed in testscan32.prg
This test program allows me to do some of the following:
- Scan new images or open images from disk.
Recognize barcodes on image
Band an area on screen and have it OCR that area to text.
View image with size/zoom/panning.
Resize window and it sizes image automatically.
It took me awhile to find and test some of the techniques used and I would still like to improve them but you might as well check it out.
I use xHarbour.com builder so it is not tested with other compilers.
Enjoy.