Skip to content
New issue

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

how to get the recognized text ? #190

Open
balaji-skoruz opened this issue Mar 6, 2023 · 2 comments
Open

how to get the recognized text ? #190

balaji-skoruz opened this issue Mar 6, 2023 · 2 comments

Comments

@balaji-skoruz
Copy link

No description provided.

@tienipia
Copy link

tienipia commented Apr 3, 2023

This model just inference Character-Region Not a OCR.

Try TrOCR for cropped image of CRAFT.

@gnana70
Copy link

gnana70 commented Feb 19, 2024

@balaji-skoruz , If you want CRAFT text detection and text recognition, you can check can do by installing 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]))

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants