Temporarily revert default renderer to sandwich while investigating regressions in macOS Preview

This commit is contained in:
James R. Barlow
2023-12-23 16:19:44 -08:00
parent f38aebb3d5
commit 1db8b0b943
2 changed files with 8 additions and 1 deletions
+7
View File
@@ -30,6 +30,13 @@ OCRmyPDF typically supports the three most recent Python versions.
.. |OCRmyPDF PyPI| image:: https://img.shields.io/pypi/v/ocrmypdf.svg
v16.0.2
=======
- Temporarily changed PDF text renderer back to sandwich by default to address
regressions in macOS Preview.
v16.0.1
=======
@@ -146,7 +146,7 @@ def check_options(options):
# Decide on what renderer to use
if options.pdf_renderer == 'auto':
options.pdf_renderer = 'hocr'
options.pdf_renderer = 'sandwich'
if not tesseract.has_thresholding() and options.tesseract_thresholding != 0:
log.warning(