Kaku
Kaku copied to clipboard
画 - Japanese OCR Dictionary
An option to show romaji to help people who still can't read kana (like me)
A big improvement to #24: I added dictionary entries that will be found when looking up a word written in kana. I think this isn't an ideal solution (I made...
Thanks for all your effort developing Kaku. It seems like it isn't compatible with Boox devices since the popup isn't shown. Resizing the window works but there is no content...
ぼうし(帽子)、けわしい(険しい)、うわさ(噂), and conjugated hiragana words can't be selected/aren't detected in the results window. I'm guessing if there's a kanji form, even if the kana form is common enough that it's...
I'm not sure if this is on purpose, but the "Hello, 画 Beta User!" screen appears in the F-Droid build. It says to contact the developer if I'm seeing it...
Related: #18 #19 #20 References: - https://github.com/ankidroid/Anki-Android/issues/3479 - https://stackoverflow.com/questions/33786651/open-android-app-with-custom-url-scheme Since there are Anki addons that add J-J definitions, and copying text is useful for (among other things) creating Ankidroid cards,...
Hello. I use an umidigi A7 Pro and it seems thet after the latest OTA update of the phone the capability to use Kaku's notification menu was broken because now...
Allow users to change the dictionary used to an EPWING, or somehow integrate lookups with EBPocket or Droidwing. [OCR Manga Reader for Android](http://ocrmangareaderforandroid.sourceforge.net) has this feature, so its source code...
It'd be great if auto-detection of speech bubbles in manga could be implemented. Capture2Text for PC has a similar functionality where if you press a hotkey whilst having your cursor...
@Shimizoki graciously sent over some otsu thresholding code in Java that should clean up the image a little: ```Java @Override public void run() { // ... long startTimeBitmap = System.currentTimeMillis();...