Hello.
I have a project that I am working on that will do 2 things;
1) Classify a document based on a trained custom document classification model.
2) Extract information from the document from step 1.
There will be difference labels/fields extracted from documents based on the document type classified in step 1.
For example
In Step 2)
if doc type from step 1 is : DocumentTYpe1 - then it will extract name andphone number.
if doc type from step 1 is : DocumentTYpe2 - then it will extract Email and address
Basically my extraction model will depend on the classification in step1 .
I tought about using AI builder custome document extraxtion models, but that doesnt have a classification result as far as I could see.
Questions
1 ) Can I use AI builder with power automate for this project.?
2) Or do I have to use DOcment intelligence studio to classify documents first, and then call the extraction model based on the classification outcome. ?
2 nd option seems OK, but then I need to train the same document for classification in document inteligence stidio and then in AI Builder model again,
Is there a place I can train the documents once for cassification and extraction all in one shot?
Does anyone know when custom documetn classification will be availbale in AI Builder?