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 a4ce6e74f91ddafc9206ee6289043897bfbeb837 (commit)
via 9461bef78f5065bf96e329a98484f2694fed3299 (commit)
via 9549f83db64189294dedc6cfc460da80796b8c02 (commit)
via 2601ca6dddafc044217403feb716183f72f3d99d (commit)
via 6ba320bc12c5d2bcf2a4a7e77f258f401c5465d2 (commit)
via 0fd6cdf6681ad40dc77042b424b99cf57abb6dd0 (commit)
via ec99c0a83a4b58104a0520a43f948d8601e8bdab (commit)
via 6ef044f11cc61ccb83edf88f1be2c2edbb98228c (commit)
via 6e9c3078721f87637656ef7562a6c9f806585729 (commit)
via 0462459c44f0702e88b39427094ee3c93d2fd01b (commit)
via 332c502cd90032e35c38e2058edbb7c00fa6f6ce (commit)
via e56d207759316a8a0bf41147ef4941dba941e62d (commit)
from 50ac33a582bb71a54b2b7f2944113d1a144e3fb7 (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 -----------------------------------------------------------------
a4ce6e7 Make use of paragraph information in HTML output.
9461bef Regen generated files.
9549f83 Add paragraph processing in content_in_doc toolchain.
2601ca6 Small fixes in Scribo.
6ba320b Add an option to choose the recognized language.
0fd6cdf scribo/text/recognition.hh: Make use of TessBaseAPI::setImage.
ec99c0a scribo/text/recognition.hh: Fix invalid free().
6ef044f scribo/io/xml/save.hh: Handle paragraphs and separators correctly in XML output.
6e9c307 Identify separators among non-text components.
0462459 Handle paragraphs correctly in scribo-viewer.
332c502 Add support for paragraphs.
e56d207 Fix test for nepomuk toolchain.
-----------------------------------------------------------------------
Summary of changes:
scribo/ChangeLog | 105 ++++
scribo/demo/viewer/common.hh | 7 +-
scribo/demo/viewer/image_region.cc | 11 +-
scribo/demo/viewer/key_widget.cc | 38 +-
scribo/demo/viewer/step_widget.cc | 4 +
scribo/demo/viewer/viewer.cc | 60 +--
scribo/demo/viewer/viewer.hh | 2 +-
scribo/demo/viewer/xml_widget.cc | 29 +-
scribo/demo/xml2doc/templates/html/main.xsl | 398 ++++++++-----
scribo/demo/xml2doc/templates/html/main_base64.xsl | 621 +++++++++++++-------
scribo/headers.mk | 7 +
scribo/scribo/core/document.hh | 59 ++-
scribo/scribo/core/line_links.hh | 263 +++++++++
scribo/scribo/core/macros.hh | 6 +
scribo/scribo/core/paragraph_info.hh | 120 ++++
scribo/scribo/core/paragraph_set.hh | 183 ++++++
scribo/scribo/core/tag/component.hh | 6 +-
.../crop.hh => filter/line_links_x_height.hh} | 69 ++--
scribo/scribo/io/xml/save.hh | 335 ++++++++----
scribo/scribo/primitive/extract/elements.hh | 5 +-
.../{link/internal/dmax_default.hh => identify.hh} | 58 +-
scribo/scribo/text/link_lines.hh | 165 ++++++
scribo/scribo/text/recognition.hh | 26 +-
.../{text_in_doc.hh => content_in_doc.hh} | 51 +-
.../toolchain/internal/content_in_doc_functor.hh | 106 ++++-
scribo/scribo/toolchain/nepomuk/text_extraction.hh | 20 +-
scribo/scribo/toolchain/text_in_doc.hh | 3 +
scribo/src/content_in_doc.cc | 78 +--
scribo/src/pbm_text_in_doc.cc | 40 +-
scribo/tests/toolchain/nepomuk/text_extraction.cc | 7 +-
scribo/tests/unit_test/unit-tests.mk | 14 +
31 files changed, 2148 insertions(+), 748 deletions(-)
create mode 100644 scribo/scribo/core/line_links.hh
create mode 100644 scribo/scribo/core/paragraph_info.hh
create mode 100644 scribo/scribo/core/paragraph_set.hh
copy scribo/scribo/{preprocessing/crop.hh => filter/line_links_x_height.hh} (53%)
copy scribo/scribo/primitive/{link/internal/dmax_default.hh => identify.hh} (60%)
create mode 100644 scribo/scribo/text/link_lines.hh
copy scribo/scribo/toolchain/{text_in_doc.hh => content_in_doc.hh} (56%)
hooks/post-receive
--
Olena, a generic and efficient image processing platform
Show replies by date