com.java4less.ocr.docparser
Class MatchedValue

java.lang.Object
  extended by com.java4less.ocr.docparser.TextValue
      extended by com.java4less.ocr.docparser.MatchedValue

public class MatchedValue
extends TextValue

label or text found in the document


Constructor Summary
MatchedValue()
           
 
Method Summary
 int getFailures()
          number of characters that do not match the expected value and position
 int getMatches()
          number of characters that match the expected position
 void setFailures(int i)
           
 void setMatches(int i)
           
 
Methods inherited from class com.java4less.ocr.docparser.TextValue
getEnd, getLineIndex, getStart, getValue, setEnd, setLineIndex, setStart, setValue
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MatchedValue

public MatchedValue()
Method Detail

getFailures

public int getFailures()
number of characters that do not match the expected value and position

Returns:

getMatches

public int getMatches()
number of characters that match the expected position

Returns:

setFailures

public void setFailures(int i)
Parameters:
i -

setMatches

public void setMatches(int i)
Parameters:
i -