DocumentParserGetDocumentText Method (String, Int32)ByteScout Document Parser SDK
Extracts text from a page or entire document. You can use it for template composing and testing.

Namespace:  ByteScout.DocumentParser
Assembly:  ByteScout.DocumentParser (in ByteScout.DocumentParser.dll) Version: 6.4.1.617-master
Syntax

public string GetDocumentText(
	string inputFileName,
	int pageIndex = -1
)

Parameters

inputFileName
Type: SystemString
Input file name.
pageIndex (Optional)
Type: SystemInt32
Document page index. -1 means all pages.

Return Value

Type: String

[Missing <returns> documentation for "M:ByteScout.DocumentParser.DocumentParser.GetDocumentText(System.String,System.Int32)"]

See Also

Reference