Uses of Class
com.java4less.ocr.docparser.MatchedValue

Packages that use MatchedValue
com.java4less.ocr.docparser   
 

Uses of MatchedValue in com.java4less.ocr.docparser
 

Methods in com.java4less.ocr.docparser that return MatchedValue
 MatchedValue TextMarkDef.isMarkInLine(java.lang.String line, int lineIndex)
          check if the line contains the text mark
 MatchedValue TextFinder.matchText(java.lang.String toFind, java.lang.String data)
          try to find the toFind value in the data parameter
 MatchedValue TextFinder.matchText(java.lang.String toFind, java.lang.String data, int start)
          try to find the toFind value in the data parameter, starting at possition start
 

Methods in com.java4less.ocr.docparser with parameters of type MatchedValue
 void TextMarkDef.setValue(MatchedValue v)