OCRCorrectionList Class
 Free Trial Web API version Licensing Request A Quote
HAVE QUESTIONS OR NEED HELP?SUBMIT THE SUPPORT REQUEST FORM or write email toSUPPORT@BYTESCOUT.COM
 Represents collection of corrections automatically applied to recognized text to fix repeating recognition errors.
Inheritance Hierarchy
Bytescout.PDFExtractorOCRCorrectionList
Namespace:Bytescout.PDFExtractor
Assembly: Bytescout.PDFExtractor (in Bytescout.PDFExtractor.dll) Version: 13.4.0.4760-master
Syntax
The OCRCorrectionList type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
| OCRCorrectionList | Initializes a new instance of the OCRCorrectionList class  | 
Properties
Methods
| Name | Description | |
|---|---|---|
| Add(OCRCorrection) |  Adds OCRCorrection item to collection.  | |
| Add(String, String, Boolean) |  Adds new item to collection.  | |
| Add(String, String, Boolean, RegexOptions) |  Adds new item to collection.  | |
| Clear |  Clears the collection.  | |
| Equals | (Inherited from Object.) | |
| Finalize | (Inherited from Object.) | |
| GetEnumerator |  Returns an enumerator that iterates through a collection.  | |
| GetGenericList |  Returns copy of the collection as generic list of OCRCorrection objects.  | |
| GetHashCode | (Inherited from Object.) | |
| GetType | (Inherited from Object.) | |
| MemberwiseClone | (Inherited from Object.) | |
| ToString | (Inherited from Object.) | 
See Also