https://github.com/pklaus/cropmultiplescannedimages
one scanned page with multiple images → crop images automatically (using python and edge detection)
https://github.com/pklaus/cropmultiplescannedimages
Last synced: about 1 month ago
JSON representation
one scanned page with multiple images → crop images automatically (using python and edge detection)
- Host: GitHub
- URL: https://github.com/pklaus/cropmultiplescannedimages
- Owner: pklaus
- License: gpl-3.0
- Created: 2009-11-26T00:08:53.000Z (over 15 years ago)
- Default Branch: master
- Last Pushed: 2012-07-01T22:22:32.000Z (almost 13 years ago)
- Last Synced: 2025-03-26T13:11:14.302Z (about 2 months ago)
- Language: Python
- Homepage:
- Size: 113 KB
- Stars: 5
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: COPYING
Awesome Lists containing this project
README
# cropMultipleScannedImages: You have one scanned page with multiple images → crop images automatically (using python and edge detection)
## Project Information
This software (cropMultipleScannedImages) is a project to automatically crop pictures from
a single scanned image.## Status
In progress! Not working yet!
## Required Python modules
This project uses the python modules math & Image.
## Installation and Usage
The software is tested and known to work on Ubuntu Linux 9.10 karmic.
It should, however, work on any operating system that supports python (and PIL).## License
cropMultipleScannedImages is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.cropMultipleScannedImages 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 General Public License for more details.You should have received a copy of the GNU General Public License
along with cropMultipleScannedImages. If not, see .## Author
Philipp Klaus
* philipp.l.klaus AT web.de