I am trying to use AI Skill for Document extraction , I have 10 different pdf document having key : value pairs different for eg one document has Name : XXXXX another one has Employee : XXXXX , another one document with no name , it just say Patient name : Can we use them to train the model , or we need to have same Key value pairs When extracting the data ? we should classify those as different documents and then process separately to extract , please provide your input ....
Discussion posts and replies are publicly visible
AI skills use a prompt to extract data. There is no training.
Use machine learning document classification to identify the type. Then use either AI or machine learning to extract the data.