Skip to content
This repository has been archived by the owner on Feb 12, 2024. It is now read-only.

omkar-mohanty/vortex

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

66 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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