--- ChangeLog | 4 ++++ NEWS | 18 +++++++++++++++++- 2 files changed, 21 insertions(+), 1 deletions(-)
diff --git a/ChangeLog b/ChangeLog index 9edb370..7e59d7a 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,9 @@ 2013-04-12 Guillaume Lazzara z@lrde.epita.fr
+ * NEWS: Add more descriptions. + +2013-04-12 Guillaume Lazzara z@lrde.epita.fr + * doc/Makefile.am: Fix path to documentation.
2013-04-12 Guillaume Lazzara z@lrde.epita.fr diff --git a/NEWS b/NEWS index 7b7bd3f..26ce3c0 100644 --- a/NEWS +++ b/NEWS @@ -1,5 +1,13 @@ * Olena 2.0a
+ * Olena Platform + + * Better documentation. + + * Fix compilation with the latest g++ versions (> 4.5). + + * Several bug fixes. + * Milena
* Rename 'point_at_index', 'delta_index' and 'index_of_point' to @@ -7,7 +15,7 @@
* Improve extensibility of convert::from_to.
- * Fix compilation with the latest g++ versions (> 4.5). + * Speed up I/O accesses with ImageMagick/GraphicsMagick.
* Scribo
@@ -19,6 +27,14 @@ * New binarization algorithms: Wolf's, Otsu's, Niblack's and Kim's.
+ * Speedup Sauvola binarization algorithm. + + * Improve OCR result quality and processing time. + + * Add support for Tesseract 3.02. + + * Add the layout analysis algorithm XY-Cut. + * Olena 2.0 September 16, 2011
On 12/04/2013 17:53, Guillaume Lazzara wrote:
diff --git a/ChangeLog b/ChangeLog index 9edb370..7e59d7a 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,9 @@ 2013-04-12 Guillaume Lazzara z@lrde.epita.fr
- NEWS: Add more descriptions.
Thanks!