Documents Extract
This endpoint allows you to parse text from documents using OCR.
Headers
Authorization
Bearer authentication of the form Bearer <token>, where token is your auth token.
Request
This endpoint expects a multipart form containing a file.
file
The document file to upload
Response
Successful response.
title
The parsed document title.
contents
The parsed document contents.
count
The word count for the document.