OCRAnalysisResultsExportAsProfile Method
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
Creates JSON profile that is compatible with CSVExtractor, TextExtractor,JSONExtractor, XMLExtractor, XLSExtractor, and SearchablePDFMaker.
Namespace:Bytescout.PDFExtractorAssembly: Bytescout.PDFExtractor (in Bytescout.PDFExtractor.dll) Version: 13.4.0.4760-master
Syntax
public string ExportAsProfile( string profileName, bool indented = false, bool singleQuotes = false, bool simplifiedProfile = false )
Parameters
- profileName
- Type: SystemString
Name of profile (without spaces). - indented (Optional)
- Type: SystemBoolean
Set to true if you need indented JSON. - singleQuotes (Optional)
- Type: SystemBoolean
Set to true if you need single-quoted JSON. - simplifiedProfile (Optional)
- Type: SystemBoolean
Whether to generate the simplified profile that contains only the properties.
Return Value
Type: StringJSON string.
See Also