jmrichardson

Results 55 comments of jmrichardson

Hi @marlonjan , This include_experimental_features=False doesn't work for with compare_classifiers. Is there another parameter I can use to remove the Automation rate analysis?

Hi @marlonjan , Works perfectly! Thanks so much for the fast reply. Metriculous html output works perfectly and with datapane as dp.HTML(html) block. Thanks again for making the available :)

I am not sure how to interpret the output, but your response makes sense. here is the output: ``` pdfimages -list text_with_highlighter.pdf page num type width height color comp bpc...

Hi, sorry for the delay in replying back (traveling). Here is the output: ``` $ pdfimages -list new.pdf page num type width height color comp bpc enc interp object ID...

I think the leptonica pix.deskew function in leptonica.py is returning larger images (gray to rgb). Here is another example of a pdf that is 11.88x larger than the orginal with...

Hi, I updated ocrmypdf to the ignore-masks branch and here are the results: ``` $ ocrmypdf --deskew 1623.pdf new.pdf WARNING - 2: [tesseract] unsure about page orientation WARNING - 1:...

Thank you for the help. My setup is windows 10, python 3.6 using pycharm IDE. So, it appears that the issue is running the code interactively... After troubleshooting in different...

I see, makes sense... Yes, I prefer to use pycharm in a similar way to jupyter where I use the pycharm variable inspector to show the results as each code...

This is weird... I would have expected you to get the same error in pycharm's console as you would in a a shell console... Yes, I am using the pycharm...

Great catch! Yes, so that is good that there is a work around in pycharm provided you have that option checked and ipython installed. (Which I didn't have installed when...