yusteafy/maga-text-extractor

Automated batch Japanese text recognition for manga.

0

stars

2

commits

Jupyter Notebook

primary language

Jul 6, 2026

updated

README

Manga Text Extractor

An automated tool to recognize Japanese text within manga from an entire image files or folder and export the results to a text file.

Model used

  • Speech Bubble Detection: Fine-tuned YOLOv8m model trained to detect speech bubbles across Manga, Webtoon, Manhua, and Western Comic style images.

    Model Source: ogkalu/comic-speech-bubble-detector-yolov8m

  • Manga OCR: Deep learning model to convert Japanese text images inside speech bubbles into digital text using the Vision Encoder Decoder framework.

    Model Source: kha-white/manga-ocr-base

Example

Manga Text Extractor Demo

Demo Notebook & Live Output

Run with GUI

GUI App

If you just want to use the GUI app to extract text, simply install uv and execute the run.bat file.

To install uv, open PowerShell and run the following command:

powershell -ExecutionPolicy ByPass -c "irm https://astral.sh/uv/install.ps1 | iex"

Contributors

yusteafy

2 commits

yusteafy/maga-text-extractor

Automated batch Japanese text recognition for manga.

0

stars

2

commits

Jupyter Notebook

primary language

Jul 6, 2026

updated

README

Manga Text Extractor

An automated tool to recognize Japanese text within manga from an entire image files or folder and export the results to a text file.

Model used

  • Speech Bubble Detection: Fine-tuned YOLOv8m model trained to detect speech bubbles across Manga, Webtoon, Manhua, and Western Comic style images.

    Model Source: ogkalu/comic-speech-bubble-detector-yolov8m

  • Manga OCR: Deep learning model to convert Japanese text images inside speech bubbles into digital text using the Vision Encoder Decoder framework.

    Model Source: kha-white/manga-ocr-base

Example

Manga Text Extractor Demo

Demo Notebook & Live Output

Run with GUI

GUI App

If you just want to use the GUI app to extract text, simply install uv and execute the run.bat file.

To install uv, open PowerShell and run the following command:

powershell -ExecutionPolicy ByPass -c "irm https://astral.sh/uv/install.ps1 | iex"

Contributors

yusteafy

2 commits

Languages

Jupyter Notebook

95.0%

Python

5.0%