
Hi All,
In AI Builder, I have a custom document model created. I am using it to extract specific fields like country, phone and some my domain specific information. I have trained the model with several documents. Each documents are of different sizes like 20MB or have close to 100 pages or more each document(PDF).
I have the following requirement
User would like to search for a specific word/sentences in the trained documents. Is this possible? if yes, which Action in Power automate to be used?
Do I needs to use AI Prompts to achieve the requirement? If yes, how do I apply the prompts(custom/pre-built) to use my custom document model?
Please advice.
Regards
Anjan
Hi @AnjanChidige,
Probably the easiest solution is to use a "condition" control in your flow and apply a "if true" / "if false" to the extracted content and the search you wish to perform :
.
Alternatively, if you wish to use AI prompts, you'll probably need to run a Text Recognizer prebuilt model first on the files, and then run a custom AI prompt (that you will tailor to your search) on the results.
Hope that helps, let us know how it goes!
Thanks,
JK