Test case for "algorithm 4" test

Algorithm 4 -> PDF version 1.6
This commit is contained in:
James R. Barlow
2016-06-23 13:21:26 -07:00
parent bbd02926e1
commit b4a734fc0d
2 changed files with 4 additions and 0 deletions
Binary file not shown.
+4
View File
@@ -547,3 +547,7 @@ def test_old_unpaper():
'c02-22.pdf', 'wont_be_created.pdf', '--clean', env=env)
assert sh.returncode == ExitCode.missing_dependency
def test_algo4():
sh, _, _ = run_ocrmypdf_env('encrypted_algo4.pdf', 'wontwork.pdf')
assert sh.returncode == ExitCode.encrypted_pdf