https://github.com/xatuke/labelcropper
A python script to crop flipkart labels
https://github.com/xatuke/labelcropper
Last synced: about 1 year ago
JSON representation
A python script to crop flipkart labels
- Host: GitHub
- URL: https://github.com/xatuke/labelcropper
- Owner: xatuke
- Created: 2020-07-23T09:37:27.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2020-07-24T09:29:17.000Z (about 6 years ago)
- Last Synced: 2025-06-01T07:05:20.542Z (about 1 year ago)
- Language: Python
- Size: 5.86 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# labelcropper
A python script to crop flipkart labels
### Use
```
git clone https://github.com/crowded-geek/labelcropper/
cd labelcropper
python2 crop.py input.pdf
```
## Output : 2 files top and bottom labels
```
input.top.cropped.pdf
input.bottom.cropped.pdf
```