* README: New. --- scribo/ChangeLog | 72 +++++++++++++++++++++++++++++------------------------ scribo/README | 51 ++++++++++++++++++++++++++++++++++++++ 2 files changed, 90 insertions(+), 33 deletions(-) create mode 100644 scribo/README
diff --git a/scribo/ChangeLog b/scribo/ChangeLog index 0a98d9a..b4d325e 100644 --- a/scribo/ChangeLog +++ b/scribo/ChangeLog @@ -1,40 +1,46 @@ 2010-04-30 Guillaume Lazzara z@lrde.epita.fr
+ Add A first draft of a README in Scribo. + + * README: New. + +2010-04-30 Guillaume Lazzara z@lrde.epita.fr + Move AFP's GUI into Scribo's demo directory.
- * milena/sandbox/lazzara/afp/photos/gui/gui.pro, - * milena/sandbox/lazzara/afp/photos/gui/gui.qrc, - * milena/sandbox/lazzara/afp/photos/gui/icons/next.png, - * milena/sandbox/lazzara/afp/photos/gui/icons/ok.png, - * milena/sandbox/lazzara/afp/photos/gui/icons/photos.png, - * milena/sandbox/lazzara/afp/photos/gui/icons/prev.png, - * milena/sandbox/lazzara/afp/photos/gui/icons/remove.png, - * milena/sandbox/lazzara/afp/photos/gui/src/custom_delegate.cc, - * milena/sandbox/lazzara/afp/photos/gui/src/custom_delegate.hh, - * milena/sandbox/lazzara/afp/photos/gui/src/launch_dialog.cc, - * milena/sandbox/lazzara/afp/photos/gui/src/launch_dialog.hh, - * milena/sandbox/lazzara/afp/photos/gui/src/main.cc, - * milena/sandbox/lazzara/afp/photos/gui/src/main_window.cc, - * milena/sandbox/lazzara/afp/photos/gui/src/main_window.hh, - * milena/sandbox/lazzara/afp/photos/gui/ui/launch_dialog.ui, - * milena/sandbox/lazzara/afp/photos/gui/ui/main_window.ui: Move... - - * scribo/demo/tip/gui.pro, - * scribo/demo/tip/gui.qrc, - * scribo/demo/tip/icons/next.png, - * scribo/demo/tip/icons/ok.png, - * scribo/demo/tip/icons/photos.png, - * scribo/demo/tip/icons/prev.png, - * scribo/demo/tip/icons/remove.png, - * scribo/demo/tip/src/custom_delegate.cc, - * scribo/demo/tip/src/custom_delegate.hh, - * scribo/demo/tip/src/launch_dialog.cc, - * scribo/demo/tip/src/launch_dialog.hh, - * scribo/demo/tip/src/main.cc, - * scribo/demo/tip/src/main_window.cc, - * scribo/demo/tip/src/main_window.hh, - * scribo/demo/tip/ui/launch_dialog.ui, - * scribo/demo/tip/ui/main_window.ui: ... here. + * ../milena/sandbox/lazzara/afp/photos/gui/gui.pro, + * ../milena/sandbox/lazzara/afp/photos/gui/gui.qrc, + * ../milena/sandbox/lazzara/afp/photos/gui/icons/next.png, + * ../milena/sandbox/lazzara/afp/photos/gui/icons/ok.png, + * ../milena/sandbox/lazzara/afp/photos/gui/icons/photos.png, + * ../milena/sandbox/lazzara/afp/photos/gui/icons/prev.png, + * ../milena/sandbox/lazzara/afp/photos/gui/icons/remove.png, + * ../milena/sandbox/lazzara/afp/photos/gui/src/custom_delegate.cc, + * ../milena/sandbox/lazzara/afp/photos/gui/src/custom_delegate.hh, + * ../milena/sandbox/lazzara/afp/photos/gui/src/launch_dialog.cc, + * ../milena/sandbox/lazzara/afp/photos/gui/src/launch_dialog.hh, + * ../milena/sandbox/lazzara/afp/photos/gui/src/main.cc, + * ../milena/sandbox/lazzara/afp/photos/gui/src/main_window.cc, + * ../milena/sandbox/lazzara/afp/photos/gui/src/main_window.hh, + * ../milena/sandbox/lazzara/afp/photos/gui/ui/launch_dialog.ui, + * ../milena/sandbox/lazzara/afp/photos/gui/ui/main_window.ui: Move... + + * demo/tip/gui.pro, + * demo/tip/gui.qrc, + * demo/tip/icons/next.png, + * demo/tip/icons/ok.png, + * demo/tip/icons/photos.png, + * demo/tip/icons/prev.png, + * demo/tip/icons/remove.png, + * demo/tip/src/custom_delegate.cc, + * demo/tip/src/custom_delegate.hh, + * demo/tip/src/launch_dialog.cc, + * demo/tip/src/launch_dialog.hh, + * demo/tip/src/main.cc, + * demo/tip/src/main_window.cc, + * demo/tip/src/main_window.hh, + * demo/tip/ui/launch_dialog.ui, + * demo/tip/ui/main_window.ui: ... here.
2010-04-30 Guillaume Lazzara z@lrde.epita.fr
diff --git a/scribo/README b/scribo/README new file mode 100644 index 0000000..b8b7ca2 --- /dev/null +++ b/scribo/README @@ -0,0 +1,51 @@ +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. + + +====================== + Introduction to Olena +====================== + +Scribo aims to provide tools for Document Image Analysis (DIA). + + +======== + Content +======== + +demo/ + + demat + Sample GUI used to retrieve text from a whole document or a + region of interest. + + wizard + Sample GUI used to retrieve text from a whole document or a + region of interest. + + tip + Sample GUI used to display text localization in picture results. + + +src/ + text_in_article_pbm + Retrieve text from a document. + + text_in_picture_fast + Localize text in pictures. \ No newline at end of file