omkar-mohanty / vortex

A tool to extract images from pdf files
MIT License
52 stars 7 forks source link
pdf rust

vortex

vortex is a simple tool to extract images from pdf files

Installation

1. Install Rust

curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh 

2. Clone the repo

git clone https://github.com/omkar-mohanty/vortex.git && cd vortex

3. Install using cargo

cargo install --path .

Usage

vortex pdf_file -o output_folder

Example

From the crate root

vortex resources/sample.pdf -o sample