Version Changes: 22 to 23
The following members have been added:
Name |
---|
None |
The following members have been removed:
Name |
---|
None |
Deprecated Member | Current Member | |
---|---|---|
Leadtools.OCR.IOcrPageCollection.NativeAutoZone | Leadtools.OCR.IOcrPageCollection.AutoZone | |
Leadtools.OCR.IOcrPage.DetectNativeFillMethod | Leadtools.OCR.IOcrPage | |
Leadtools.OCR.IOcrPage.NativeAutoZone | Leadtools.OCR.IOcrPage.AutoZone | |
Leadtools.OCR.IOcrPage.UpdateNativeFillMethod | Leadtools.OCR.IOcrPage | |
Leadtools.OCR.IOcrZoneManager.GetAdditionalNativeFillMethods | Leadtools.OCR.IOcrZoneManager | |
Leadtools.OCR.IOcrZoneManager.GetAdditionalNativeRecognitionModules | Leadtools.OCR.IOcrZoneManager | |
Leadtools.OCR.IOcrZoneManager.GetNativeZone | Leadtools.OCR.IOcrZoneManager | |
Leadtools.OCR.IOcrZoneManager.GetSupportedNativeFillMethods | Leadtools.OCR.IOcrZoneManager | |
Leadtools.OCR.IOcrZoneManager.GetSupportedNativeRecognitionModules | Leadtools.OCR.IOcrZoneManager | |
Leadtools.OCR.IOcrZoneManager.GetSupportedNativeZoneTypes | Leadtools.OCR.IOcrZoneManager.GetSupportedZoneTypes | |
Leadtools.OCR.IOcrZoneManager.IsNativeFillMethodSupported | Leadtools.OCR.IOcrZoneManager | |
Leadtools.OCR.IOcrZoneManager.IsNativeRecognitionModuleSupported | Leadtools.OCR.IOcrZoneManager | |
Leadtools.OCR.IOcrZoneManager.IsNativeZoneTypeSupported | Leadtools.OCR.IOcrZoneManager.IsZoneTypeSupported | |
Leadtools.OCR.IOcrZoneManager.SetNativeZone | Leadtools.OCR.IOcrZoneManager | |
Leadtools.OCR.NativeOcrZone | Leadtools.OCR.OcrZone | |
Leadtools.OCR.NativeOcrZoneAfterRecognitionNotes | Leadtools.OCR.OcrZone | |
Leadtools.OCR.NativeOcrZone.AfterRecognitionNotes | Leadtools.OCR.OcrZone | |
Leadtools.OCR.NativeOcrZone.Bounds | Leadtools.OCR.OcrZone.Bounds | |
Leadtools.OCR.NativeOcrZone.CharacterFilters | Leadtools.OCR.OcrZone.CharacterFilters | |
Leadtools.OCR.NativeOcrZoneFillMethod | Leadtools.OCR.OcrZone | |
Leadtools.OCR.NativeOcrZone.FillMethod | Leadtools.OCR.OcrZone | |
Leadtools.OCR.NativeOcrZone.Id | Leadtools.OCR.OcrZone.Id | |
Leadtools.OCR.NativeOcrZone.IsEngineZone | Leadtools.OCR.OcrZone.IsEngineZone | |
Leadtools.OCR.NativeOcrZone.Language | Leadtools.OCR.OcrZone.Language | |
Leadtools.OCR.NativeOcrZone.Name | Leadtools.OCR.OcrZone.Name | |
Leadtools.OCR.NativeOcrZone.OmrConfidence | Leadtools.OCR.OcrZone | |
Leadtools.OCR.NativeOcrZone.OmrState | Leadtools.OCR.OcrZone | |
Leadtools.OCR.NativeOcrZoneParser | Leadtools.OCR.OcrZone | |
Leadtools.OCR.NativeOcrZoneRecognitionModule | Leadtools.OCR.OcrZone | |
Leadtools.OCR.NativeOcrZone.RecognitionModule | Leadtools.OCR.OcrZone | |
Leadtools.OCR.NativeOcrZoneRecognitionOptions | Leadtools.OCR.OcrZone | |
Leadtools.OCR.NativeOcrZone.RecognitionOptions | Leadtools.OCR.OcrZone | |
Leadtools.OCR.NativeOcrZone.Selected | Leadtools.OCR.OcrZone | |
Leadtools.OCR.NativeOcrZoneType | Leadtools.OCR.OcrZoneType | |
Leadtools.OCR.NativeOcrZone.UserDictionarySectionName | Leadtools.OCR.OcrZone | |
Leadtools.OCR.NativeOcrZone.ZoneType | Leadtools.OCR.OcrZone.ZoneType | |
Leadtools.OCR.OcrTypeManager.CreateDefaultNativeOcrZone | Leadtools.OCR.OcrTypeManager.CreateDefaultOcrZone |
Version Changes: 21 to 22
The following members have been added:
Name | Description |
---|---|
Leadtools.Ocr.ImageType |
Specifies the image type for OCR recognition. |
Leadtools.Ocr.OcrEngineType.LEAD |
LEAD specifies the LEADTOOLS OCR Module - LEAD Engine. Internally, the OCR library inside Leadtools.Ocr.LEADEngine.dll is used. |
Leadtools.Ocr.OcrModuleType |
Specifies the type of OCR module. |
Leadtools.Ocr.OcrRuntimeFileMode.Close |
Close the file after reading |
Leadtools.Ocr.OcrRuntimeFileMode.Exists |
Check to see if the file exists |
Leadtools.Ocr.OcrRuntimeFileMode.Open |
Open the file for reading |
Leadtools.Ocr.OcrZoneType.Barcode |
Barcode zone. Currently, the engine does not auto-detect barcode zones. Instead, call the BarcodeReader to detect the barcode zone area(s) automatically, if needed, and add an OcrZone object with OcrZoneType.Barcode to the page. For future use by LEADTOOLS. |
Leadtools.Ocr.OcrZoneType.Cmc7 |
CMC7 zone filling method. ConnectCode MICR CMC7 font is based on the CMC-7 (ISO 1004) industry standard. |
Leadtools.Ocr.OcrZoneType.FieldData |
Field data zone (for example, the name, address, and date fields in passports and identity cards). Field data uses capital letters, digits, and separators. Currently, the engine does not auto-detect field data zones. Set field data manually if a zone is known to contain field data. After a zone with field data is recognized, call IOcrZoneCharacters to parse the row data. |
Leadtools.Ocr.OcrZoneType.Graphic |
Zone containing graphics (Not sure). |
Leadtools.Ocr.OcrZoneType.Icr |
ICR (Intelligent Character Recognition) zone. Handwritten text and numbers. |
Leadtools.Ocr.OcrZoneType.Micr |
MICR (Magnetic Ink Character Recognition) zone. Check processing. Currently, the engine does not auto-detect MICR zones. Instead, use MICRCodeDetectionCommand to detect the MICR zone area automatically, if needed, and add an OcrZone object with OcrZoneType.Micr to the page. After the zone with MICR data is recognized, call the ExtractMicrData method to parse the row data into an OcrMicrData object. |
Leadtools.Ocr.OcrZoneType.Mrz |
MRZ (Machine Readable Zone). Only applicable to passports and identity cards. Travel passports worldwide are MRPs (machine-readable passports). They are standardized by the ICAO Document 9303 (endorsed by the International Organization for Standardization and the International Electrotechnical Commission as ISO/IEC 7501-1) and have a special machine-readable zone (MRZ). MRZs are usually at the bottom of the identity page at the beginning of a passport. MRZ text uses capital letters and digits separated by one or more \< characters (for example, `P<OcrZoneType.Mrz to the page. After a zone with MRZ data is recognized, call IOcrZoneCharacters to parse the row data. |
Leadtools.Ocr.OcrZoneType.None |
No recognition zone. |
Leadtools.Ocr.OcrZoneType.Omr |
OMR (Optical Markup Recognition) zone. |
Leadtools.Ocr.OcrZoneType.Table |
Table type zone. |
Leadtools.Ocr.OcrZoneType.Text |
Flowing text type zone. |
The following members have been removed:
Name | Description |
---|---|
Leadtools.Ocr.OcrSupportLockedExceptionType.OcrOmniPageArabic |
LEADTOOLS OCR Module - OmniPage Engine with Additional Languages support is required to use this feature. |
Leadtools.Ocr.OcrSupportLockedExceptionType.OcrOmniPageAsian |
LEADTOOLS OCR Module - OmniPage Engine Asian support is required to use this feature. |
Version Changes: 20 to 21
The following members have been added:
Name |
---|
None |
The following members have been removed:
Name |
---|
None |
Version Changes: 19 to 20
Leadtools.Ocr namespace in v20 replaces Leadtools.Forms.Ocr in v19.
v19 | v20 |
---|---|
OcrEngineType.Advantage | OcrEngineType.LEAD |
OcrEngineType.Professional | OcrEngineType.OmniPage |
OcrEngineType.Arabic | OcrEngineType.OmniPageArabic |