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 theexportFormatproperty of the processDocument method to "xml".