Replace with non-free file milk.pdf with free equivalent

This commit is contained in:
James R. Barlow
2016-10-06 13:10:28 -07:00
parent 4ba2962c56
commit 6baf8668a6
4 changed files with 6 additions and 13 deletions
+3 -10
View File
@@ -33,16 +33,6 @@ In some cases they were converted from one image format to another without other
- Creative Commons BY-SA 3.0
Files from non-free sources
===========================
These test resources come from non-free sources, or free sources with restrictions, and used here under fair use.
All test cases that involve non-free sources will be skipped if the containing folder is deleted.
* milk.pdf
Files generated for this project
================================
@@ -74,6 +64,9 @@ under the terms of the license in LICENSE.rst.
* - hugemono.pdf
- @jbarlow83
- large monochrome 35000x35000 image in JBIG2 encoding
* - indirect_objects.pdf
- @lowesjam
- a linearized PDF containing some unusual indirect objects
* - invalid.pdf
- @jbarlow83
- a PDF file header followed by EOF marker
Binary file not shown.
Binary file not shown.
+3 -3
View File
@@ -634,7 +634,7 @@ def test_masks(spoof_tesseract_noop):
check_ocrmypdf('masks.pdf', 'test_masks.pdf', env=spoof_tesseract_noop)
@pytest.mark.skipif(not os.path.isfile(_infile('milk.pdf')),
reason="fair use restricted test resource does not exist")
def test_linearized_pdf_and_indirect_object(spoof_tesseract_noop):
check_ocrmypdf('milk.pdf', 'test_milk.pdf', env=spoof_tesseract_noop)
check_ocrmypdf(
'indirect_objects.pdf', 'test_indirect_objects.pdf',
env=spoof_tesseract_noop)