From b7cfae2fd38e54af617226d7b8a616ce817e4934 Mon Sep 17 00:00:00 2001 From: Stefan Weil Date: Mon, 17 Sep 2018 21:43:29 +0200 Subject: [PATCH] Removing deprecated code is not critical for 4.0.0 --- Planning.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Planning.md b/Planning.md index 413d3ca..2d8af70 100644 --- a/Planning.md +++ b/Planning.md @@ -33,11 +33,11 @@ See also the discussion for [issue #1423](https://github.com/tesseract-ocr/tesse * #### Some images translated to text using Tesseract 4 throw an error ... (see [issue 1205](https://github.com/tesseract-ocr/tesseract/issues/1205)) -* #### Remove deprecated code - This does not include OpenCL or the old Tesseract engine. Some recent commits already removed such code. - ### Features wanted for this release +* #### Remove deprecated code + This does not include OpenCL or the old Tesseract engine. Some recent commits already removed such code, for example API include files, so it could be good enough for 4.0.0. + * #### Add --version parameter for all command line commands. **[done](https://github.com/tesseract-ocr/tesseract/commit/69c8292d81cbb71d6d422f79c97ef50d2a1da352)** * #### Script for installing only selected languages from github (see [issue](https://github.com/tesseract-ocr/tesseract/issues/1440))