Scanning (twain)

This forum is for general support of Xbase++
Post Reply
Message
Author
skiman
Posts: 1185
Joined: Thu Jan 28, 2010 1:22 am
Location: Sijsele, Belgium
Contact:

Scanning (twain)

#1 Post by skiman »

Hi,

I'm adding scanning possibilities to my application. Everything is working very well with eztw32.dll.

I was wondering if it would be possible to 'read' some code on the scan? This is what I want to accomplish.

1. When the accountant add an invoice to the system, I want to print a barcodelabel, which the accountant can put on the document. This way he/she don't have to make the scan themself.
2. Another person receives al the documents, with the labels on it. This person makes the scans.
3. The software checks the barcodes on the scan, and save the scan with the same name. So if the barcode on the label is '1234567', the scan receives the name '1234567.jpg'.

Anyone who has done this before?
Best regards,

Chris.
www.aboservice.be

User avatar
Tom
Posts: 1171
Joined: Thu Jan 28, 2010 12:59 am
Location: Berlin, Germany

Re: Scanning (twain)

#2 Post by Tom »

Hi, Chris.

You need OCR-software (or a SDK) for this, something like Abby Finereader or GdPicture.
Best regards,
Tom

"Did I offend you?"
"No."
"Okay, give me a second chance."

reganc
Posts: 257
Joined: Thu Jan 28, 2010 3:08 am
Location: Hersham, Surrey, UK
Contact:

Re: Scanning (twain)

#3 Post by reganc »

Have you asked Spike at DOSADI which OCR products can be used with EZTWAIN?
Regan Cawkwell
Real Business Applications Ltd
http://www.rbauk.com

Cliff Wiernik
Posts: 605
Joined: Thu Jan 28, 2010 9:11 pm
Location: Steven Point, Wisconsin USA
Contact:

Re: Scanning (twain)

#4 Post by Cliff Wiernik »

I use GDPicture, not for scanning, and I think it is a good product.

skiman
Posts: 1185
Joined: Thu Jan 28, 2010 1:22 am
Location: Sijsele, Belgium
Contact:

Re: Scanning (twain)

#5 Post by skiman »

Hi,

Meanwhile I did some search on the internet.

There are some active-x components which are reading a barcode from an image. This can be done after the scan is made.

DOSADI also has implemented a 'barcodereader' in their PRO version. It seems as it is not very fast, so I will try with some other tools. I will look at GDpicture.

Thanks for the suggestions, they showed me the way I have to look.
Best regards,

Chris.
www.aboservice.be

Cliff Wiernik
Posts: 605
Joined: Thu Jan 28, 2010 9:11 pm
Location: Steven Point, Wisconsin USA
Contact:

Re: Scanning (twain)

#6 Post by Cliff Wiernik »

I think GDPicture has access to a barcode reading capability.

Post Reply