MangaTextDetection icon indicating copy to clipboard operation
MangaTextDetection copied to clipboard

Experiments in text localization and detection in raw manga scans. Mostly using OpenCV python API.

Results 4 MangaTextDetection issues
Sort by recently updated
recently updated
newest added

Hello, I was wondering since this program can detect furigana if it could also be used to remove it, or cover it up. As a Japanese learner furigana can be...

This should fix #5 (temporarily?). Changes: - `LocateText.py` script can perform ocr and store it in an html file using an optional argument - Trained dataset used is `jpn_vert` -...

#3's cb0530f85b2860e0df6a1244dc3a11f98264c0f6 and/or #4's 356e77f7af312296bd612d154dd0a465c1167cb7 have changed `tesseract` to `pytesseract` but I don't think they are the same thing (or it was a really old version) since I'm getting this...

First alpha of the evaluation classes. Need to run this against more of my test data to see if it is complete, and probably need to write the Comparison classes...