last-svn-commit-754-g1929a06 src/scribo-cli.in: Add content_in_doc entry.

--- scribo/ChangeLog | 4 ++++ scribo/src/scribo-cli.in | 11 ++++++++++- 2 files changed, 14 insertions(+), 1 deletions(-) diff --git a/scribo/ChangeLog b/scribo/ChangeLog index a61f078..eba5cb3 100644 --- a/scribo/ChangeLog +++ b/scribo/ChangeLog @@ -1,3 +1,7 @@ +2011-01-28 Guillaume Lazzara <z@lrde.epita.fr> + + * src/scribo-cli.in: Add content_in_doc entry. + 2011-01-27 Guillaume Lazzara <z@lrde.epita.fr> * demo/xml2doc/templates/pdf/line.xsl: Make use of paragraph diff --git a/scribo/src/scribo-cli.in b/scribo/src/scribo-cli.in index 96fcdf2..e4964f3 100755 --- a/scribo/src/scribo-cli.in +++ b/scribo/src/scribo-cli.in @@ -44,7 +44,12 @@ List of available COMMAND argument: doc-ppc Common preprocessing before looking for text. - doc-ocr Find and recognize text. + doc-ocr Find and recognize text. Output: the actual text + and its location. + + doc-dia Analyse the document structure and extract the + text. Output: an XML file with region and text + information. @@ -101,6 +106,10 @@ run_cmd() $bdir/pbm_text_in_doc $@ ;; + doc-dia) + $bdir/content_in_doc $@ + ;; + pic-loc) $bdir/text_in_picture $@ ;; -- 1.5.6.5
participants (1)
-
Guillaume Lazzara