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

Tesseract integration for more languages #33

Open
pramjana opened this issue Jun 8, 2024 · 3 comments
Open

Tesseract integration for more languages #33

pramjana opened this issue Jun 8, 2024 · 3 comments

Comments

@pramjana
Copy link

pramjana commented Jun 8, 2024

Hi,

Hope you are doing well!

Is there a way you can harness the tesseract (which is already installed on my system - it just needs to run using a shortcut or be available via the menubar like your app) command line application, which can provide OCR output for many other languages?

Thank you for your consideration!

Best,
Pramod

@melonamin
Copy link
Contributor

It is quite a sizable feature to add, will require a lot of work.

What languages are you looking for specifically?

@pramjana
Copy link
Author

pramjana commented Jun 27, 2024

Hmm, I didn't realize it would be a lot of work. I was thinking maybe run the tesseract command with the captured image (in the background), and display the result in your app like usual.
I'm from India, and looking for OCR for Telugu, Hindi (this is just a parameter to pass to tesseract)
This command for the Telugu language would be like:

tesseract input_image.png output_file -l tel

@melonamin
Copy link
Contributor

Yeah, I understand, but I want TRex to be easy to use and work out of the box. I can't ask user to install additional tool on aside.

So to do it properly I need to take tessaract library and properly integrate it. Let me think about it a bit, there are a lot of potential users in India 😄

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

2 participants