You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
When I run azd up I get an error in the prepdocs.py script that azure-ai-formrecognizer pypi package is not found. It is not in the requirements.txt or the requirements-dev.txt. I added the latest version of azure-ai-formrecognizer to the requirementst.txt, but it appears that there are some version issues in the extract_pdf_content function.
What version of azure-ai-formrecognizer should be used?
To Reproduce
Steps to reproduce the behavior:
Run azd up with default requirements.txt
Expected behavior
prepdocs.py imports azure ai formrecognizer modules properly and the file executes
Screenshots
If applicable, add screenshots to help explain your problem.
Configuration: Please provide the following
Azure OpenAI model name and version (e.g. 'gpt-35-turbo-16k, version 0613') gpt-4o, but this is unrelated to the issue
Is chat history enabled? No
Are you using data? If so, what data source? (e.g. Azure AI Search, Azure CosmosDB Mongo vCore, etc)
Verify the startup command and runtime configuration by showing the output of the following az CLI command:
azd up
The text was updated successfully, but these errors were encountered:
Describe the bug
When I run azd up I get an error in the prepdocs.py script that azure-ai-formrecognizer pypi package is not found. It is not in the requirements.txt or the requirements-dev.txt. I added the latest version of azure-ai-formrecognizer to the requirementst.txt, but it appears that there are some version issues in the extract_pdf_content function.
What version of azure-ai-formrecognizer should be used?
To Reproduce
Steps to reproduce the behavior:
Expected behavior
Screenshots
If applicable, add screenshots to help explain your problem.
Configuration: Please provide the following
azd up
The text was updated successfully, but these errors were encountered: