Link Search Menu Expand Document

OCRCell Class

Represents OCR cell (word) data.
Inheritance Hierarchy
SystemObject
Bytescout.PDFExtractorOCRCell

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

The OCRCell type exposes the following members.

Properties
NameDescription
Public propertyColor
Color of the recognized OCR object. Computed as prevailing non-white color.
Public propertyConfidence
Recognition confidence.
Public propertyHeight
Height of the recognized OCR object.
Public propertyText
Text of the recognized OCR object.
Public propertyWidth
Width of the recognized OCR object.
Public propertyX
X coordinate of the recognized OCR object.
Public propertyY
Y coordinate of the recognized OCR object.
Top
Methods
NameDescription
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodToString (Overrides ObjectToString.)
Top
See Also

Reference