jrmuizel / pdf-extract

A rust library for extracting content from pdfs
364 stars 73 forks source link

Change all println statements to dlog #45

Open jacob-horton opened 1 year ago

jacob-horton commented 1 year ago

I'm not entirely sure if the use of println! was intentional, but related to issue #5, I could not find a way to disable messages such as Unicode mismatch as they were using println!. This changes all the println! statements to use dlog! instead. Let me know if it was intentional behaviour, and if so, could we implement another way to configure the verbosity of output/disable it completely? Thanks!