TenderOwl / Frog

Extract text from any image, video, QR Code and etc.
https://getfrog.app/
MIT License
567 stars 39 forks source link

Include "Japanese (vertical)" to list of languages #107

Closed karoush1 closed 1 year ago

karoush1 commented 1 year ago

Tesseract supports OCR'ing japanese text in vertical mode, and has a trained model in their tessdata(_best) repo.

karoush1 commented 1 year ago

Confirmed that adding this single line works by directly changing the code in the Flatpak app location.

Tested:

As can be seen on the image below, it successfully OCR'd the test image.

Accuracy is not 100%, but that is attributed to the image quality and Tesseract itself.

image

amka commented 1 year ago

Awesome, thank you!