Hi everybody,
I am using Nanonets_ocr from huggingface to perform some ocr task. The model is quite good at extracting data but the problem is that, it is taking too long to extract the data (almost 2 minutes).
This is the application set up:
The model is running on 2* A100 nvidia GPU server, and I have exposed a flask api where user can upload one image and call the api, in the back end the model extract specific data and return it to the front end developper.
Can somebody helps me to achieve better accuracy ?