Link Search Menu Expand Document

OCRCorrectionList Class

Represents collection of corrections automatically applied to recognized text to fix repeating recognition errors.
Inheritance Hierarchy
SystemObject
Bytescout.PDFExtractorOCRCorrectionList

Namespace:Bytescout.PDFExtractor
Assembly: Bytescout.PDFExtractor (in Bytescout.PDFExtractor.dll) Version: 13.4.0.4760-master
Syntax
public class OCRCorrectionList : IEnumerable

The OCRCorrectionList type exposes the following members.

Constructors
NameDescription
Public methodOCRCorrectionList
Initializes a new instance of the OCRCorrectionList class
Top
Properties
NameDescription
Public propertyCount
Gets count of items in collection.
Public propertyItem
Top
Methods
NameDescription
Public methodAdd(OCRCorrection)
Adds OCRCorrection item to collection.
Public methodAdd(String, String, Boolean)
Adds new item to collection.
Public methodAdd(String, String, Boolean, RegexOptions)
Adds new item to collection.
Public methodClear
Clears the collection.
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetEnumerator
Returns an enumerator that iterates through a collection.
Public methodGetGenericList
Returns copy of the collection as generic list of OCRCorrection objects.
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodToString (Inherited from Object.)
Top
See Also

Reference