Skip to content

Latest commit

 

History

History
72 lines (46 loc) · 1.97 KB

File metadata and controls

72 lines (46 loc) · 1.97 KB

OCR-Manga

A very simplistic manga reader with integrated OCR.

Installation

OCR-Manga has a few dependencies you will need:

Ubuntu/Debian

Install pip, Tk, and Tesseract:

sudo apt-get install python3-pip python3-tk tesseract-ocr tesseract-ocr-jpn

Arch Linux

Install pip, Tk, and Tesseract:

sudo pacman -S python-pip tk tesseract tesseract-data-jpn

Gentoo

Make sure you have tk in your USE flags for Python 3. You'll also need to either have ja in your L10N or specify l10n_ja as an USE flag for Tesseract.

Install pip and Tesseract:

sudo emerge -a dev-python/pip app-lang/tesseract

Install various python modules:

sudo pip install pillow pyocr python-magic myougiden rarfile

Usage

./Reader.py /path/to/manga

The manga can be a zip, rar, tar, or just a plain old directory.

Contributions

Contributions are welcomed and accepted. It is required that all pull requests be PEP 0008 formatted.

Screenshots

Screenshot of Yurumon Screenshot of Yurumon Screenshot of Yurumon

Demos

http://dedi.klaxa.eu/public/Manga_reader_demo.mkv

http://dedi.klaxa.eu/public/Manga_reader_demo_2.mkv