https://github.com/pyreko/manga-text-localization
A WIP OCR script for manga/comics.
https://github.com/pyreko/manga-text-localization
Last synced: about 2 months ago
JSON representation
A WIP OCR script for manga/comics.
- Host: GitHub
- URL: https://github.com/pyreko/manga-text-localization
- Owner: Pyreko
- Created: 2019-08-09T22:53:10.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2020-05-14T16:10:39.000Z (about 6 years ago)
- Last Synced: 2025-06-22T14:09:43.483Z (12 months ago)
- Language: Python
- Size: 83.7 MB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# manga-text-localization
OCRs text. Intended for use with manga pages, but could probably be extended to other uses.
Note this is not complete! As such, it won't work really well.
**Note**: This was initially made for , and due to this tool being a bit of a pain to use, I settled on working with Azure via [KaguyaOCR](https://github.com/Pyreko/KaguyaOCR) instead. See that instead ~~though that's also going to get deprecated for another tool I'm working on~~.
## To use:
1. Create a venv
2. Make, which will download the pip reqs.
3. Run using ``python3 image_localization.py`` or just ``./image_localization.py``. Look at the command line options for what you can pass in.