This commit is contained in:
Daniel Quinn 2016-11-27 15:10:07 +00:00
parent 18495ce9da
commit 6183e1ce5f

View File

@ -345,7 +345,7 @@ class TestOCR(TestCase):
"utf-8 строка с пробелами в конце"
)
]
SAMPLE_FILES = os.path.join(os.path.dirname(__file__), "samples")
TESSERACT_INSTALLED = bool(pyocr.get_available_tools())