Link Search Menu Expand Document

HelpersGetPageStructure Method (String, Int32, String, String, String)

Returns grid structure of document page.

Namespace:ByteScout.DocumentParser
Assembly: ByteScout.DocumentParser (in ByteScout.DocumentParser.dll) Version: 6.4.1.617-master
Syntax
public static string[][] GetPageStructure(
	string fileName,
	int pageIndex,
	string ocrLanguageDataFolder,
	string ocrLanguage = null,
	string documentPassword = null
)

Parameters

fileName
Type: SystemString
Input file name. PDF or image.
pageIndex
Type: SystemInt32
Page index.
ocrLanguageDataFolder
Type: SystemString
Folder that contains OCR language data files.
ocrLanguage (Optional)
Type: SystemString
OCR language.
documentPassword (Optional)
Type: SystemString
PDF document password.

Return Value

Type: String
Grid of strings.
See Also

Reference