How can I extract data from different invoice types?

I want to get the invoice information that comes with pdf using regex or selector, but because the types of invoices are different, I keep getting errors. The automation I wrote for one pdf also gives an error in the other pdf because the differences will be repeated with “if else” in the long run, even if I produce a simple solution. causing problems. Is there a way to get the data I want in all invoice types with a continuous automation, I looked at many sources but none of them solved the problem.

@yakup.koskalan

Try with Ai Center /Document Understanding

cheers

1 Like

Hi…
Just like Anil mentioned, you will need to use AI models for these types of use cases. The UiPath AI Center offers a large number of pre-trained models that you could try using for Invoices. If that doesn’t work, you can also train your own model using AI Center.

This link will also help:

1 Like

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.