---
scribo/ChangeLog | 4 ++++
scribo/src/scribo-cli.in | 13 +++++++++++++
2 files changed, 17 insertions(+), 0 deletions(-)
diff --git a/scribo/ChangeLog b/scribo/ChangeLog
index eeaeac1..e730400 100644
--- a/scribo/ChangeLog
+++ b/scribo/ChangeLog
@@ -1,5 +1,9 @@
2010-12-10 Guillaume Lazzara <z(a)lrde.epita.fr>
+ * src/scribo-cli.in: Add a call to xml2doc.
+
+2010-12-10 Guillaume Lazzara <z(a)lrde.epita.fr>
+
Small fixes.
* scribo/text/recognition.hh: Add comments.
diff --git a/scribo/src/scribo-cli.in b/scribo/src/scribo-cli.in
index e271810..96fcdf2 100755
--- a/scribo/src/scribo-cli.in
+++ b/scribo/src/scribo-cli.in
@@ -55,6 +55,15 @@ List of available COMMAND argument:
pic-ocr Localize and try to recognize text.
+
+ Tools
+ -----
+
+
+ * xml2doc Convert the XML results of document toolchains
+ into user documents (HTML, PDF...).
+
+
Algorithms
----------
@@ -100,6 +109,10 @@ run_cmd()
$bdir/text_recognition_in_picture $@
;;
+ xml2doc)
+ $bdir/scribo-xml2doc $@
+ ;;
+
*)
cmd_bin=`echo $cmd | sed -e 's/-/_/g'`
if test -f $bdir/$cmd_bin; then
--
1.5.6.5