Updated Planning (markdown)

Amit D 2018-09-30 09:39:44 +03:00
parent 3a1bdcb8aa
commit 3c36d814aa

@ -24,8 +24,6 @@ See also the discussion for [issue #1423](https://github.com/tesseract-ocr/tesse
* #### “no best words!!” on mixed language (fra+ara) items (see [issue 235](https://github.com/tesseract-ocr/tesseract/issues/235))
* #### Tesseract creates output for missing input (see [issue 1023](https://github.com/tesseract-ocr/tesseract/issues/1023))
* #### mgr_.Init(traineddata_path.c_str()):Error:Assert failed: #1075 (see [issue 1075](https://github.com/tesseract-ocr/tesseract/issues/1075))
* #### Some images translated to text using Tesseract 4 throw an error ... (see [issue 1205](https://github.com/tesseract-ocr/tesseract/issues/1205))
@ -96,5 +94,8 @@ Here we collect important issues and features for the release(s) following 4.0.0
* #### Remove deprecated code
This does not include OpenCL or the old Tesseract engine.
* #### Tesseract creates output for missing input (see [issue 1023](https://github.com/tesseract-ocr/tesseract/issues/1023)). Mostly solved, but can be improved.
* #### Issue 1353: Patch for /training/tessopt.cpp (see [pull request 13](https://github.com/tesseract-ocr/tesseract/pull/13))
It looks like it is not possible to run more than one training in the same process. The pull request describes a possible fix, but does not include a complete implementation (low priority).