Package cz.vutbr.fit.layout.tools.cmd
Class Segmentator
- java.lang.Object
-
- cz.vutbr.fit.layout.tools.CliCommand
-
- cz.vutbr.fit.layout.tools.cmd.Segmentator
-
public class Segmentator extends CliCommand implements Callable<Integer>
A command-line interface to page segmentation.- Author:
- burgetr
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
Segmentator.Method
-
Constructor Summary
Constructors Constructor Description Segmentator()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Integer
call()
AreaTree
segment(Page page, Segmentator.Method method, Map<String,String> sopts)
-
Methods inherited from class cz.vutbr.fit.layout.tools.CliCommand
errNoAreaTree, errNoArtifact, errNoPage, errNoRepo, getCli, printError, setCli
-
-
-
-
Field Detail
-
help
protected boolean help
-
method
protected Segmentator.Method method
-
-