Free Trial
Web API version
Licensing
Request A Quote
HAVE QUESTIONS OR NEED HELP? SUBMIT THE SUPPORT REQUEST FORM or write email to SUPPORT@BYTESCOUT.COM
Represents OCR cell (word) data.
Inheritance Hierarchy
Bytescout.PDFExtractorOCRCell
Namespace: Bytescout.PDFExtractor
Assembly: Bytescout.PDFExtractor (in Bytescout.PDFExtractor.dll) Version: 13.4.1.4801-master
Syntax
The OCRCell type exposes the following members.
Properties
| Name | Description | |
|---|---|---|
| Color |
Color of the recognized OCR object. Computed as prevailing non-white color.
| |
| Confidence |
Recognition confidence.
| |
| Height |
Height of the recognized OCR object.
| |
| Text |
Text of the recognized OCR object.
| |
| Width |
Width of the recognized OCR object.
| |
| X |
X coordinate of the recognized OCR object.
| |
| Y |
Y coordinate of the recognized OCR object.
|
Methods
| Name | Description | |
|---|---|---|
| Equals | (Inherited from Object.) | |
| Finalize | (Inherited from Object.) | |
| GetHashCode | (Inherited from Object.) | |
| GetType | (Inherited from Object.) | |
| MemberwiseClone | (Inherited from Object.) | |
| ToString | (Overrides ObjectToString.) |
See Also