[Qt-interest] Qt and OCR (is there a Qt-binding for GNU Ocrad or similar)

Constantin Makshin cmakshin at gmail.com
Wed Jan 12 16:07:55 CET 2011


An alternative is to save the image to a temporary file, use QProcess API to run the OCR tool with appropriate command line parameters and take the resulting text file.

On Wednesday 12 January 2011 10:22:16 Wilhelm wrote:
> Hi all,
> 
> I have to do some ocr on screen-images e.g. a snapshot of an application
> window or part of that. The programm does the screen capture and has an
> QImage of the snapshot. The task is now to recognize a predefined text
> in that image (without the problems of scanned images but I think with
> some new due to the complex structure of the images ...)
> 
> Therefore I'm looking for an ocr solution to use together with qt. I
> stumbled across GNU Ocrad, which has also a usable library-interface, I
> think.
> 
> Has anybody some recommendations / alternatives for me?
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 490 bytes
Desc: This is a digitally signed message part.
Url : http://lists.qt-project.org/pipermail/qt-interest-old/attachments/20110112/c692a72d/attachment.bin 


More information about the Qt-interest-old mailing list