Is it possible to receive a JSON output in Cloud OCR SDK?

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".

Have more questions? Submit a request

Comments

0 comments

Please sign in to leave a comment.