awesome-repositories.com
Blog
MCP
awesome-repositories.com

Discover the best open-source repositories with AI-powered search.

ExploreCurated searchesOpen-source alternativesSelf-hosted softwareBlogSitemap
ProjectMCP serverAboutHow we rankPress
LegalPrivacyTerms
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
zyddnys avatar

zyddnys/manga-image-translator

0
View on GitHub↗
9,415 stars·919 forks·Python·gpl-3.0·41 viewscotrans.touhou.ai↗

Manga Image Translator

This project is an automated image translation system and pipeline specifically optimized for manga and comics. It provides a sequence of text detection, machine translation, and typesetting, and is available as an image translation API, a command-line tool for batch processing, and an LLM-powered translator.

The system utilizes OCR to detect text regions and an inpainter to remove original content by synthesizing background pixels. Translated text is then overlaid using an automated typesetter that manages font sizes, colors, and reading directions based on the original coordinates.

The workflow includes image upscaling to improve detection accuracy and a terminology management system using regular expression dictionaries and glossaries for text correction. Final outputs can be generated as multi-layered files that separate the original artwork, inpainted backgrounds, and translated text boxes.

Features

  • Image Text Translators - Detects text within images, removes original content, and overlays translated text while preserving visual style.
  • Image Inpainting - Removes detected text and synthesizes background pixels based on surrounding image patterns using masks.
  • OCR-Driven Inpainting - Utilizes an inpainter to remove original manga text by synthesizing background pixels based on OCR detected regions.
  • Image Text Typesetting - Manages font size, alignment, color, and reading direction for translated text overlaid on images.
  • Automated Typesetters - Provides an automated typesetter that manages font sizes, colors, and reading directions based on original text coordinates.
  • LLM Translation Integrations - Utilizes large language models and modular interfaces to perform context-aware translation of detected text.
  • Manga Translation Pipelines - Ships a specialized pipeline of text detection, machine translation, and typesetting optimized for manga and comic layouts.
  • Text Detection - Locates text regions within images using optical character recognition to define coordinates for processing.
  • Text Extraction and OCR - Extracts text from images and applies regex dictionaries to correct errors and maintain terminology.
  • Translation API Integrations - Implements client-side integrations to connect with various online or local translation services.
  • Visual Typesetting Workflows - Controls layout, fonts, and alignment of translated text to match the original visual style of comics.
  • Image Bounding Box Typesetting - Calculates font sizes and alignment based on original bounding boxes to place translated text back into images.
  • Translation APIs - Provides a web server with endpoints for programmatically submitting images for automated text detection and translation.
  • OCR Error Correction Dictionaries - Uses regular expression dictionaries to fix OCR errors and refine phrasing after translation.
  • Layered Image Asset Exports - Generates files with separate layers for the original image, inpainted areas, and translated text boxes.
  • Regex-Based Terminology Mapping - Ensures consistent terminology by replacing specific words or phrases using regular expression dictionaries.
  • Translation - Integrates custom terminology lists for proper nouns and character names to ensure consistency.
  • Layer Stacks - Constructs final images by stacking separate layers for original artwork, cleaned backgrounds, and new text.
  • Translation API Endpoints - Provides a set of web server endpoints for programmatically submitting images for translation and retrieving results.

Star history

Star history chart for zyddnys/manga-image-translatorStar history chart for zyddnys/manga-image-translator

How this analysis was created: This summary and feature list are AI-generated from collected project material and can contain mistakes. Stars, license and language are imported from GitHub. Inclusion does not mean that we have tested or audited this project. Check the source documentation for any feature you depend on. Learn more on our About page.

AI search

Explore more awesome repositories

Describe what you need in plain English — the AI ranks thousands of curated open-source projects by relevance.

Start searching with AI

Projects sharing features with Manga Image Translator

These projects share indexed features with Manga Image Translator. Shared tags can include platform or build tooling; verify the primary use case before treating a result as a replacement.
  • pantsudango/dango-translatorPantsuDango avatar

    PantsuDango/Dango-Translator

    8,411View on GitHub↗

    Dango-Translator is an OCR translation system and multi-engine translation client designed to extract text from images or screens and replace it with translated content. It functions as an image text translator and real-time screen translator, utilizing optical character recognition to convert text between different languages automatically. The software distinguishes itself through coordinate-based image typesetting and a glossary manager. These tools allow for the replacement of original image content with translated text in the same area and the use of specialized dictionaries to ensure con

    Python
    View on GitHub↗8,411
  • stranslate/stranslateSTranslate avatar

    STranslate/STranslate

    5,642View on GitHub↗

    STranslate is a desktop application that combines translation, optical character recognition (OCR), QR code decoding, and silent text-to-speech into a single tool for processing text on screen. It functions as a multi-source translation aggregator, sending queries to dozens of translation services simultaneously and displaying results side by side for comparison, while also offering OCR-based text extraction from images and QR code decoding from screen captures or files. The application distinguishes itself through a comprehensive set of automation and integration capabilities. A global hotke

    C#ocrpluginstranslate
    View on GitHub↗5,642
  • nekoparapa/ainieeNEKOparapa avatar

    NEKOparapa/AiNiee

    5,152View on GitHub↗

    AiNiee is an LLM-based localization tool that automates the translation of games, books, subtitles, and documents across multiple languages. It operates as a batch processing engine, translating entire folders of files in parallel while preserving directory structure, and includes a glossary management system that enforces terminology consistency using AI-powered glossaries, forbidden terms, and user-defined text substitution rules. The tool differentiates itself through key architectural decisions: it distributes translation requests across multiple API keys to bypass rate limits and acceler

    Python
    View on GitHub↗5,152
  • sakurallm/sakurallmSakuraLLM avatar

    SakuraLLM/SakuraLLM

    4,618View on GitHub↗

    SakuraLLM is a multi-format document translation system that hosts large language models for translating Japanese text into other languages. It functions as an inference server that exposes translation models through an OpenAI-compatible API, allowing any tool supporting the OpenAI client format to send translation requests. The system is designed as a glossary-aware translation engine that applies user-defined term dictionaries to ensure consistent translation of proper nouns and names across outputs. The project distinguishes itself by supporting multiple high-performance inference backends

    Python
    View on GitHub↗4,618
Compare all 30 related projects→

Frequently asked questions

What does zyddnys/manga-image-translator do?

This project is an automated image translation system and pipeline specifically optimized for manga and comics. It provides a sequence of text detection, machine translation, and typesetting, and is available as an image translation API, a command-line tool for batch processing, and an LLM-powered translator.

What are the main features of zyddnys/manga-image-translator?

The main features of zyddnys/manga-image-translator are: Image Text Translators, Image Inpainting, OCR-Driven Inpainting, Image Text Typesetting, Automated Typesetters, LLM Translation Integrations, Manga Translation Pipelines, Text Detection.

Which projects share features with zyddnys/manga-image-translator?

Projects with overlapping indexed features include: pantsudango/dango-translator — Dango-Translator is an OCR translation system and multi-engine translation client designed to extract text from images… stranslate/stranslate — STranslate is a desktop application that combines translation, optical character recognition (OCR), QR code decoding,… nekoparapa/ainiee — AiNiee is an LLM-based localization tool that automates the translation of games, books, subtitles, and documents… sakurallm/sakurallm — SakuraLLM is a multi-format document translation system that hosts large language models for translating Japanese text… paddlepaddle/paddlex — PaddleX is a PaddlePaddle-based framework for building, deploying, and fine-tuning AI model pipelines, with pre-built… ub-mannheim/tesseract — Tesseract is an optical character recognition engine and tool designed to convert printed or handwritten text from…