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
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.