Tesseract4Android icon indicating copy to clipboard operation
Tesseract4Android copied to clipboard

Fork of tess-two rewritten from scratch to support latest version of Tesseract OCR.

Results 7 Tesseract4Android issues
Sort by recently updated
recently updated
newest added

I used getExternalFilesDir("/testOCR/") on Android12 to obtain external storage, which should not require read and write permissions. I copied the characters in assets to this directory and succeeded, but the...

Some Sony and Samsung users report that recognition crashes after recent system upgrades Almost covers nearly 1~2 years of mobile phones... I don't know how to fix it... ```java TessBaseAPI...

There is mode "Orientation and script detection only. PSM_OSD_ONLY" in TessBaseAPI, which method returns text orientation ![OSD_Issue](https://user-images.githubusercontent.com/61602772/170517083-60a52ded-6aaf-4a5e-9ff3-e25087c0f30f.jpg) ?

我这边有业务需求场景需要调节getConnectedComponents识别级别,追踪了源码,发现getConnectedComponents最底层C++支持传入PageIteratorLevel,希望作者支持一下。感谢~~

Various things to ensure the library is up to date. I likely will use this library in production soon, thus why I put effort into converting (it helps me understand...

I have followed the android15's instructions accordingly. google guide :https://developer.android.com/guide/practices/page-sizes?hl=en However,when executing `new TessBaseAPI();` on the pixel 8(16KB Page Size),my app crashed. Here is the crash log: > java.lang.UnsatisfiedLinkError: dlopen...