OCR.space integration (AI, Productivity). Imported from open-connector.
https://myapi.ocr.space/parse/image
| Param | Type | Required | Description |
|---|---|---|---|
| url | string | optional | The public image or PDF URL to parse with OCR.space. |
| file | object | optional | A local transit image or PDF file to upload to OCR.space. |
| language | string | optional | The OCR language code to send upstream. |
| detectOrientation | boolean | optional | Whether OCR.space should auto-detect page orientation. |
| scale | boolean | optional | Whether OCR.space should scale the input image. |
| isOverlayRequired | boolean | optional | Whether OCR.space should return word-level overlay metadata. |
| isTable | boolean | optional | Whether OCR.space should apply table-aware parsing when possible. |
| ocrEngine | string | optional | The OCR engine version to request from OCR.space. |
/conversions
| Param | Type | Required | Description |
|---|---|---|---|
| startDate | string | optional | Set to lastMonth to fetch the previous month's conversion statistics. |