Digitize Document - problem

Hi, while doing the document understanding training course I created a short Testprozess with some downloaded test-pdf-Invoices from the course.

The process works fine, but when I start the process with some own invoices I got the error-Message:
image

I used the newest available versions of the dependencies
image


Endpoint = “https:/du.UiPath.com/ocr”

Could it be that the language of the Invoices is the problem? (Invoices from course in english, my own are in german)

Anyone have an idea what is wrong?

language of the doc should not be a problem - can you share the documents with us, so we reproduce the issue?

Hi @thomas.seeber

I hope you have a bunch of files present in a folder and retrieving that using below syntax:
FilePaths = Directory.GetFiles("C:\Users\"+Environment.UserName+"\Documents\UiPath\Document Understanding using ML\Invoices")

You will be running a For Each loop for FilePaths(Array[]) and pass the currentText in Digitize Document activity. This should sort the issue.

Hope it helps!!