This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "Olena, a generic and efficient image processing platform".
The branch next-build-test has been updated
via 3e47b89684c5cb35acd14d8ac6204f90fb25cb21 (commit)
via f1b327c0307447aad6722472917d50e1f3b3dd63 (commit)
via b4e03ea694768d488bbad11c39796db686a524cc (commit)
via 3fd738a40ced2abc4971ce9d6f0382204ce3ac9d (commit)
via 010a91f1a74c00d7b23919a0c36024eee23aa804 (commit)
from b297ea84524a02e39d2ab5d8f2a693478c7d2334 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
3e47b89 Do not distribute files generated by Qt.
f1b327c NEWS: Add content.
b4e03ea Fix examples.
3fd738a Add missing distributed files.
010a91f Add generic symbolic links to the latest snapshot.
-----------------------------------------------------------------------
Summary of changes:
ChangeLog | 6 +++++
lrde-upload.sh | 6 ++++-
scribo/ChangeLog | 34 +++++++++++++++++++++++++++++
scribo/Makefile.am | 7 ++++-
scribo/NEWS | 12 ++++++---
scribo/demo/review/Makefile.am | 13 +++++------
scribo/demo/review/{ui => }/mainwindow.ui | 0
scribo/demo/review/src/mainwindow.cc | 2 +-
scribo/demo/review/src/mainwindow.hh | 5 ++-
scribo/demo/viewer/Makefile.am | 8 ++++--
scribo/demo/xml2doc/Makefile.am | 18 ++++++++------
scribo/src/binarization/sauvola.cc | 6 +++-
scribo/src/binarization/sauvola_ms.cc | 2 +-
13 files changed, 88 insertions(+), 31 deletions(-)
rename scribo/demo/review/{ui => }/mainwindow.ui (100%)
hooks/post-receive
--
Olena, a generic and efficient image processing platform
---
scribo/ChangeLog | 4 ++++
scribo/NEWS | 12 ++++++++----
2 files changed, 12 insertions(+), 4 deletions(-)
diff --git a/scribo/ChangeLog b/scribo/ChangeLog
index da1944c..2e7ed8c 100644
--- a/scribo/ChangeLog
+++ b/scribo/ChangeLog
@@ -1,5 +1,9 @@
2011-01-13 Guillaume Lazzara <z(a)lrde.epita.fr>
+ * NEWS: Add content.
+
+2011-01-13 Guillaume Lazzara <z(a)lrde.epita.fr>
+
Fix examples.
* src/binarization/sauvola.cc: Initialize ImageMagick.
diff --git a/scribo/NEWS b/scribo/NEWS
index 66e9caf..8d9d9ac 100644
--- a/scribo/NEWS
+++ b/scribo/NEWS
@@ -5,9 +5,10 @@
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 command line tool providing access document analysis
+ toolchains. It includes Page segmentation and text
+ extraction in document image, and text detection in
+ pictures.
* New tool to rebuild a document from an XML file to PDF,
HTML, SVG and Open Document. This tool preserves the layout
@@ -21,7 +22,10 @@
* New graphical tool to compute and display page segmentation
results.
- * Include support for PAGE XML outputs.
+ * Include support for PAGE XML outputs. Page segmentation
+ results are stored in this format which includes text and
+ objects information.
+
--
1.5.6.5
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "Olena, a generic and efficient image processing platform".
The branch next-build-test has been updated
via b297ea84524a02e39d2ab5d8f2a693478c7d2334 (commit)
via 2b085ee13461fccff41cb3d068348c1034af3c75 (commit)
from 5eee987669ff37153cb1de4faf3e56e39a93b102 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
b297ea8 demo/review/Makefile.am: Add srcdir as include path.
2b085ee Introduce "export as" functionality.
-----------------------------------------------------------------------
Summary of changes:
scribo/ChangeLog | 21 ++++++
scribo/demo/review/Makefile.am | 11 ++--
scribo/demo/viewer/Makefile.am | 4 +-
scribo/demo/viewer/browser_widget.cc | 6 ++
scribo/demo/viewer/browser_widget.hh | 2 +
scribo/demo/viewer/demodir.hh.in | 2 +-
scribo/demo/viewer/runner.cc | 115 +++++++++++++++++++++++++++++-----
scribo/demo/viewer/runner.hh | 16 ++++-
scribo/demo/viewer/step_widget.cc | 10 ++-
scribo/demo/viewer/step_widget.hh | 3 +
scribo/demo/viewer/viewer.cc | 53 +++++++++++++---
scribo/demo/viewer/viewer.hh | 6 ++
12 files changed, 211 insertions(+), 38 deletions(-)
hooks/post-receive
--
Olena, a generic and efficient image processing platform