|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.java4less.ocr.docparser.TextValue
com.java4less.ocr.docparser.MatchedValue
public class MatchedValue
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 |
---|
public MatchedValue()
Method Detail |
---|
public int getFailures()
public int getMatches()
public void setFailures(int i)
i
- public void setMatches(int i)
i
-
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |