Visual Basic (Declaration) | |
---|---|
Public Sub Recognize( _ ByVal startPage As Integer, _ ByVal pageCount As Integer, _ ByVal statusCallback As RasterDocumentRecognizeStatusCallback _ ) |
Visual Basic (Usage) | Copy Code |
---|---|
|
C# | |
---|---|
public void Recognize( int startPage, int pageCount, RasterDocumentRecognizeStatusCallback statusCallback ) |
Managed Extensions for C++ | |
---|---|
public: void Recognize( int startPage, int pageCount, RasterDocumentRecognizeStatusCallback* statusCallback ) |
C++/CLI | |
---|---|
public: void Recognize( int startPage, int pageCount, RasterDocumentRecognizeStatusCallback^ statusCallback ) |
Parameters
- startPage
- The index of the first page to be recognized. This is a zero-based index.
- pageCount
- The total number of pages to be recognized.
- statusCallback
- The status callback will be fired for each page recognized
Refer to DefaultSpellLanguages example.
This method will recognize the specified page or pages of the OCR document.
Set the RecognitionDataFileName property to a valid file name to save the recognition results to a file
before calling this method.
To save the recognition results to memory, call SaveResultsToMemory. To save the recognition results to a file, call SaveResultsToFile.
For more information, refer to Recognizing Document Pages.
For more information, refer to Language Dictionary List.
For more information, refer to Working with a Dictionary.
To save the recognition results to memory, call SaveResultsToMemory. To save the recognition results to a file, call SaveResultsToFile.
For more information, refer to Recognizing Document Pages.
For more information, refer to Language Dictionary List.
For more information, refer to Working with a Dictionary.
Target Platforms: Microsoft .NET Framework 2.0, Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family