1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17
## Pdf2Image A command-line application that converts PDF files into images. ## How to install ``` cargo install pdf2image ``` ## How to use After cloning this repoositiry ``` cargo run -- --input Fuzzy.pdf --output-dir images --dpi 150 ```