Hi ,
I need help in classifying a document using document understanding which has multiple pages (pdf) and each page might have different document type( like invoice,receipt etc) How to approach this? Should I need to send only 1page at a time as input during classification?
Yes you need to send one document at once…
In taxonomy use different document types…
And if prebuilt endpoints are working try using them …else in ai centre train each type of document and minimum 5 samples are to be trained for each type
Cheers
Hi Anil,
Thanks for responding.
I agree we would send one document at a time.but that document contains multiple pages of different document types. So, should i need to split and send one page at a time during classification?
Ideally yes…I believe you want to classify each oage as it is of different document type…so you need to alip and send each separately
Cheers