Hello Support,
i need some information about OCR API if we
buy the OCR API paid version can we set the response data of the image
with keys and values so at the moment, I am using free API but in the
the response I can not able to identify the response data with specific keys
like that example
“name” : “XYZ”,
“age”: 16
Thanks
The api returns text & bounding boxes. It can not return text as structured json. I use regular expression to parse the data from the text. Maybe that works for you, too.