Importing Manga
Mekuru supports two manga formats, each with a different workflow:
| Format | Description |
|---|---|
| CBZ | Comic Book ZIP archives containing page images. Text lookups require OCR later. |
| Mokuro | Pre-processed manga with text already extracted. Lookups work immediately after import. |
Importing Mokuro-Processed Manga
Mokuro pre-processes manga pages and stores OCR data with page positions. Mekuru supports both .mokuro and Mokuro .html manifests.
To import:
- Open the Library tab.
- Tap +.
- Choose Manga (Mokuro).
- Select the folder that contains the manga data.
- Choose the
.mokuroor.htmlmanifest from the picker shown for that folder.
Mekuru then loads the manifest, finds the matching page-image folder, detects individual words, and builds tap targets for lookups.
Expected Folder Layout
The page images must be stored in the matching sibling folder used by the selected manifest. Typical layouts look like this:
manga_title.mokuro
manga_title/
001.jpg
002.jpg
or
manga_title.html
manga_title/
001.jpg
002.jpg
_ocr/manga_title/
001.json
002.json
Mokuro is the fastest path for instant lookups because the OCR text already exists before import.
Importing CBZ Files
CBZ files contain page images only.
- Open the Library tab.
- Tap +.
- Choose Manga (CBZ).
- Select a
.cbzfile from the system file picker.
The import creates the manga entry and extracts the page images, but it does not add text overlays yet.
Running OCR for CBZ Manga
After import, long-press the manga entry in the library to open its actions. From there, Mekuru can show:
- Run OCR - start OCR for pages that do not have text yet
- Resume OCR - continue a partial OCR pass
- Pause OCR - pause the current OCR job and keep progress so far
- Delete OCR - remove OCR text and word overlays; for replaced Mokuro/HTML books this restores the original imported OCR
- Build Word Overlays - rebuild tap targets when OCR text exists but word segmentation is missing
OCR is started from the library item actions, not from a button inside the manga reader.
Remote OCR for CBZ files now requires Pro plus a configured custom OCR server.
Differences from EPUB
Because manga pages are images rather than flowing text, some features work differently:
| Feature | EPUB | Manga |
|---|---|---|
| Dictionary lookups | Tap text directly | Use Mokuro data or OCR-generated overlays |
| Bookmarks | Yes | Yes |
| Highlights and notes | Pro (EPUB only) | No |
| Text layout settings | Yes | No |
| Image view modes | No | Yes |
Next Steps
- Reading Manga - view modes, reader settings, and overlays
- Remote OCR - Pro-powered OCR with your own server
- Custom OCR Server - using your own OCR endpoint