branch icdar/hdlac2011 updated: last-svn-commit-925-g93197d7

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 icdar/hdlac2011 has been updated via 93197d7eb85b70237cdfa3c2613051a5d19f1455 (commit) via 5454dc1932181c13ef468b63d6a31334f2c2c8af (commit) from 563c43fdb996c6891301d4ac83e8547f12a50e57 (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 ----------------------------------------------------------------- 93197d7 Fix small fixes [to cleanup] 5454dc1 Make different algorithms for doc and hdoc use cases. ----------------------------------------------------------------------- Summary of changes: scribo/ChangeLog | 21 + scribo/demo/viewer/viewer.cc | 10 +- scribo/demo/viewer/xml_widget.cc | 2 +- scribo/scribo/core/component_features_data.hh | 1 + scribo/scribo/core/group_info.hh | 11 + scribo/scribo/core/paragraph_set.hh | 29 + .../scribo/io/xml/internal/compute_text_colour.hh | 1 + .../io/xml/internal/extended_page_xml_visitor.hh | 49 +- scribo/scribo/io/xml/internal/time_info.hh | 1 + scribo/scribo/io/xml/save.hh | 2 +- scribo/scribo/text/extract_paragraphs.hh | 1091 ++++++++++++++++ scribo/scribo/text/extract_paragraphs_hdoc.hh | 1327 ++++++++++++++++++++ scribo/scribo/text/merging.hh | 81 +- scribo/scribo/text/{merging.hh => merging_hdoc.hh} | 10 +- scribo/scribo/text/paragraphs.hh | 1270 ------------------- .../toolchain/internal/content_in_doc_functor.hh | 16 +- .../toolchain/internal/content_in_hdoc_functor.hh | 9 +- .../internal/text_in_doc_preprocess_functor.hh | 2 + scribo/scribo/util/color_to_hex.hh | 1 + scribo/scribo/util/component_precise_outline.hh | 5 + 20 files changed, 2575 insertions(+), 1364 deletions(-) create mode 100644 scribo/scribo/text/extract_paragraphs.hh create mode 100644 scribo/scribo/text/extract_paragraphs_hdoc.hh copy scribo/scribo/text/{merging.hh => merging_hdoc.hh} (99%) delete mode 100644 scribo/scribo/text/paragraphs.hh hooks/post-receive -- Olena, a generic and efficient image processing platform
participants (1)
-
lazzara@lrde.epita.fr