Document Processing
How to process a document by content type
A user can submit documents of different content types for processing.
Process document using multipart/form-data upload
Submit a request to process a multipart/form-data file upload.
Parameters
file REQUIRED String
The file being sent for processing.
File
The document to be parsed. Supported formats include:
- JPEG
- PNG
- TIFF
Response
Expected Response
- The expected response is in JSON format.
Job Status
Status of the API processing job. Possible values include:
- success
- failed
- accepted
- processing