get https://example.com/api/v1/documents//assets
Get the assets of the document
Document assets
Assets are other kind of files that our system generate to process your document.
DocDigitizer provides four types of assets arrays:
- originals - the original file(s) submitted
- images - one image per page of the original(s) file(s)
- structure - raw OCR generated file (as is returned by our current OCR)*
- text - raw text content inferred from structure OCR generated file
This call gives you the list of assets array, if you need to get the real asset content do another GET call to the url in the 'content_href' propertie value.
*DocDigitizer could change current OCR without notice, as such we do not guarantee any compatibility with this content, or provide any assistance to understand the current structure, you can use it by your own risk!