TextRecognizerGetText 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
Reads text from specified document page range.
Namespace:ByteScout.TextRecognitionAssembly: ByteScout.TextRecognition (in ByteScout.TextRecognition.dll) Version: 2.6.0.314-master
Syntax
Parameters
- startPage (Optional)
- Type: SystemInt32
Start page index (zero based). - endPage (Optional)
- Type: SystemInt32
End page index (zero based). -1 means all pages to the end.
Return Value
Type: StringConcatenated text from range of pages. Pages are separated with PageSeparator symbol.
See Also