https://github.com/wykerd/chopfox
A utility that uses computer vision to extract information from comic strips
https://github.com/wykerd/chopfox
cli comic comics computer-vision cpp cpp-library manga ocr opencv splitter
Last synced: 2 months ago
JSON representation
A utility that uses computer vision to extract information from comic strips
- Host: GitHub
- URL: https://github.com/wykerd/chopfox
- Owner: Wykerd
- License: agpl-3.0
- Created: 2020-05-28T09:26:33.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2021-06-22T22:10:36.000Z (almost 5 years ago)
- Last Synced: 2025-03-21T22:38:40.428Z (over 1 year ago)
- Topics: cli, comic, comics, computer-vision, cpp, cpp-library, manga, ocr, opencv, splitter
- Language: C++
- Size: 84.7 MB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Chopfox

A library for extracting information from comic strips using OpenCV and Tesseract.
# Features
- Panel detection
- Text ROI detection
- Text recognition
- Panel chopping
- XML export of extracted data
# Dependencies
- OpenCV
- Tesseract
- TinyXML
# Building
Use CMake to build this project.
```
mkdir build
cd build
cmake ..
make
```
# Web version
A minimal client side web version of Chopfox is also provided in this repo. It uses a WASM version of opencv to extract the panels of the comic strip.
See the `web/` directory for the source to the web version.
A prebundled version of the library can be downloaded in the releases tab.
# License
This project is licensed under the GNU Affero General Public License.
```
Chopfox is free software: you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.
Chopfox is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU Affero General Public License for more details.
You should have received a copy of the GNU Affero General Public License
along with Chopfox. If not, see .
```

__NOTE:__ This software depends on other packages that may be licensed under different open source licenses.