OCRObjectList 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 recognized text objects.
Inheritance Hierarchy
ByteScout.TextRecognitionOCRObjectList
Namespace:ByteScout.TextRecognition
Assembly: ByteScout.TextRecognition (in ByteScout.TextRecognition.dll) Version: 2.6.0.314-master
Syntax
The OCRObjectList type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
| OCRObjectList | Initializes a new instance of the OCRObjectList class |
Properties
Methods
| Name | Description | |
|---|---|---|
| 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 OCRObject objects. | |
| GetHashCode | (Inherited from Object.) | |
| GetType | (Inherited from Object.) | |
| MemberwiseClone | (Inherited from Object.) | |
| Sort | Sorts the collection by Y, then by X coordinate. | |
| SortWithTolerance | Sorts the collection by Y, then by X coordinate with tolerance. | |
| ToString | (Inherited from Object.) |
See Also