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

Packages that use ParserContext
com.java4less.ocr.docparser.sections   
 

Uses of ParserContext in com.java4less.ocr.docparser.sections
 

Methods in com.java4less.ocr.docparser.sections with parameters of type ParserContext
 boolean ILengthType.isSectionFinished(ParserContext context)
          returns true if the section is completed
 boolean SectionFixedLength.isSectionFinished(ParserContext context)
           
 boolean IStartCondition.isSectionStart(ParserContext context)
           
 boolean TextMarkCondition.isSectionStart(ParserContext context)