This is an automated email from the ASF dual-hosted git repository. tallison pushed a commit to branch branch_1x in repository https://gitbox.apache.org/repos/asf/tika.git
commit 3c3214d05fcb190c169c2d5424c6f9f1d9b1266c Author: tallison <[email protected]> AuthorDate: Mon Dec 2 20:33:41 2019 -0500 update changes for 1.23-rc2 # Conflicts: # CHANGES.txt --- CHANGES.txt | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGES.txt b/CHANGES.txt index a4fc87e..67dda93 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -1,4 +1,4 @@ -Release 1.23 - 11/26/2019 +Release 1.23 - 12/02/2019 * NOTE: The PDFParser now relies on OCRDPI to render page images when users configure OCR on rendered page images. This will have the effect @@ -7,6 +7,10 @@ Release 1.23 - 11/26/2019 * NOTE: tika-server no longer returns 415 for file types for which there is no parser. + * Fix bug in AUTO OCR strategy in the PDFParser (TIKA-3002). + + * Fix incorrect height and width metadata extraction from JPEG images (TIKA-2630). + * Upgrade to POI 4.1.1 (TIKA-2851). * Upgrade to PDFBox 2.0.17 (TIKA-2951).
