Skip to content

klaxa/OCR-Manga

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

58 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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:https://dedi.klaxa.eu/public/Manga_reader_demo.mkv

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

About

A very simplistic manga reader with integrated OCR.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •  

Languages