An Azure service that turns documents into usable data. Previously known as Azure Form Recognizer.
Hi there Fabrice Bellenand
Thnx for using QandA platform
i guess this us common in the S0 pricing tier as resources are dynamically allocated when a request is made after a period of inactivity. requests within a short timeframe perform faster because the resources remain warm. but, after a minute of inactivity, the resources are deallocated, causing the next request to reinitialize.
you can use a periodic "keep-alive" call to prevent this, Upgrade to the S1 tier, which offers more consistent performance and lower latency, If low latency is critical for your production, consider upgrading to a higher tier or implementing a keep-alive mechanism.
If this helps kindlyy accept the answer thnx much