omkar-mohanty / vortex

A tool to extract images from pdf files

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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 

About

A tool to extract images from pdf files

License:MIT License


Languages

Language:Rust 100.0%