Compress test images more heavily

This commit is contained in:
James R. Barlow
2018-06-28 21:40:12 -07:00
parent bc90f40a8f
commit 02b3ca6862
9 changed files with 16 additions and 16 deletions
+1 -1
View File
@@ -448,7 +448,7 @@ def test_convert_to_square_resolution(renderer, spoof_tesseract_cache,
def test_image_to_pdf(spoof_tesseract_noop, resources, outpdf):
check_ocrmypdf(
resources / 'LinnSequencer.jpg', outpdf, '--image-dpi', '200',
resources / 'crom.png', outpdf, '--image-dpi', '200',
env=spoof_tesseract_noop)