Link Search Menu Expand Document

TextRecognizerGetText Method

Reads text from specified document page range.

Namespace:ByteScout.TextRecognition
Assembly: ByteScout.TextRecognition (in ByteScout.TextRecognition.dll) Version: 2.6.0.314-master
Syntax
public string GetText(
	int startPage = 0,
	int endPage = -1
)

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: String
Concatenated text from range of pages. Pages are separated with PageSeparator symbol.
See Also

Reference