Remove Latin hOCR test

This commit is contained in:
James R. Barlow 2023-11-19 23:51:27 -08:00
parent 8d1e75017e
commit c591f9601a
No known key found for this signature in database
GPG Key ID: E54A300D567E1260

View File

@ -41,13 +41,6 @@ def make_opts(*args, **kwargs):
return opts
def test_hocr_notlatin_warning(caplog):
vd.check_options_output(
make_opts_pm(language='chi_sim', pdf_renderer='hocr', output_type='pdfa')[0]
)
assert 'PDF renderer is known to cause' in caplog.text
def test_old_tesseract_error():
with patch(
'ocrmypdf._exec.tesseract.version',