TextRecognizerGetOCRObjects Method ByteScout Text Recognition SDK
Performs the recognition and returns list of recognized text objects of specified level of discretization.

Namespace:  ByteScout.TextRecognition
Assembly:  ByteScout.TextRecognition (in ByteScout.TextRecognition.dll) Version: 2.6.1.323-master
Syntax

public OCRObjectList GetOCRObjects(
	int pageIndex,
	OCRObjectType objectType = OCRObjectType.Word
)

Parameters

pageIndex
Type: SystemInt32
Document page index.
objectType (Optional)
Type: ByteScout.TextRecognitionOCRObjectType
Objects type to return (level of discretization). Default is Word.

Return Value

Type: OCRObjectList
List of recognized objects of specified discretization level.
See Also

Reference