bsorrentino / pdf-tools

Extract Markdown + Images from PDF
MIT License
42 stars 5 forks source link

Output Directory option doesn't work #8

Closed TechQuery closed 3 months ago

TechQuery commented 3 months ago
pdftools -o ./custom-folder pdf2md some-document.pdf

@bsorrentino no custom-folder created after this command run.

bsorrentino commented 3 months ago

Hi @TechQuery thanks for feedback

I'll check asap

bsorrentino commented 3 months ago

Hi @TechQuery

There was an error on commander option inheritance, I've fixed problem and I'll arrange a new release soon

Usage must be

pdftools pdf2md some-document.pdf -o ./custom-folder

bsorrentino commented 3 months ago

fix published on release 1.2.1