Skip to main content
January 31, 2024
Question

AI Skill Document Extraction - Response Time

  • January 31, 2024
  • 1 reply
  • 0 views

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.

1 reply

louis.prensky
January 31, 2024

Hi [mention:2fdf4ab1d2be4fa0923724d4d4645299:e9ed411860ed4f2ba0265705b8793d05] , 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!