Link Search Menu Expand Document

OCRObjectList Class

Represents collection of recognized text objects.
Inheritance Hierarchy
SystemObject
ByteScout.TextRecognitionOCRObjectList

Namespace:ByteScout.TextRecognition
Assembly: ByteScout.TextRecognition (in ByteScout.TextRecognition.dll) Version: 2.6.0.314-master
Syntax
public class OCRObjectList : IEnumerable

The OCRObjectList type exposes the following members.

Constructors
NameDescription
Public methodOCRObjectList
Initializes a new instance of the OCRObjectList class
Top
Properties
NameDescription
Public propertyCount
Gets count of items in collection.
Public propertyItem
Top
Methods
NameDescription
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 OCRObject objects.
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodSort
Sorts the collection by Y, then by X coordinate.
Public methodSortWithTolerance
Sorts the collection by Y, then by X coordinate with tolerance.
Public methodToString (Inherited from Object.)
Top
See Also

Reference