Replace redacted file with an OCR-able file

This commit is contained in:
James R. Barlow
2016-10-07 12:45:22 -07:00
parent 6baf8668a6
commit 013c5a369f
4 changed files with 5 additions and 5 deletions
+4 -4
View File
@@ -58,21 +58,21 @@ under the terms of the license in LICENSE.rst.
* - enormous.pdf
- @jbarlow83
- very large PDF page
* - epson.pdf
- @lowesjam
- a linearized PDF containing some unusual indirect objects, created by an Epson printer; printout of a Wikipedia article (CC BY-SA)
* - francais.pdf
- @jbarlow83
- a page containing French accents (diacritics)
* - 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
* - masks.pdf
- @supergrobi
- file containing explicit masks and a stencil mask drawn without a proper transformation matrix; printout of a German Wikipedia article (Creative Common BY-SA)
- file containing explicit masks and a stencil mask drawn without a proper transformation matrix; printout of a German Wikipedia article (CC BY-SA)
* - missing_docinfo.pdf
- @jbarlow83
- PDF file with no /DocumentInfo section
Binary file not shown.
Binary file not shown.
+1 -1
View File
@@ -636,5 +636,5 @@ def test_masks(spoof_tesseract_noop):
def test_linearized_pdf_and_indirect_object(spoof_tesseract_noop):
check_ocrmypdf(
'indirect_objects.pdf', 'test_indirect_objects.pdf',
'epson.pdf', 'test_epson.pdf',
env=spoof_tesseract_noop)