You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm fine-tuning the EasyOCR model (arabic.pth) for Urdu TextBooks text recognition. Currently, I'm passing the image of an entire page as input and providing the corresponding text for the entire page. However, the performance is almost zero.
My question is: Is this approach correct, or should I split the page (image) into smaller regions for better performance?
The text was updated successfully, but these errors were encountered:
I'm fine-tuning the EasyOCR model (arabic.pth) for Urdu TextBooks text recognition. Currently, I'm passing the image of an entire page as input and providing the corresponding text for the entire page. However, the performance is almost zero.
My question is: Is this approach correct, or should I split the page (image) into smaller regions for better performance?
The text was updated successfully, but these errors were encountered: