gustavomazzoni / cordova-plugin-tesseract

Cordova Plugin for OCR process using Tesseract
77 stars 34 forks source link

Tesseract 4 #35

Open p3v9d5ui opened 6 years ago

p3v9d5ui commented 6 years ago

Any plans to support Tesseract 4?

Varun-garg commented 6 years ago

I think that depends on two-tess library. Currently it runs on tesseract 3.0.4, when it jumps to Tesseract 4, this library should be automatically compatible with it. You will need to just update its version in dependencies.

futurestar001 commented 5 years ago

@Varun-garg @gustavomazzoni @kartagis Could you show some guidance on how to update the dependencies? You mean the dependencies in two-tess library should be updated? Could you show more details? I have another question: in cordova-plugin-tesseract, there aren't any libs in the folder, but TesseractPlugin.java import many libs, so how do the code and libs connect each other and can support the plugin to work? Looking forward to your reply. Thanks so much in advance!