Uses of Package
com.java4less.ocr.docparser

Packages that use com.java4less.ocr.docparser
com.java4less.ocr.docparser   
com.java4less.ocr.docparser.data   
com.java4less.ocr.docparser.fields   
com.java4less.ocr.docparser.references   
com.java4less.ocr.docparser.sections   
 

Classes in com.java4less.ocr.docparser used by com.java4less.ocr.docparser
DocParseException
           
DocumentDef
          This class defines the structure of your text document
IReference
          reference to a field or label
Lines
          Lines set which is the input for the document parsing process
MatchedValue
          label or text found in the document
TextValue
          Class used to hold a value (and its location) read from in the document
 

Classes in com.java4less.ocr.docparser used by com.java4less.ocr.docparser.data
DocParseException
           
DocumentDef
          This class defines the structure of your text document
TextValue
          Class used to hold a value (and its location) read from in the document
 

Classes in com.java4less.ocr.docparser used by com.java4less.ocr.docparser.fields
IReference
          reference to a field or label
TextValue
          Class used to hold a value (and its location) read from in the document
 

Classes in com.java4less.ocr.docparser used by com.java4less.ocr.docparser.references
IReference
          reference to a field or label
TextValue
          Class used to hold a value (and its location) read from in the document
 

Classes in com.java4less.ocr.docparser used by com.java4less.ocr.docparser.sections
ParserContext
          for internal use of the parser only
TextMarkDef
          a text mark (or label) is a constant text or word (or a list of) that will be used as a reference, for example to locate start of sections of values to be read.