azure form recognizer
2 TopicsGenerate a word document from a scanned PDF using Azure Form Recognizer?
Hi all, Is it possible to generate a word file (.docx) using Azure Form Recognizer? I have found an article on how to convert scanned PDFs into searchable PDFs using Azure Form Recognizer. So, I try to first convert scanned PDFs into searchable PDFs than convert it into word documents using microsoft word, but the quality is not as good as expected. So, I want to see if there is any solutions that can directly convert scanned PDFs into word documents. Thanks1.3KViews0likes0CommentsAzure Form Recognizer Studio: Custom Classification Models - Training Failing
I've been experimenting with the Form Recognizer Studio's Custom Classification Models. It was working fine last week and then after the weekend break, I cannot get a single model to train correctly. The issues appears to be on Microsoft's backend as I had a teammate try on a different subscription of Azure and they received the same error. Below is me initially uploading my 5 documents and adding a label to them: After I tag 5 documents and hit the train button the model will act like it's training with everything updating my Azure Blob, creating a .ocr.json file for each trained document. The model itself inside of Form Recognizer, models will say it's failed with the error: "InternalServerError: An unexpected error occurred." Screenshot of the Models: Screenshot of the failure: Screenshot of the blob storage: I'm unsure what is causing this error as I was able to use the same documents and everything last week. I even deleted my resource group that was hosting this and recreated everything from scratch.890Views0likes0Comments