All Projects β†’ dalelyunas β†’ manga-translator

dalelyunas / manga-translator

Licence: other
Automatically translates manga pages

Programming Languages

python
139335 projects - #7 most used programming language
javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to manga-translator

Links Detector
πŸ“– πŸ‘†πŸ» Links Detector makes printed links clickable via your smartphone camera. No need to type a link in, just scan and click on it.
Stars: ✭ 106 (+29.27%)
Mutual labels:  tesseract
Lambda Text Extractor
AWS Lambda functions to extract text from various binary formats.
Stars: ✭ 159 (+93.9%)
Mutual labels:  tesseract
Tesseract
Bindings to Tesseract OCR engine for R
Stars: ✭ 192 (+134.15%)
Mutual labels:  tesseract
Aadhaar Card Ocr
Extract text information from Aadhaar Card using tesseract-ocr 😎
Stars: ✭ 112 (+36.59%)
Mutual labels:  tesseract
Tesseract Macos
Objective C wrapper for the open source OCR Engine Tesseract (macOS)
Stars: ✭ 154 (+87.8%)
Mutual labels:  tesseract
Hq bot
πŸ“² Bot to help solve HQ trivia
Stars: ✭ 167 (+103.66%)
Mutual labels:  tesseract
Gosseract
Go package for OCR (Optical Character Recognition), by using Tesseract C++ library
Stars: ✭ 1,622 (+1878.05%)
Mutual labels:  tesseract
Tesstrain
Train Tesseract LSTM with make
Stars: ✭ 251 (+206.1%)
Mutual labels:  tesseract
Ocrtable
Recognize tables and text from scanned images that contain tables. δ»ŽεŒ…ε«θ‘¨ζ Όηš„ζ‰«ζε›Ύη‰‡δΈ­θ―†εˆ«θ‘¨ζ Όε’Œζ–‡ε­—
Stars: ✭ 155 (+89.02%)
Mutual labels:  tesseract
Android Ocr
Experimental optical character recognition app
Stars: ✭ 2,177 (+2554.88%)
Mutual labels:  tesseract
Tesseract Ocr for windows
Visual Studio Projects for Tessearct and dependencies
Stars: ✭ 122 (+48.78%)
Mutual labels:  tesseract
Tesseract4android
Fork of tess-two rewritten from scratch to support latest version of Tesseract OCR.
Stars: ✭ 148 (+80.49%)
Mutual labels:  tesseract
Swiftytesseract
A Swift wrapper around Tesseract for use in iOS, macOS, and Linux applications
Stars: ✭ 170 (+107.32%)
Mutual labels:  tesseract
Tabulo
Table Detection and Extraction Using Deep Learning ( It is built in Python, using Luminoth, TensorFlow<2.0 and Sonnet.)
Stars: ✭ 110 (+34.15%)
Mutual labels:  tesseract
Tessdata fast
Fast integer versions of trained LSTM models
Stars: ✭ 221 (+169.51%)
Mutual labels:  tesseract
Tesseract
This package contains an OCR engine - libtesseract and a command line program - tesseract. Tesseract 4 adds a new neural net (LSTM) based OCR engine which is focused on line recognition, but also still supports the legacy Tesseract OCR engine of Tesseract 3 which works by recognizing character patterns. Compatibility with Tesseract 3 is enabled by using the Legacy OCR Engine mode (--oem 0). It also needs traineddata files which support the legacy engine, for example those from the tessdata repository.
Stars: ✭ 43,199 (+52581.71%)
Mutual labels:  tesseract
Ocr Table
Extract tables from scanned image PDFs using Optical Character Recognition.
Stars: ✭ 165 (+101.22%)
Mutual labels:  tesseract
Leveryl
An Advanced & Feature Rich Server Software for MC:PE 1.1.x
Stars: ✭ 45 (-45.12%)
Mutual labels:  tesseract
Image2text
πŸ“‹ Python wrapper to grab text from images and save as text files using Tesseract Engine
Stars: ✭ 243 (+196.34%)
Mutual labels:  tesseract
Tesseract Ocr For Php
A wrapper to work with Tesseract OCR inside PHP.
Stars: ✭ 2,247 (+2640.24%)
Mutual labels:  tesseract

manga-translator

Automatically translates manga pages from Japanese to English.

How it works

  • Find text bubbles using OpenCV contour manipulations
  • OCR the text bubbles with Tesseract
  • Send the text to Google Translate
  • Typeset the translated text back into the text bubbles

Example

Untranslated

untranslated

Translated

translated

Dependencies

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].