Document Understanding Common queries

Hello @ddrdushy1

Using GPU is more like adding extra CPU power to your computer. So what the GPU does is, it improves the efficiency of the AI models. This affects training, deployment, and usage of the models. You can do the same thing without GPU as well.

If you want to train the AI models based on the documents you process, you can use the set of new activities that came in with the latest Preview release 20.8, to send the data to AI Fabric, and to train the models.

So if you have multiple pages, you can use the Classifiers to identify which page your data is available in, and use some PDF activities, to remove other pages if needed if the document is too big.

Once you have identified the page, you can use the Machine Learning extractor to use the AI models you have in the AI Fabric, and do the extraction.

Hope this helps

2 Likes