Update a Scan Prompt Template
Endpoint
This API endpoint allows you to update a specific OCR template. OCR templates are used to extract structured data from documents. When you update a template, you can modify its settings, such as the fields to extract and the document types it applies to.
This API endpoint is used for managing OCR templates, allowing you to tailor data extraction according to specific document types and requirements. By updating the templates, you can adapt them to changing needs, ensuring accurate data extraction from documents.
Note When updating templates, ensure that the changes align with your OCR data extraction requirements, and test the updated template with sample documents to confirm its effectiveness.
Headers
Content-Type
application/json
Authorization
Bearer <token>
Body
image
string
Image in Base64 encoded format or a URL where the image is hosted.
Response
Last updated