mirror of
https://github.com/ocrmypdf/OCRmyPDF.git
synced 2026-05-24 22:46:07 -04:00
ghostscript: don't try to "help" autorotation
It uses text direction alone -- unreliable guide.
This commit is contained in:
@@ -43,6 +43,7 @@ def generate_pdfa(pdf_pages, output_file, threads=1):
|
||||
"-dNOPAUSE",
|
||||
'-dNumRenderingThreads=' + str(threads),
|
||||
"-sDEVICE=pdfwrite",
|
||||
"-dAutoRotatePages=/None",
|
||||
"-sColorConversionStrategy=/RGB",
|
||||
"-sProcessColorModel=DeviceRGB",
|
||||
"-dJPEGQ=95",
|
||||
|
||||
Reference in New Issue
Block a user