delphi ocr: what libabry should I use?
Hello has someone already used a OCR activex/Dll/libary in Delphi ? I cannot find a librar开发者_Go百科y for OCR (Free or for an affordable price)
regards
- tesseract-ocr is an open source OCR engine for VC++, but there was a simple Delphi wrapper for its
tessdll
. - Imaging Toolkit for Delphi costs 75 euro for its standard edition.
You can try this:
http://delphimagic.blogspot.com/2009/04/ocr-con-delphi.html
it takes with source code
at http://OpenOCR.org one can download CuneiForm sources.
they told to go with tiger.tlb file that can be imported into Delphi as COM server ( APARTMENTTHREAD )
精彩评论