Problem with custom extraction models and language

Sky - Einar Brandsson 0 Reputation points
2024-09-16T11:54:36.1+00:00

I'm using a custom extraction model in Document Intelligence which finds certain elements in a pdf.

It works in that sense that it is able to find all the elements.

But the text is in a language that is not supported by custom models yet.

Is there a way to tell the document intelligence to use a certain OCR engine that knows my language?
I feel like the content of the fields I'm looking for should not affect how the model finds them.

Setting the locale in AnalyzeDocumentAsync(WaitUntil.Completed, extractFromDocument.Model, documentContent, null, [LOCALE], null); does not work. The special characters are not recognized.

Azure AI Document Intelligence
Azure AI Document Intelligence
An Azure service that turns documents into usable data. Previously known as Azure Form Recognizer.
1,631 questions
{count} votes

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.