|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.java4less.ocr.docparser.Parser
public class Parser
This class is in charge of converting the text read by the OCR engine into a document.
Constructor Summary | |
---|---|
Parser(DocumentDef pDocDef)
create the parser and set the document definition |
Method Summary | |
---|---|
DocumentSet |
parse(java.lang.String text)
parse document |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public Parser(DocumentDef pDocDef)
pDocDef
- Method Detail |
---|
public DocumentSet parse(java.lang.String text) throws DocParseException
text
-
DocParseException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |