We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
No description provided.
The text was updated successfully, but these errors were encountered:
This model just inference Character-Region Not a OCR.
Try TrOCR for cropped image of CRAFT.
Sorry, something went wrong.
@balaji-skoruz , If you want CRAFT text detection and text recognition, you can check can do by installing pip install ocr-tamil
pip install ocr-tamil
Below snippet will help to extract English as well as Tamil language.
from ocr_tamil.ocr import OCR image_path = r"test_images\0.jpg" # insert your own image path here ocr = OCR(detect=True) texts = ocr.predict(image_path) print(" ".join(text_list[0]))
No branches or pull requests
No description provided.
The text was updated successfully, but these errors were encountered: