Hi All, I have a process model which calls AI skill Document Extraction, I have trained the AI skills to extracts the fields and it extracting properly.
The only thing is for 5 fields, its taking more than 4 min in the PM on extracting node alone.
Is this is a common behavior or usual time, or is there any possible way to make it faster.
Discussion posts and replies are publicly visible
Hi saravanakumark5017 , the short answer is that this is expected behavior. AI Skills are designed for asynchronous processes primarily, and it is not unusual for them to take a few minutes to complete. However, they are designed to scale horizontally and can be executed in parallel, so just because 1 document takes a total of 4 minutes to process, it does not necessarily mean that 2 docs will take 8 mins and so on. Please let me know if you have any additional questions!