Uses of Class
cz.vutbr.fit.layout.impl.BaseOperator
-
Packages that use BaseOperator Package Description cz.vutbr.fit.layout.io cz.vutbr.fit.layout.map.op cz.vutbr.fit.layout.segm.op cz.vutbr.fit.layout.text.op -
-
Uses of BaseOperator in cz.vutbr.fit.layout.io
Subclasses of BaseOperator in cz.vutbr.fit.layout.io Modifier and Type Class Description class
HTMLOutputOperator
This operator serializes the area tree to an HTML file.class
XMLOutputOperator
This operator serializes the area tree to an XML file. -
Uses of BaseOperator in cz.vutbr.fit.layout.map.op
Subclasses of BaseOperator in cz.vutbr.fit.layout.map.op Modifier and Type Class Description class
TagByExamplesOperator
Tags the areas that correspond to the occurrences of examples obtained from page metadata by the corresponding tags. -
Uses of BaseOperator in cz.vutbr.fit.layout.segm.op
Subclasses of BaseOperator in cz.vutbr.fit.layout.segm.op Modifier and Type Class Description class
CollapseAreasOperator
This operator collapses the areas having only one (leaf) child.class
FindLineOperator
Detects the basic lines in the area tree and joins the appropriate areas so that a line is the smallest visual area.class
FlattenTreeOperator
This operator flattens the tree: only the root area and the leaf areas are preserved.class
GroupByDOMOperator
Creates groups of areas that share the same source DOM node.class
HomogeneousLeafOperator
This operator joins the homogeneous-style leaf nodes to larger artificial areas.class
MultiLineOperator
Detects sequences of aligned lines and joins them to a single area.class
SortByLinesOperator
class
SortByPositionOperator
class
SuperAreaOperator
Detects the larger visual areas and creates the artificial area nodes. -
Uses of BaseOperator in cz.vutbr.fit.layout.text.op
Subclasses of BaseOperator in cz.vutbr.fit.layout.text.op Modifier and Type Class Description class
TagEntitiesOperator
-