The main 'quick' test should be a file that OCRs to recognizable text

This commit is contained in:
James R. Barlow
2016-10-07 16:25:34 -07:00
parent 06c6999987
commit cf4b04f92d
+2 -2
View File
@@ -124,8 +124,8 @@ def spoof_tesseract_big_image_error():
return spoof('tesseract', 'tesseract_big_image_error.py')
def test_quick(spoof_tesseract_noop):
check_ocrmypdf('c02-22.pdf', 'test_quick.pdf', env=spoof_tesseract_noop)
def test_quick(spoof_tesseract_cache):
check_ocrmypdf('ccitt.pdf', 'test_quick.pdf', env=spoof_tesseract_cache)
def test_deskew(spoof_tesseract_noop):