Submit Image for Processing
transkribus_processing_submit_imageSubmit a single image to Transkribus for text recognition. Provide either an image URL or base64 data (JPEG, TIFF, PNG, up to 20 MB) and receive a process ID.
Instructions
Submit a single image to the Transkribus Processing API for text recognition and get back a process ID. Supply exactly one of imageUrl or base64 (JPEG, TIFF or PNG, up to 20 MB).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| image | Yes | The image to process: exactly one of imageUrl or base64 | |
| config | Yes | How the image should be processed | |
| content | No | Existing regions and lines. When supplied, line detection is skipped. |