PDA

View Full Version : Using OCR in Lianja



hmischel@diligentsystems.com
2016-12-15, 06:49
Hi,

Here's a quick example of using OCR in lianja to pull text/data from an image.
I am using pytesseract, an open source version of googles tesseract OCR engine.
I am also using the Lianja Draw method and opencv.

https://youtu.be/fvLQgdbcpeo

Herb.

rcahoon
2016-12-15, 09:13
Herb,

This is way cool. I have a requirement for an app that requires a client signature. I was looking into Keith Wood's jquery.signature.package v1.1.2 and I would love your recommendation and/or input if possible.

Thanks In Advance,

Rob C.

HankFay
2016-12-15, 09:39
Wow, demos don't usually give me shivers down my spine. Very cool!

hmischel@diligentsystems.com
2016-12-15, 12:32
Hi Rob,

I haven't tried any of the signature packages yet, but I can see there are several options.
The cool thing is you can embed a webview object in a section with VFP controls.

I am kind of partial to the custom sections, so that's how I would build it, but I'd love to see what you come up with.

Herb

Should be a fun project - let us know

hmischel@diligentsystems.com
2016-12-15, 12:33
Thanks Hank!!