PlanetSquires Forums

Support Forums => Other Software and Code => Topic started by: Petrus Vorster on December 13, 2016, 12:48:44 PM

Title: Optical data capturing
Post by: Petrus Vorster on December 13, 2016, 12:48:44 PM
Has anyone ever worked with reading physical data from an image using a program?
E.g. Speed Fine cameras, Courier box address labels, or OCR data?

Nothing that can be read by a laser scanner, but by a camera.
Since those are high-end industry applications, free information is rare.
(but then you all helped me with the Tracking numbers and barcode generation...)

I am curious on how they actually "SEE" written information on a photo and how to get a computer to understand what it sees.

Any ideas would be great.
Title: Re: Optical data capturing
Post by: Raymond Leech on December 13, 2016, 01:36:58 PM
A professional acquaintance creates custom scanning applications where he pulls barcodes out of batches of scanned images. He spoke very highly of LeadTools. Hope this helps!

Title: Re: Optical data capturing
Post by: Petrus Vorster on December 13, 2016, 01:51:58 PM
I will take a look thanks!
Also looking at Tesseract OCR.

I need to incorporate this into one of my tools.
We use Siemens and Pitney Bowes sorting equipment in mailine processing but I was looking into the vague possibility of creating something that could help in address sorting in large underdeveloped areas.

Creating a delivery plan for 100k+ Households with minimal and no addresses is quite a challenge.
Title: Re: Optical data capturing
Post by: Petrus Vorster on December 27, 2016, 06:39:52 AM
The next step is to create a video feed to the desktop app.
I read http://msdn.microsoft.com/en-us/libr...=vs.85%29.aspx (http://msdn.microsoft.com/en-us/libr...=vs.85%29.aspx) a link Josè posted on the Pb forum, but now regret not studying his COM teachings.

Do we have a Video/Webcam/Player class that i can perhaps use? (With some examples would be nice too).
It would be really cool to control the video stream, control the flow of visual documents read, do the OCR and then filter the info to sort the physical documents.