jrmuizel / pdf-extract

A rust library for extracting content from pdfs
368 stars 75 forks source link

Processing pollutes stderr #5

Closed SirVer closed 6 years ago

SirVer commented 6 years ago

I see a ton of errors or meta data printed when running the example script. Using this in a CLI app makes the app not very useful to end users. Can the verbosity made configurable?

jrmuizel commented 6 years ago

It's currently all hard coded using println!() I can land something that turns that off.

jrmuizel commented 6 years ago

I've fixed this now.

SirVer commented 6 years ago

That was a quick turnaround :). Thanks!