android-ocr
android-ocr copied to clipboard
Error: simplified Chinese blank bug
it seems that the software has a great accuracy for simplified Chinese, however it introduces unnecessary blank in between characters, making it hard to use. is there any solution?
here is an example.
This seems to be a problem from tesseract https://github.com/tesseract-ocr/tesseract/issues/4031 . Are you using "fast" or "best" models here? for "best" maybe the only solution is to implement a space removal function.
This seems to be a problem from tesseract https://github.com/tesseract-ocr/tesseract/issues/4031 . Are you using "fast" or "best" models here? for "best" maybe the only solution is to implement a space removal function.
I faced the same issue in all the three modes, and in both Traditional and Simplified Chinese.