ghostscript: document need to write to stdout when using txtwrite

This commit is contained in:
James R. Barlow
2019-12-09 16:17:10 -08:00
parent 7be293f628
commit b354511ac9
+3
View File
@@ -93,6 +93,9 @@ def extract_text(input_file, pageno=1):
else:
pages = []
# Note due to bug https://bugs.ghostscript.com/show_bug.cgi?id=701971
# Ghostscript <= 9.50 will truncate output unless we write to stdout, so
# don't write to a file.
args_gs = (
[
GS,