Question
Is it possible to receive a JSON output in Cloud OCR SDK?
Answer
Currently, it is not possible to get the recognition results as a .json file, but you can convert the output .xml file to JSON format by using a separate parser or a third-party tool. To get the XML output, please set theexportFormat
property of the processDocument
method to "xml".
Comments
0 comments
Please sign in to leave a comment.