Jp Manga Translator

Translate manga from Japanese/Chinese to English using Gemini, or optionally with a Python server (YOLO+MangaOCR+mBART+Colorization)/in-browser CTD/Google.

Aby zainstalować ten skrypt, wymagana jest instalacje jednego z następujących rozszerzeń: Tampermonkey, Greasemonkey lub Violentmonkey.

You will need to install an extension such as Tampermonkey to install this script.

Aby zainstalować ten skrypt, wymagana jest instalacje jednego z następujących rozszerzeń: Tampermonkey, Violentmonkey.

Aby zainstalować ten skrypt, wymagana będzie instalacja rozszerzenia Tampermonkey lub Userscripts.

You will need to install an extension such as Tampermonkey to install this script.

Aby zainstalować ten skrypt, musisz zainstalować rozszerzenie menedżera skryptów użytkownika.

(Mam już menedżera skryptów użytkownika, pozwól mi to zainstalować!)

You will need to install an extension such as Stylus to install this style.

You will need to install an extension such as Stylus to install this style.

You will need to install an extension such as Stylus to install this style.

Będziesz musiał zainstalować rozszerzenie menedżera stylów użytkownika, aby zainstalować ten styl.

Będziesz musiał zainstalować rozszerzenie menedżera stylów użytkownika, aby zainstalować ten styl.

Musisz zainstalować rozszerzenie menedżera stylów użytkownika, aby zainstalować ten styl.

(Mam już menedżera stylów użytkownika, pozwól mi to zainstalować!)

Autor
moony
Dziennych instalacji
1
Wszystkich instalacji
326
Oceny
1 0 0
Wersja
2.7
Utworzono
14-10-2025
Zaktualizowano
24-05-2026
Rozmiar
38,6 KB
Licencja
MIT
Dotyczy

All-in-one solutions for manga are not perfect:

  • Public APIs are often slow (e.g., cotrans.touhou.ai) due to server overload and long queues, and many browser extension like ismanga-Manga Translator work but are costly/limited.

So, In this userscript "Jp Manga Translator" use a pipeline text detection>OCR>translation; Currently, to achieve best solution is to run a separate server (optional):

  • Fast (~2s): GPU~6GB VRAM (5min boot-up) server Python for fast OCR using YOLO → MangaOCR → mBART. (not sure how to run server python .py? use .exe instead: download mirror 1 ,2,3, 4, 5)
  • Or for accessibility: Gemini API performs OK but struggles with many bubbles. Free api iwanhae.kr is convenient but poorly accurate.
  • Decent (~7s): Current browser-only by default solution uses CTD → MangaOCR → Google Translate/MyMemory.

Credits: