Bug#813562: Test suite failure

2016-02-21 Thread Sean Whitton
On Sun, Feb 21, 2016 at 12:46:52PM +, James R Barlow wrote: > Great news. 4.0.2 is ready now.  Sweet. Package build in progress. > I did find while updating my Docker image that Debian stretch's > version of Ghostscript (gs 9.16~dfsg-2.1) produces error messages and > blank pages on JPEG

Bug#813562: Test suite failure

2016-02-21 Thread James R Barlow
Great news. 4.0.2 is ready now. I did find while updating my Docker image that Debian stretch's version of Ghostscript (gs 9.16~dfsg-2.1) produces error messages and blank pages on JPEG 2000 images. It's fixed in Sid, but the fix hasn't moved downstream yet. Thanks again for doing this. On Sat,

Bug#813562: Test suite failure

2016-02-20 Thread Sean Whitton
Hello, On Sat, Feb 20, 2016 at 03:27:00AM +, James R Barlow wrote: > Thanks for your help. Output order is due to multiprocessing. No problem. > That nailed it. tesseract 3.04.01 changed its output when asked to > determine page orientation. It's an improved, but it breaks parsing. > > I

Bug#813562: Test suite failure

2016-02-19 Thread James R Barlow
Thanks for your help. Output order is due to multiprocessing. That nailed it. tesseract 3.04.01 changed its output when asked to determine page orientation. It's an improved, but it breaks parsing. I will throw together a patch to make the appropriate distinctions. $ tess-3.04.01 -psm 0

Bug#813562: Test suite failure

2016-02-19 Thread James R Barlow
I ran into a similar failure because leptonica 1.71 has an integer overflow bug in the function pixCorrelationBinary which I use only in the test suite to check if some output PDFs visually resemble an expected reference PDF. I rewrote that function in Python for the older versions. The relevant

Bug#813562: Test suite failure

2016-02-19 Thread Sean Whitton
Hello, On Fri, Feb 19, 2016 at 07:11:32AM +, James R Barlow wrote: > What version of leptonica is installed? > tesseract --version will report this. From within my Sid chroot: root@artemis:/build/ocrmypdf-4.0.1# tesseract --version tesseract 3.04.01 leptonica-1.73 libgif 5.1.2 : libjpeg

Bug#813562: Test suite failure

2016-02-18 Thread James R Barlow
I have seen a similar problem. What version of leptonica is installed? tesseract --version will report this. Also what's the file name for liblept? On Thu, Feb 18, 2016 at 21:29 Sean Whitton wrote: > Dear James, > > OCRmyPDF's test suite is currently failing under a

Bug#813562: Test suite failure

2016-02-18 Thread Sean Whitton
Dear James, OCRmyPDF's test suite is currently failing under a freshly-installed Debian Sid chroot. I've attached the output to this e-mail. Since the test suite worked on yesterday's version of Debian Sid, I think that this must be due to a bug introduced in a new version of one the