{ "opencollection": "1.0.0", "info": { "name": "Adobe PDF Services OCR API", "version": "4.0.0" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "OCR", "type": "folder" }, "items": [ { "info": { "name": "Adobe Ocr a Pdf", "type": "http" }, "http": { "method": "POST", "url": "https://pdf-services-ue1.adobe.io/operation/ocr", "body": { "type": "json", "data": "{}" } }, "docs": "Apply optical character recognition to a scanned PDF, converting image-based text into searchable and selectable text. Supports multiple OCR languages and output types (searchable image or searchable image exact)." } ] } ], "bundled": true }