Class AccumulatedNodeConsumer
- java.lang.Object
-
- org.verapdf.wcag.algorithms.semanticalgorithms.consumers.AccumulatedNodeConsumer
-
-
Field Summary
Fields Modifier and Type Field Description static doubleFOOTNOTE_MIN_PROBABILITY_THRESHOLDstatic doubleMERGE_PROBABILITY_THRESHOLDstatic doubleONE_LINE_MIN_PROBABILITY_THRESHOLD
-
Constructor Summary
Constructors Constructor Description AccumulatedNodeConsumer()
-
-
-
Field Detail
-
MERGE_PROBABILITY_THRESHOLD
public static final double MERGE_PROBABILITY_THRESHOLD
- See Also:
- Constant Field Values
-
ONE_LINE_MIN_PROBABILITY_THRESHOLD
public static final double ONE_LINE_MIN_PROBABILITY_THRESHOLD
- See Also:
- Constant Field Values
-
FOOTNOTE_MIN_PROBABILITY_THRESHOLD
public static final double FOOTNOTE_MIN_PROBABILITY_THRESHOLD
- See Also:
- Constant Field Values
-
-