- Notifications
You must be signed in to change notification settings - Fork9
Manga OCR snipping application for desktop
License
blueaxis/Cloe
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
Snipping utility for the MangaOCR model
Inspired byCapture2Text, Cloe is a snipping tool for theManga OCR library. The project works similarly to Capture2Text but uses the MangaOCR model instead. See demo below to see how it works.
sample_usage.mp4
Launch the application and wait for the model to load. Show the snipping window using shortcutAlt+Q
and drag and hold the mouse cursor to start performing OCR.
Download the latest zip filehere. Decompress the file in the desired directory. Make sure that theapp
folder is in the same folder as the shortcutCloe
.
Recommended:
- Hard drive: at least 700 MB HD space
- RAM: at least 2 GB (recommended)
- Installpoetry on a supported Python version (3.8, 3.9).
- Clone this repo and install dependencies by running:
poetry install --with dev
. - In the
app
directory, usepython main.py
to run the app. - If you want to build the app locally, run
pyinstaller main.spec
in thebuild
directory.
This project will not be possible without the MangaOCR model byMaciej Budyś.
The software is licensed under GPLv3 (seeLICENSE) and uses third party libraries that are distributed under their own terms (seeLICENSE-3RD-PARTY).
The icons used in this project are fromIcons8.
About
Manga OCR snipping application for desktop