https://github.com/coditheck/imgext
Image extraction from document.
https://github.com/coditheck/imgext
document-analysis image-extractor python
Last synced: 11 months ago
JSON representation
Image extraction from document.
- Host: GitHub
- URL: https://github.com/coditheck/imgext
- Owner: CodiTheck
- License: mit
- Created: 2023-09-09T09:19:32.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2023-09-09T16:08:39.000Z (over 2 years ago)
- Last Synced: 2025-01-30T10:44:23.639Z (about 1 year ago)
- Topics: document-analysis, image-extractor, python
- Language: Python
- Homepage:
- Size: 36.1 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# imgext
Image extraction from document.
## Installation
```sh
pip install https://github.com/CodiTheck/imgext/archive/refs/heads/master.zip
```
## Usage
To use this program, execute the following command by passing it the path to
the document file containing the images to extract.
```sh
imgext [path/to/my_file.ext]
```