Allow --sidecar along --pages (#735)

This commit is contained in:
Dima Kuznetsov
2021-02-19 16:55:35 -08:00
committed by GitHub
parent 079ee86d43
commit 5e2206bae7
4 changed files with 110 additions and 7 deletions
-2
View File
@@ -90,8 +90,6 @@ def test_mutex_options():
vd.check_options_ocr_behavior(make_opts(redo_ocr=True, skip_text=True))
with pytest.raises(BadArgsError):
vd.check_options_ocr_behavior(make_opts(redo_ocr=True, force_ocr=True))
with pytest.raises(BadArgsError):
vd.check_options_ocr_behavior(make_opts(pages='1-3', sidecar='file.txt'))
def test_optimizing(caplog):