Logic error

This commit is contained in:
Jim Barlow
2015-02-08 17:33:35 -08:00
parent b16d6f5b81
commit dc2a4ab044
+1 -1
View File
@@ -177,7 +177,7 @@ def setup_working_directory(input_file, soft_link_name):
pass
ocr_required = not pageinfo['has_text'] and options.skip_text != 0
ocr_required = not (pageinfo['has_text'] and options.skip_text != 0)
@active_if(not ocr_required)