An open API service indexing awesome lists of open source software.

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.

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]
```