improved
Improved handling of multi page documents
January 5th, 2024 by Gael Bonn
The document extraction APIs have been improved to better support multi page handling:
- The accepted inputs are restricted to multiple pdfs or multiple images, each of them represents a document. Pdfs and images are not accepted simultaneously,
- The response of a request is redefined to be a single output, that is the output of the extraction on a single document (a list of pdf or a list of images).