test_hocrtransform: this test is worth not caching

This commit is contained in:
James R. Barlow
2020-06-22 16:31:06 -07:00
parent 30404f53f0
commit 1257419465
+2 -12
View File
@@ -71,19 +71,9 @@ def test_mono_image(blank_hocr, outdir):
def test_hocrtransform_matches_sandwich(resources, outdir):
check_ocrmypdf(resources / 'ccitt.pdf', outdir / 'hocr.pdf', '--pdf-renderer=hocr')
check_ocrmypdf(
resources / 'ccitt.pdf',
outdir / 'hocr.pdf',
'--pdf-renderer=hocr',
# '--plugin',
# 'tests/plugins/tesseract_cache.py',
)
check_ocrmypdf(
resources / 'ccitt.pdf',
outdir / 'tess.pdf',
'--pdf-renderer=sandwich',
# '--plugin',
# 'tests/plugins/tesseract_cache.py',
resources / 'ccitt.pdf', outdir / 'tess.pdf', '--pdf-renderer=sandwich'
)
def clean(s):