Download an analysis report as PDF
New Feature You can now download a completed analysis as a PDF report. Use the Download PDF button on the analysis results screen.
The downloaded PDF report.
GET /analyses/:analysisId/report.
An analysis completes only once its report is ready
Feature Improvement Previously, selecting Download PDF right after an analysis turned complete could tell you the report was still being prepared. Now an analysis is marked complete at the point its report is ready. When the status reads complete, Download PDF works immediately. No waiting and retrying.Report download history
Feature Improvement When a report was generated and when it was downloaded are now recorded, along with generation failures — which makes it far easier to trace what went wrong when something does.The 5-item folder limit is gone
New Feature The limit of 5 items per folder has been removed. A folder now holds as many documents as you need. In its place, one profile can hold 100MB of uploads in total. Splitting them across folders does not change the total, and going over returns409 OMNI_2005.
You no longer have to split folders just because a case involves many documents. Folders are now purely for organizing documents by type.
Unsupported formats are rejected at upload
Breaking change Previously any format uploaded successfully and then failed quietly during processing, when no text could be extracted. Now an unsupported format is rejected as you upload it —400 OMNI_2105.
Rejected: HWP and HWPX, the legacy doc, xls, and ppt formats, RAW, ICO, ZIP, and video and audio files. Convert legacy Office documents to docx, xlsx, or pptx first.
A file whose extension disagrees with its actual content is rejected under the same code. Renaming a PDF to .md does not get it through.
This cuts down on discovering “the value was never extracted” only after running an analysis. The full supported list is in adding an item.
Related pages
- Analysis results — the PDF download and the five sub-tabs
GET /analyses/:analysisId/report— getting the report through the API