* README,
* src/README: Add few details about the content.
---
scribo/ChangeLog | 7 +++++++
scribo/README | 17 +++++++++--------
scribo/src/README | 28 +++++++++++++++++++++++++++-
3 files changed, 43 insertions(+), 9 deletions(-)
diff --git a/scribo/ChangeLog b/scribo/ChangeLog
index 6d12aad..da50444 100644
--- a/scribo/ChangeLog
+++ b/scribo/ChangeLog
@@ -1,5 +1,12 @@
2010-08-10 Guillaume Lazzara <z(a)lrde.epita.fr>
+ Update READMEs.
+
+ * README,
+ * src/README: Add few details about the content.
+
+2010-08-10 Guillaume Lazzara <z(a)lrde.epita.fr>
+
Update Scribo include paths.
* Makefile.am,
diff --git a/scribo/README b/scribo/README
index b8b7ca2..8506c66 100644
--- a/scribo/README
+++ b/scribo/README
@@ -17,10 +17,12 @@ along with Olena. If not, see <http://www.gnu.org/licenses/>.
The complete GNU General Public License Notice can also be found in
the 'COPYING' file in the root directory.
+----------------------------------------------------------------------
-======================
- Introduction to Olena
-======================
+
+=======================
+ Introduction to Scribo
+=======================
Scribo aims to provide tools for Document Image Analysis (DIA).
@@ -43,9 +45,8 @@ demo/
Sample GUI used to display text localization in picture results.
-src/
- text_in_article_pbm
- Retrieve text from a document.
+scribo/
+ The C++ headers of Scribo.
- text_in_picture_fast
- Localize text in pictures.
\ No newline at end of file
+src/
+ Various small tools related to DIA. See src/README.
\ No newline at end of file
diff --git a/scribo/src/README b/scribo/src/README
index db346ca..582168d 100644
--- a/scribo/src/README
+++ b/scribo/src/README
@@ -1,3 +1,25 @@
+Copyright (C) 2009, 2010 EPITA Research and Development Laboratory (LRDE)
+
+This file is part of Scribo.
+
+Scribo 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.
+
+Scribo 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/>.
+
+The complete GNU General Public License Notice can also be found in
+the 'COPYING' file in the root directory.
+
+----------------------------------------------------------------------
+
+
In this directory, you can find several small tools.
Here is a description of some of them:
@@ -10,4 +32,8 @@ Here is a description of some of them:
to extract its text.
text_in_picture: Localize text in pictures (Do NOT extract and
- recognize text)
\ No newline at end of file
+ recognize text)
+
+ text_recognition_in_picture: Localize, extract and try to
+ recognize text in pictures
+ (experimental).
\ No newline at end of file
--
1.5.6.5