Visual Basic (Declaration) | |
---|---|
Overridable Sub Unrecognize() |
Visual Basic (Usage) | Copy Code |
---|---|
|
C# | |
---|---|
virtual void Unrecognize() |
C++/CLI | |
---|---|
virtual void Unrecognize(); |
The effect of calling the Unrecognize method is the same as if the application had not called the IOcrPage.Recognize or RecognizeText.
After Unrecognize is called, the value of the IsRecognized property of this page is set to false.
Target Platforms: Microsoft .NET Framework 3.0, Windows XP, Windows Server 2003 family, Windows Server 2008 family
Reference
IOcrPage InterfaceIOcrPage Members
IOcrPageCollection Interface
IOcrZoneCollection Interface
Recognize Method
RecognizeText Method
IsRecognized Property
OcrZone Structure
AutoZone
GetRecognizedCharacters Method
SetRecognizedCharacters Method
OcrCharacter Structure
IOcrPageCharacters Interface
IOcrZoneCharacters Interface
Programming with Leadtools .NET OCR
Recognizing OCR Pages
OCR Confidence Reporting