Suppress tesseract argument printout

This commit is contained in:
James R. Barlow
2016-01-20 15:02:48 -08:00
parent b49f5a7d77
commit f3b588764e
-1
View File
@@ -94,7 +94,6 @@ def generate_hocr(input_file, output_hocr, language: list, tessconfig: list,
badxml,
'hocr'
] + tessconfig)
print(args_tesseract)
p = Popen(args_tesseract, close_fds=True, stdout=PIPE, stderr=PIPE,
universal_newlines=True)
try: