LEADTOOLS Support
Document
Document SDK Examples
How To: Minimum OCR to text demo using OCR Professional (Delphi)
This topic and its replies were posted before the current version of LEADTOOLS was released and may no longer be applicable.
#1
Posted
:
Wednesday, December 15, 2010 11:23:59 PM(UTC)
Groups: Guests
Posts: 3,022
Was thanked: 2 time(s) in 2 post(s)
The attached Delphi 7 project uses our CDLL functions to load and OCR an image using the Professional engine then save the recognition result to text file.
It is similar to the C++ demo posted above by Maen.
You need to modify the following:
- Set the Project properties => Directories/Conditionals => Output Directory to [LEADTOOLS 17]\Bin\CDLL\Win32
- Set the Project properties => Directories/Conditionals => Search Path to [LEADTOOLS 17]\Uses
- Set the SrcFile and DstFile in the project code.
Notes:
1. You will need the latest v17 Uses files for Delphi.
2. The same code should work with different versions of Delphi.
#2
Posted
:
Tuesday, December 4, 2012 4:11:28 AM(UTC)
Groups: Guests
Posts: 3,022
Was thanked: 2 time(s) in 2 post(s)
The attached Delphi project uses the professional engine to OCR a TIF image, and then it saves the results in a TXT file. This project contains 2 project files (.dpr and .dproj). The .dpr project is for versions of Delphi that is older than Delphi XE, and the .dproj project is for Delphi XE and later. To build and run the project successfully, it's recommended to copy the project to the following folder:
[LEADTOOLS 17.5 Folder]\Examples\Delphi
#3
Posted
:
Wednesday, June 18, 2014 9:59:04 PM(UTC)
Groups: Registered
Posts: 256
The attached project is updated from 17.5 to 18 that uses CDLL inside delphi.
LEADTOOLS Support
Document
Document SDK Examples
How To: Minimum OCR to text demo using OCR Professional (Delphi)
You cannot post new topics in this forum.
You cannot reply to topics in this forum.
You cannot delete your posts in this forum.
You cannot edit your posts in this forum.
You cannot create polls in this forum.
You cannot vote in polls in this forum.