---
scribo/ChangeLog | 4 ++++
scribo/README | 6 +++++-
2 files changed, 9 insertions(+), 1 deletions(-)
diff --git a/scribo/ChangeLog b/scribo/ChangeLog
index 07a1a29..ccabd9d 100644
--- a/scribo/ChangeLog
+++ b/scribo/ChangeLog
@@ -1,3 +1,7 @@
+2011-11-21 Guillaume Lazzara <z(a)lrde.epita.fr>
+
+ * README: update requirements information.
+
2011-11-16 Guillaume Lazzara <z(a)lrde.epita.fr>
* scribo/text/recognition.hh: Fix code for Tesseract 3.01
diff --git a/scribo/README b/scribo/README
index 84fe60a..af325a8 100644
--- a/scribo/README
+++ b/scribo/README
@@ -59,7 +59,7 @@ dependencies should be installed :
- xsltproc
- fop
- GraphicsMagick++ or ImageMagick++
-- Tesseract 2.x or 3.x (strongly recommended)
+- Tesseract 2.x or 3.01 minimum (strongly recommended)
Warning: Tesseract 2.x is still supported however, you may encounter
crashes because of bugs with Tesseract and specific locales. Moreover,
@@ -74,6 +74,10 @@ KNOWN ISSUES
- Tesseract 2.x may cause crashes with specific system locales. It is
fixed in Tesseract 3.x
+- From Tesseract 3.00 to 3.01 API has changed, introducing
+ incompatibilities. We chose to be compatible with the latest version.
+ Hence, Scribo will not compile with Tesseract 3.00.
+
- Apple's GCC (llvm-{gcc,g++} 4.2) compiler provided with Mac OS X
Lion (10.7.0) has some trouble with strict aliasing and our code. If
you encounter any crashes or strange behaviors, try compiling with
--
1.7.2.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 apps-morphers has been updated
via 21c2800d395c87adb3e456adb3a2f1ece83fe0fd (commit)
via 558a2abb439427e9f267698ce3f1541bda95b395 (commit)
from 6b931cc6d218c25448e7bf3479c98c16acd7daa1 (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 -----------------------------------------------------------------
21c2800 Simplify some apps/morpher programs using mln::make::box2d.
558a2ab Refactor apps/morphers.
-----------------------------------------------------------------------
Summary of changes:
milena/ChangeLog | 19 +++++
milena/apps/morphers/Makefile.am | 4 +-
milena/apps/morphers/mask+channel.cc | 5 +-
milena/apps/morphers/mask+recorder.cc | 85 ++-------------------
milena/apps/morphers/recorder.cc | 79 +------------------
milena/apps/morphers/{recorder.cc => recorder.hh} | 35 ++-------
6 files changed, 42 insertions(+), 185 deletions(-)
copy milena/apps/morphers/{recorder.cc => recorder.hh} (74%)
hooks/post-receive
--
Olena, a generic and efficient image processing platform
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 apps-morphers has been created
at 6b931cc6d218c25448e7bf3479c98c16acd7daa1 (commit)
- Log -----------------------------------------------------------------
6b931cc configure.ac: Configure milena/apps/morphers/Makefile.
1e58a78 Add examples of morphers.
-----------------------------------------------------------------------
hooks/post-receive
--
Olena, a generic and efficient image processing platform
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 unstable/scribo has been updated
via b340c526ae583ce7be9ea28b63bf98f25aae1add (commit)
via 3b03179e7f4d5bd9354bdfbcc897dfd47968fe05 (commit)
from 6982d67f5d2c708ed42648e039ad0b1cfcc959ab (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 -----------------------------------------------------------------
b340c52 m4/oln-with-lib.m4: Lookup for multiple AND single libraries while checking Tesseract availability.
3b03179 scribo/text/recognition.hh: Fix code for Tesseract 3.01 compatibility.
-----------------------------------------------------------------------
Summary of changes:
ChangeLog | 5 +++++
m4/oln-with-lib.m4 | 28 ++++++++++++++++++----------
scribo/ChangeLog | 5 +++++
scribo/scribo/text/recognition.hh | 4 ++--
4 files changed, 30 insertions(+), 12 deletions(-)
hooks/post-receive
--
Olena, a generic and efficient image processing platform