The Unrecognize Method is available as an add-on to the LEADTOOLS Document and Medical Imaging toolkits.
Destroy the recognized data internally stored in this IOcrPage.Visual Basic (Declaration) | |
---|---|
Sub Unrecognize() |
Visual Basic (Usage) | Copy Code |
---|---|
Dim instance As IOcrPage instance.Unrecognize() |
C# | |
---|---|
void Unrecognize() |
C++/CLI | |
---|---|
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 2.0, Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7
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