OCRCorrection 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 a correction automatically applied to recognized text to fix repeating recognition errors.
Inheritance Hierarchy
Bytescout.PDFExtractorOCRCorrection
Namespace:Bytescout.PDFExtractor
Assembly: Bytescout.PDFExtractor (in Bytescout.PDFExtractor.dll) Version: 13.4.0.4760-master
Syntax
The OCRCorrection type exposes the following members.
Constructors
Name | Description | |
---|---|---|
OCRCorrection | Constructs OCRCorrection object. |
Properties
Name | Description | |
---|---|---|
IsRegex | Gets whether the SearchString is regular expression (Regex). | |
RegexOptions | Gets regular expression options. | |
ReplacementString | Gets the replacement string. | |
SearchString | Gets the search string. |
Methods
Name | Description | |
---|---|---|
Equals(Object) | Determines whether the specified Object is equal to the current Object. (Overrides ObjectEquals(Object).) | |
Equals(OCRCorrection) | ||
Finalize | (Inherited from Object.) | |
GetHashCode | Serves as a hash function for a particular type. (Overrides ObjectGetHashCode.) | |
GetType | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) | |
ToString | (Inherited from Object.) |
See Also