Help with supported Document Types Azure Documents Intelligence SDK Client

Derek Crain 0 Reputation points
2024-11-13T23:32:37.7533333+00:00

Hello.

I am currently trying to use the Azure AI Document Intelligence SDK to upload and process files using the Read model. I am using the latest version of the sdk and the latest api version for the service.

I can successfully upload PDF documents, but when I attempt upload any of the supported Microsoft Office documents (Doc, Excel, Powerpoint) as suggested to be supported by the documentation I receive an error that the file type is unsupported.

I have previously opened a github issue that pointed me towards here for further answers. It contains the code used and the specific error response.

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

1 answer

Sort by: Most helpful
  1. Saideep Anchuri 330 Reputation points Microsoft Vendor
    2024-11-14T06:50:28.54+00:00

    Hi Derek Crain

    Welcome to Microsoft Q&A Forum, thank you for posting your query here!

    It appears that you're facing a challenge with file type compatibility while utilizing the Azure AI Document Intelligence SDK. The SDK is designed to handle multiple document formats, there may be specific conditions or limitations that need to be considered.

    1. Ensure that the documents are saved in the appropriate formats (DOCX, XLSX, PPTX).
    2. make sure the file size does not exceed the service's allowable limits.
    3. Ensure you're using the appropriate API version that supports Office documents.
    4. Confirm you have the required permissions to access and upload the files.
    5. Refer to the official Azure documentation for any specific requirements or restrictions related to document types.

    Kindly refer Below Document:

    https://learn.microsoft.com/en-us/python/api/overview/azure/ai-documentintelligence-readme?view=azure-python-preview

    Hope this helps. Do let us know if you any further queries.


    If this answers your query, do click Accept Answer and Yes for was this answer helpful. And, if you have any further query do let us know.

    Thank You.


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.