Hi
i work at a rental company and we receive many fines from different companies.
Each company has a different layout of where to extract the data from.
So my goal is a scan the document we receive in the post into a folder.
The model with then identify who it is from and pass it onto the next model to extract the correct data
I tried the object detection model but that only works on images not PDFs
Thanks
Thank you
I wasn't aware I could have different collections within the same model.
This has sorted it for me.
While Ai Builder doesn't officially support document classification, you could use the structured document model (Document processing) to get what you need.
Create one collection per company providing 5 samples for each and tagging at least one field (which could be the company name for instance but it doesn't really matter)
Once you analyze a document, the model will return the matched collection, you can use this information to classify your documents.
Note that the maximum number of supported collections (so companies) is 200.