From ccfbb54e8c26784e438ba2fcac2179f21e7d857b Mon Sep 17 00:00:00 2001 From: jbarlow83 Date: Thu, 4 Feb 2016 17:37:30 -0800 Subject: [PATCH] Update release notes for v3.2 Fix the notes --- RELEASE_NOTES.rst | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/RELEASE_NOTES.rst b/RELEASE_NOTES.rst index 752e59fd..ea4241dd 100644 --- a/RELEASE_NOTES.rst +++ b/RELEASE_NOTES.rst @@ -6,16 +6,18 @@ Please always read this file before installing the package Download software here: https://github.com/jbarlow83/OCRmyPDF/tags -v3.2-rc1: +v3.2: ========= New features ------------ - Lossless reconstruction: when possible, OCRmyPDF will inject text layers without transcoding - images or otherwise manipulating the PDF. -- New argument --tesseract-pagesegmode allows you to pass page segmentation arguments to Tesseract OCR. + images or otherwise manipulating the content and layout of a PDF page. The overall PDF is still reconstructed. +- New argument ``--tesseract-pagesegmode`` allows you to pass page segmentation arguments to Tesseract OCR. This helps for two column text and other situations that confuse Tesseract. +- Added a new "polyglot" version of the Docker image, that generates Tesseract with all languages packs installed, + for the polyglots among us. It is much larger. v3.1.1: @@ -40,7 +42,7 @@ Changes - Fixed an issue where OCRmyPDF failed to text that certain pages contained previously OCR'ed text, such as OCR text produced by Tesseract 3.04 - Inserts /Creator tag into PDFs so that errors can be traced back to this project -- Added new option --pdf-renderer=auto, to let OCRmyPDF pick the best PDF renderer. +- Added new option ``--pdf-renderer=auto``, to let OCRmyPDF pick the best PDF renderer. Currently it always chooses the 'hocrtransform' renderer but that behavior may change. - Set up Travis CI automatic integration testing