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
{{ message }}
This repository has been archived by the owner on May 29, 2024. It is now read-only.
Currently keras-ocr is being used to perform OCR on the given image, which is giving satisfactory results but is also reading english letters which are not needed for our purpose, also it misses to read decimal point in a number and reads '/' as '1'.
What needs to be done?
There are many OCR libraries in python, try them and find the best one for our purpose.
The text was updated successfully, but these errors were encountered:
Overview
Currently keras-ocr is being used to perform OCR on the given image, which is giving satisfactory results but is also reading english letters which are not needed for our purpose, also it misses to read decimal point in a number and reads '/' as '1'.
What needs to be done?
There are many OCR libraries in python, try them and find the best one for our purpose.
The text was updated successfully, but these errors were encountered: