Thanks for reaching out to Microsoft Q&A.
When there's an update in the Doc Intelligence studio, esp for Form Recognizer's prebuilt document model, the initial code provided by azure is typically available in Python, as well as other languages like c# and javascript.
Azure often provides sample code snippets in Python, C#, and other languages. For python, you can generally use the azure SDK for python, which includes packages like azure-ai-formrecognizer
.
Visit the Azure Form Recognizer documentation for upto date code samples and api details.
Please 'Upvote'(Thumbs-up) and 'Accept' as an answer if the reply was helpful. This will benefit other community members who face the same issue.