{ "opencollection": "1.0.0", "info": { "name": "Microsoft Azure AccessControlClient AccessConnector Ocr API", "version": "2020-08-01-preview" }, "items": [ { "info": { "name": "Ocr", "type": "folder" }, "items": [ { "info": { "name": "Microsoft Azure Post Ocr", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/ocr", "params": [ { "name": "detectOrientation", "value": "", "type": "query", "description": "Whether detect the text orientation in the image. With detectOrientation=true the OCR service tries to detect the image orientation and correct it before further processing (e.g. if it's upside-down). " }, { "name": "language", "value": "", "type": "query", "description": "The BCP-47 language code of the text to be detected in the image. The default value is 'unk'" } ] }, "docs": "Optical Character Recognition (OCR) detects printed text in an image and extracts the recognized characters into a machine-usable character stream. Upon success, the OCR results will be returned. Upon failure, the error code together with an error message will be returned. The error code can be one of InvalidImageUrl, InvalidImageFormat, InvalidImageSize, NotSupportedImage, NotSupportedLanguage, or InternalServerError." } ] } ], "bundled": true }