Recognize method (ILEADRasterDocument)
short Recognize (short iStartPage, short iPageCount); | |
Overview |
Refer to Recognizing Document Pages |
Remarks
Recognizes the specified page or pages in the OCR document.
The following property must be set before calling the Recognize method:
RecognitionDataFileName property
For more information on the steps to take before recognizing one or more pages, refer to Programming with LEADTOOLS OCR COM.
To save the recognition results to a file, call the SaveDocument method.
To save the recognition results to memory instead of a file, set the EnableSaveResultsToMemory property to TRUE and call the SaveResultsToMemory method.
See Also