Where is the documentation that covers how to use a custom built document intelligence classifier model

Destin Hebert 10 Reputation points
2024-01-22T22:22:06.07+00:00

Where is the documentation that covers how to use a custom built document intelligence classifier model

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

1 answer

Sort by: Most helpful
  1. VasaviLankipalle-MSFT 18,566 Reputation points
    2024-01-22T22:46:10.3133333+00:00

    Hello @Destin Hebert , Thanks for using Microsoft Q&A Platform.

    If you are using the 2023-10-31 preview then try to install the latest SDK versions. https://learn.microsoft.com/en-us/python/api/overview/azure/ai-documentintelligence-readme?view=azure-python-preview

    python -m pip install azure-ai-documentintelligence
    
    

    User's image

    Older API versions are supported in azure-ai-formrecognizer, please see the Migration Guide for detailed instructions on how to update application.

    Here is the GitHub sample code to use a custom classifier model of document intelligence.

    I hope this helps.

    Regards,
    Vasavi

    -Please kindly accept the answer and vote 'yes' if you feel helpful to support the community, thanks.

    1 person found this answer helpful.

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.