---
scribo/ChangeLog | 4 ++++
scribo/NEWS | 49 +++++++++++++++++++++++++++++++++++++++++++++++++
2 files changed, 53 insertions(+), 0 deletions(-)
create mode 100644 scribo/NEWS
diff --git a/scribo/ChangeLog b/scribo/ChangeLog
index 9f50cc9..8097faf 100644
--- a/scribo/ChangeLog
+++ b/scribo/ChangeLog
@@ -1,5 +1,9 @@
2010-12-14 Guillaume Lazzara <z(a)lrde.epita.fr>
+ * NEWS: First draft of Scribo NEWS file.
+
+2010-12-14 Guillaume Lazzara <z(a)lrde.epita.fr>
+
Regen generated .mk files.
* headers.mk,
diff --git a/scribo/NEWS b/scribo/NEWS
new file mode 100644
index 0000000..66e9caf
--- /dev/null
+++ b/scribo/NEWS
@@ -0,0 +1,49 @@
+* Scribo 0.1
+
+ * Initial release of Scribo, an Olena module for page
+ segmentation and text extraction in images. It is composed
+ of a set of functions and data structures and allows to
+ build dedicated page segmentation toolchains.
+
+ * New page segmentation toolchain. Process a document image
+ and produce an XML file (PAGE format) containing text and
+ other objects information.
+
+ * New tool to rebuild a document from an XML file to PDF,
+ HTML, SVG and Open Document. This tool preserves the layout
+ and extract photos and non text objects from the input
+ document image.
+
+ * New multi-scale binarization algorithm based on a Sauvola's
+ algorithm. It has been designed for document
+ binarization.
+
+ * New graphical tool to compute and display page segmentation
+ results.
+
+ * Include support for PAGE XML outputs.
+
+
+
+Local Variables:
+mode: outline
+ispell-local-dictionary: "american"
+End:
+
+----
+
+Copyright (C) 2010 EPITA Research and Development Laboratory (LRDE)
+
+This file is part of Olena.
+
+Olena is free software: you can redistribute it and/or modify it under
+the terms of the GNU General Public License as published by the Free
+Software Foundation, version 2 of the License.
+
+Olena is distributed in the hope that it will be useful,
+but WITHOUT ANY WARRANTY; without even the implied warranty of
+MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+General Public License for more details.
+
+You should have received a copy of the GNU General Public License
+along with Olena. If not, see <http://www.gnu.org/licenses/>.
--
1.5.6.5