mirror of
https://github.com/ocrmypdf/OCRmyPDF.git
synced 2025-06-26 23:49:59 +00:00
Remove Latin hOCR test
This commit is contained in:
parent
8d1e75017e
commit
c591f9601a
@ -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',
|
||||
|
Loading…
x
Reference in New Issue
Block a user