Link Search Menu Expand Document

TextRecognizerGetOCRObjects Method

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.0.314-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