Hello.
I have written a program called KanjiTomo. It identifies Japanese characters under mouse cursor and finds the corresponding words from dictionary. It works a bit like Rikaichan, but my program can be used with any image on screen, not just text on web pages.
This is how it looks like:
![[Image: kanjitomo.png]](http://www.kanjitomo.net/images/kanjitomo.png)
KanjiTomo uses a custom OCR algorithm optimized for kanji recognition. Especially with small font sizes it's accuracy is often better than with generic algorithms (for example NHocr or Tesseract). Kana recognition is not as good, but considering the target audience (like people in this forum), I think this is a fair trade-off.
You can download the program from www.kanjitomo.net
I hope you find it useful!
I have written a program called KanjiTomo. It identifies Japanese characters under mouse cursor and finds the corresponding words from dictionary. It works a bit like Rikaichan, but my program can be used with any image on screen, not just text on web pages.
This is how it looks like:
![[Image: kanjitomo.png]](http://www.kanjitomo.net/images/kanjitomo.png)
KanjiTomo uses a custom OCR algorithm optimized for kanji recognition. Especially with small font sizes it's accuracy is often better than with generic algorithms (for example NHocr or Tesseract). Kana recognition is not as good, but considering the target audience (like people in this forum), I think this is a fair trade-off.
You can download the program from www.kanjitomo.net
I hope you find it useful!

![[Image: area_detector_example_1.png]](http://www.kanjitomo.com/images/area_detector_example_1.png)
![[Image: area_detector_example_2.png]](http://www.kanjitomo.com/images/area_detector_example_2.png)
![[Image: area_detector_example_3.png]](http://www.kanjitomo.com/images/area_detector_example_3.png)