v6.2.0 fixes

This commit is contained in:
James R. Barlow
2018-05-03 17:04:23 -07:00
parent d607553e48
commit b3ad3e297d
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -18,7 +18,7 @@ v6.2.0
- List more reasons why the file size might grow.
- Fix issue `#262 <https://github.com/jbarlow83/OCRmyPDF/issues/262>`_, ``--remove-background`` error on PDFs contained colormapped (paletted) images.
- Fix issue `#262 <https://github.com/ppjbarlow83/OCRmyPDF/issues/262>`_, ``--remove-background`` error on PDFs contained colormapped (paletted) images.
- Fix another XMP metadata validation issue, in cases where the input file's creation date has no timezone and the creation date is not overridden.
+1 -1
View File
@@ -396,7 +396,7 @@ def check_options_output(options, log):
"Ignoring --debug-rendering because it requires --pdf-renderer=hocr")
if options.output_type == 'pdfa':
options.output_type == 'pdfa-2'
options.output_type = 'pdfa-2'
lossless_reconstruction = False
if options.pdf_renderer in ('hocr', 'sandwich'):