HelpersTestTemplate Method (String, String, String, String, String, String)
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
Test template against document.
Namespace:ByteScout.DocumentParserAssembly: 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: ParsingResultParsing results.
See Also