Custom extraction model for ID recognistion too slow
Hello,
We are implementing ID recognition for our national identity card. The model we require, which will be connected via API to our web service, must be highly efficient in performing OCR and field identification.
Initially, we tried using a pre-trained ID model. It works adequately, but does not recognize all the fields.
Next, we decided to use a custom extraction model, which performs perfectly in terms of accuracy. However, it is very slow, taking 10 seconds for evaluation.
Given that we are looking for a fast service and that we need to scan both sides of the identity document, how can we improve the processing speed?
Thank you in advance.