$extrastylesheet
#include <scribo/core/line_info.hh>
Public Member Functions | |
| line_info_data (const line_set< L > &holder, const group_info &group) | |
| line_info_data (const line_set< L > &holder, const mln::util::array< component_id_t > &component_ids) | |
Public Attributes | |
| int | a_height_ |
| int | baseline_ |
| stats< float > | baseline_clusters_ |
| mln::box2d | bbox_ |
| float | boldness_ |
| float | boldness_reliability_ |
| unsigned | char_space_ |
| unsigned | char_width_ |
| mln::value::rgb8 | color_ |
| float | color_reliability_ |
| mln::util::array< component_id_t > | component_ids_ |
| component_set< L > | components_ |
| int | d_height_ |
| mln::box2d | ebbox_ |
| bool | hidden_ |
| std::string | html_text_ |
| bool | indented_ |
| object_links< L > | links_ |
| int | meanline_ |
| stats< float > | meanline_clusters_ |
| float | orientation_ |
| unsigned | pixel_area_ |
| line::ReadingDirection | reading_direction_ |
| float | reading_orientation_ |
| bool | reverse_video_ |
| line::Tag | tag_ |
| std::string | text_ |
| float | text_confidence_ |
| line::Type | type_ |
| unsigned | word_space_ |
| unsigned | x_height_ |
Data structure for scribo::line_info<I>.
Definition at line 81 of file line_info.hh.