@Thomas Barbieri Welcome to Microsoft Q&A Forum, Thank you for posting your query here!
.
We have a SDK - API version relationship table in this doc: Azure AI Document Intelligence client library for Python | Microsoft Learn
It just have 1.0.0b1 and 1.0.0b2 for now, will add the rest mapping in next release.
.
In azure-ai-documentintelligence "1.0.0b3", we target to REST API 2024-02-29-preview
. You can't use later REST APIs with this package. To use REST API 2024-07-31-preview
, please update Python SDK to "1.0.0b4" and no need to pass the parameter "api_version".
.
.
Action Plan:
Please remove / uninstall the existing 1.0.0b2
package and upgrade your azure-ai-documentintelligence
python package to 1.0.0b4
pip install azure-ai-documentintelligence==1.0.0b4
.
You can leverage the samples for using pre-built models shared here:
.
.
Hope this helps. If you have any follow-up questions, please let me know. I would be happy to help.