Back to home

Questions, answered plainly.

What みて Verb (ichidan)to see; to look; to watchte-form みて is the te-form of 見る, and how "Mite" is read. is, where it runs, and what it does and does not do. No hedging.

Privacy and trust

Is みて Verb (ichidan)to see; to look; to watchte-form みて is the te-form of 見る, and how "Mite" is read. really fully local?
Yes. Capture, OCR, segmentation, and dictionary lookup all run on your machine. There is no cloud OCR and no network round-trip: nothing about what you are reading is sent off the device. Because みて Verb (ichidan)to see; to look; to watchte-form みて is the te-form of 見る, and how "Mite" is read. is open source under AGPL-3.0, you can read the code and confirm it yourself.
Is it free and open source?
Both. みて Verb (ichidan)to see; to look; to watchte-form みて is the te-form of 見る, and how "Mite" is read. is licensed AGPL-3.0. The capture path, the OCR models, the segmentation, and the lookup are all open to read, audit, and build on.

Where it runs

Which platforms does みて Verb (ichidan)to see; to look; to watchte-form みて is the te-form of 見る, and how "Mite" is read. support?
みて Verb (ichidan)to see; to look; to watchte-form みて is the te-form of 見る, and how "Mite" is read. is Windows-first (Windows 10 and 11) and optimized for NVIDIA hardware. It is not built for macOS or Linux. The overlay is a native Win32 layer, so the experience is specific to Windows.
Do I need an NVIDIA GPU?
An NVIDIA GPU is recommended for the fastest path. みて Verb (ichidan)to see; to look; to watchte-form みて is the te-form of 見る, and how "Mite" is read. uses TensorRT where it can, falls back to CUDA, and falls back again to CPU, so it runs without a dedicated GPU, just not as quickly as the reference numbers.
Which apps does it work with?
みて Verb (ichidan)to see; to look; to watchte-form みて is the te-form of 見る, and how "Mite" is read. captures the pixels of a target window, so it does not need any cooperation from the app it reads. That covers native games, visual novels, manga and comic readers, and video (paused or live). If Windows can put it on screen, みて Verb (ichidan)to see; to look; to watchte-form みて is the te-form of 見る, and how "Mite" is read. can read it.

Speed and accuracy

How fast is it?
On the reference NVIDIA setup, a fresh full-screen read of a 4K game frame takes about a fifth of a second (roughly 200 ms at p95 on the native TensorRT path). In practice the definition is there before you have finished looking. Your hardware sets the exact number.
How accurate is the OCR?
Measured against several hundred hand-checked 4K screenshots, about 94 of every 100 text lines are read perfectly, and roughly one character in eighty is wrong or missing. Mistakes concentrate in tiny, faint, or heavily stylized text; ordinary dialogue and menus read very reliably.
What happens when it gets a character wrong?
When a misread happens, it usually shows up as an unknown word rather than a confident wrong definition, so the tool fails honestly. You can trust that a definition みて Verb (ichidan)to see; to look; to watchte-form みて is the te-form of 見る, and how "Mite" is read. shows is a definition it actually found.

What it does

Does みて Verb (ichidan)to see; to look; to watchte-form みて is the te-form of 見る, and how "Mite" is read. translate whole sentences?
No, and that is on purpose. みて Verb (ichidan)to see; to look; to watchte-form みて is the te-form of 見る, and how "Mite" is read. is a reading aid, not a machine translator. It gives you the reading, the dictionary form, English glosses, inflection notes, and furigana for each word, so you keep reading the Japanese yourself instead of replacing it with English.
How is this different from Yomitan or 10ten?
Those are excellent browser extensions, and for ordinary web pages they are the better fit: they read the page's own text directly. みて Verb (ichidan)to see; to look; to watchte-form みて is the te-form of 見る, and how "Mite" is read. 's niche is everything outside the browser: native games, visual novels, and apps a browser extension can never reach. Use the right tool for where the text is.
Will the overlay get in the way of the game?
The overlay is layered and click-through. It does not steal focus or interrupt game input: your clicks and keys pass straight through to the game. みて Verb (ichidan)to see; to look; to watchte-form みて is the te-form of 見る, and how "Mite" is read. sits unnoticed until you want a reading, then gets out of the way.
What is it built on?
PP-OCRv5 detection and recognition models run through ONNX Runtime; Lindera segments the recognized text into words; and definitions come from JMdict, ordered by JPDB frequency so the most likely meaning leads.

Getting it

How do I install みて Verb (ichidan)to see; to look; to watchte-form みて is the te-form of 見る, and how "Mite" is read. ?
みて Verb (ichidan)to see; to look; to watchte-form みて is the te-form of 見る, and how "Mite" is read. is open source, and the canonical setup path is the repository's bootstrap script: clone the repo, run bootstrap-dev.ps1 once in PowerShell, and you are reading. See the GitHub repository for the full quick start.