TextRecognizerGetOCRObjects Method
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
Performs the recognition and returns list of recognized text objects of specified level of discretization.
Namespace:ByteScout.TextRecognitionAssembly: 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: OCRObjectListList of recognized objects of specified discretization level.
See Also