Link Search Menu Expand Document

HelpersTestTemplate Method (String, String, String, String, String, String)

Test template against document.

Namespace:ByteScout.DocumentParser
Assembly: ByteScout.DocumentParser (in ByteScout.DocumentParser.dll) Version: 6.4.1.617-master
Syntax
public static ParsingResult[] TestTemplate(
	string template,
	string fileName,
	string pdfPassword,
	string ocrLanguageDataFolder,
	out string documentText,
	out string parsingLog
)

Parameters

template
Type: SystemString
The template as String.
fileName
Type: SystemString
Test file (PDF or image).
pdfPassword
Type: SystemString
PDF document password.
ocrLanguageDataFolder
Type: SystemString
Folder that contains OCR language data files.
documentText
Type: SystemString
Document text used for parsing.
parsingLog
Type: SystemString
Error log.

Return Value

Type: ParsingResult
Parsing results.
See Also

Reference