Azure / azure-sdk-for-python

This repository is for active development of the Azure SDK for Python. For consumers of the SDK we recommend visiting our public developer docs at https://learn.microsoft.com/python/azure/ or our versioned developer docs at https://azure.github.io/azure-sdk-for-python.
MIT License
4.62k stars 2.83k forks source link

[formrecognizer] Timing out via begin_analyze_document() on large files #34098

Open rohit-ganguly opened 9 months ago

rohit-ganguly commented 9 months ago

Cross-linking this issue in this repo

Customers seem to time out when attempting to process a document of 390 or more pages.

pamelafox commented 7 months ago

Possibly related issue: https://github.com/Azure-Samples/azure-search-openai-demo/issues/1457 I've asked them for more information on document size.

YalinLi0312 commented 1 month ago

I see there's a customer saying met the same issue in REST API(comment link) in the linked issue, the timeout should come from service. @bojunehsu Is there any file size limitation when analyzing a document?