Suppress tesseract argument printout

This commit is contained in:
James R. Barlow
2016-01-20 15:02:48 -08:00
parent 303eb3e93a
commit 9893ebf889

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: