Ocrolus’ Document Classifier classifies mixed documents and collates them into individual forms. With document classification, you get a summary of the contents of a loan or a single mixed document. This allows you to see whether a set of required forms are present or not. Additionally, you can avoid the complex exception handling that comes with uploading miscategorized documents to our other upload endpoints.
Usage Guide
To upload a mixed document to Ocrolus, follow the below pattern:
- Create a new book to hold one or more paystubs and other related forms. Save the
book_uuid
for later use. - Upload the input file using the mixed-document upload endpoint.
- Retrieve the Document Classification results using the book or mixed-document classification summary endpoint.
- We recommend registering for webhook notifications, which let you know exactly when a document has completed processing.
Updated 4 months ago