Leadtools.Forms.Ocr Namespace > IOcrPage Interface : Unrecognize Method |
void Unrecognize()
'Declaration Sub Unrecognize()
'Usage Dim instance As IOcrPage instance.Unrecognize()
void Unrecognize()
- (void)unrecognize;
public void unrecognize()
function Leadtools.Forms.Ocr.IOcrPage.Unrecognize()
void Unrecognize();
The effect of calling the Unrecognize method is the same as if the application had not called the Recognize or RecognizeText.
After Unrecognize is called, the value of the IsRecognized property of this page is set to false.
IOcrPage Interface
IOcrPage 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 the LEADTOOLS .NET OCR
Recognizing OCR Pages
OCR Confidence Reporting