RajSolai / TextSnatcher

How to Copy Text from Images ? Answer is TextSnatcher !. Perform OCR operations in seconds on Linux Desktop.
https://textsnatcher.rf.gd/
GNU General Public License v3.0
1.26k stars 45 forks source link

Use tesseract library rather than calling the runtime #49

Open activey opened 10 months ago

activey commented 10 months ago

Have you considered it? I have created a bridge between C++ and C and I can send you my VAPI file to call it from Vala, interested? ;)

activey commented 10 months ago

It even provides a list of available languages from Tesseract API. You would be able to support any Tesseract supported language without a need for writing a custom integration for it.