Hi,
I'm trying to Extract data from PDF and store those data in Database. I gave 8 fields in the extraction. I'm able to see all my fields in the ai skill extraction but in the Database I didn't get EMPID, EMP type. Anyone please tell me the reason why I'm not getting those values in my Database. Thank you in advance.
Discussion posts and replies are publicly visible
Try to train your model with few more documents (around 15-20). Also the pdfs should have labels consistent so that AI skill can extract them successfully. To debug this instance you can try and test the skill with the document as well to understand its capability.
Thank you for the suggestion. I added a few more documents to train the model, included the Reconcile Doc Extraction task in the process model, and ensured the fields were mapped properly. Now, I’m able to save all fields successfully in the database.