TextRecognizerSaveOCRObjectsAsJSON 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
Performs the recognition and saves the list of recognized text objects of specified level of discretization to JSON file.
Namespace:ByteScout.TextRecognitionAssembly: ByteScout.TextRecognition (in ByteScout.TextRecognition.dll) Version: 2.6.0.314-master
Syntax
public void SaveOCRObjectsAsJSON( string fileName, int pageIndex, OCRObjectType objectType )
Parameters
- fileName
- Type: SystemString
Output file name. - pageIndex
- Type: SystemInt32
Document page index. - objectType
- Type: ByteScout.TextRecognitionOCRObjectType
Objects type to return (level of discretization). Default is Word.
See Also