On-premise Setup for Read OCR Container is taking long time to generated OCR for all images.
I. Anand Kumar
0
Reputation points
Hi Team,
For our On-premise OCR engine setup we have used Computer Vision (Read Container) and created OCR container in our local linux machine using the below command:
docker run -d -it -p 5001:5000 --memory 8g --cpus 4 --restart=always mcr.microsoft.com/azure-cognitive-services/vision/read:3.2-model-2022-04-30 Eula=accept Billing=https://gpc-readapi.cognitiveservices.azure.com/ ApiKey= <apikey> HTTP_PROXY= <proxy details> HTTP_PROXY_CREDS= <proxy details>
We are able to generate OCR output for all images. But output performance is taking more time (around 20 - 25 sec per documents) which is creating serious SLA issues from our customers while processing large set of documents (>2k). Can you please review and suggest us to improve the OCR generation performance execution.
Thanks,
Anand Kumar I
Sign in to answer