PC SOFT

FOROS PROFESIONALES
WINDEVWEBDEV y WINDEV Mobile

Inicio → WINDEV 2024 → Finding barcodes in a scanned document
Finding barcodes in a scanned document
Iniciado por info, 25,sep. 2015 14:23 - 1 respuesta
Publicado el 25,septiembre 2015 - 14:23
For a medical application we need to open a scanned document (tiff) and recouver the data from the barcodes (can up to 6) on the opend document.
Anyone any idea how?
Publicado el 25,septiembre 2015 - 15:32
Hi

there are 2 options. Either you use a barcode reader
dll/activeX/assembly, either free or $$$, -OR- you just do it yourself
in wlanguage, by analyzing the succession of black and white pixels on
the document.

Both solutions have been used by some of my customers, depending if they
wanted to depend on an external tool or not.

Best regards

--
Fabrice Harari
International WinDev, WebDev and WinDev mobile Consulting

Already there: WXShowroom.com, WXReplication (open source)
Coming soon: WXEDM (open source)
More information on http://www.fabriceharari.com


On 9/25/2015 6:23 AM, Wouter Dral wrote:
For a medical application we need to open a scanned document (tiff) and
recouver the data from the barcodes (can up to 6) on the opend document.
Anyone any idea how?