Hi Team,
How can i convert PDF file into JSON format using Python script.
I can able to convert PDF file into XML format using Python script.
Hi Team,
How can i convert PDF file into JSON format using Python script.
I can able to convert PDF file into XML format using Python script.
0 out of 0 found this helpful
Comments
2 comments
Hi
Take a look at this post, https://forum.ocrsdk.com/thread/how-to-use-api/
I you're using the Cloud Wrapper you should be able to set the outputFormat to XML.
Json is not an option: https://www.ocrsdk.com/documentation/specifications/export-formats/
How far did you get? Post some of your code
Best regards
Koen de Leijer
Not thus pretty, however this could get the work done, I think. you'd get a dictionary that then gets printed by the json parser in a very nice, pretty format.
or, rather than those last three lines, simply do this:
Please sign in to leave a comment.