Get OCR Result as JSON
Contents
[
Hide
]
Get OCR Result as JSON
Aspose.OCR for C++ can return recognition results in JSON format - the most popular popular open standard format for describing nested data structures.
To get recognition results in JSON format, set the format
property of RecognitionSettings
to export_format::json
and pass it as a parameter to the page_from_uri
method.