A B C D E F G H I L M O P R S T

A

addDocument(Document) - Method in class com.java4less.ocr.docparser.data.DocumentSet
add document to the set
addError(DocParseException) - Method in class com.java4less.ocr.docparser.data.Document
add error to the document
addField(Field) - Method in class com.java4less.ocr.docparser.data.Section
add field in section
addField(FieldDef) - Method in class com.java4less.ocr.docparser.sections.SectionDef
 
addLine(String) - Method in class com.java4less.ocr.docparser.data.Section
add text line to the section
addSection(Section) - Method in class com.java4less.ocr.docparser.data.Document
add section instance to document
addSection(SectionDef) - Method in class com.java4less.ocr.docparser.DocumentDef
 
addTextMark(TextMarkDef) - Method in class com.java4less.ocr.docparser.sections.SectionDef
 
addValue(String) - Method in class com.java4less.ocr.docparser.TextMarkDef
add a value to the list of texts/words

B

BeginOfLineRef - Class in com.java4less.ocr.docparser.references
Predefined reference to the beginning of the line
BeginOfLineRef() - Constructor for class com.java4less.ocr.docparser.references.BeginOfLineRef
 
BeginOfSectionRef - Class in com.java4less.ocr.docparser.references
Predefined reference to the beginning of the section
BeginOfSectionRef() - Constructor for class com.java4less.ocr.docparser.references.BeginOfSectionRef
 

C

com.java4less.ocr.docparser - package com.java4less.ocr.docparser
 
com.java4less.ocr.docparser.data - package com.java4less.ocr.docparser.data
 
com.java4less.ocr.docparser.fields - package com.java4less.ocr.docparser.fields
 
com.java4less.ocr.docparser.references - package com.java4less.ocr.docparser.references
 
com.java4less.ocr.docparser.sections - package com.java4less.ocr.docparser.sections
 
com.java4less.ocr.tess3 - package com.java4less.ocr.tess3
 
com.java4less.pdf - package com.java4less.pdf
 
convertToString(InputStream) - Method in class com.java4less.pdf.PDFToTextConverter
convert PDF input stream to text

D

DIR_BETWEEN - Static variable in class com.java4less.ocr.docparser.fields.FieldPositionDef
 
DIR_DOWN - Static variable in class com.java4less.ocr.docparser.fields.FieldPositionDef
 
DIR_LEFT - Static variable in class com.java4less.ocr.docparser.fields.FieldPositionDef
 
DIR_RIGHT - Static variable in class com.java4less.ocr.docparser.fields.FieldPositionDef
 
DIR_UP - Static variable in class com.java4less.ocr.docparser.fields.FieldPositionDef
 
DocParseException - Exception in com.java4less.ocr.docparser
 
DocParseException(String) - Constructor for exception com.java4less.ocr.docparser.DocParseException
 
Document - Class in com.java4less.ocr.docparser.data
Parsed document in the image file.
Document() - Constructor for class com.java4less.ocr.docparser.data.Document
 
DocumentDef - Class in com.java4less.ocr.docparser
This class defines the structure of your text document
DocumentDef() - Constructor for class com.java4less.ocr.docparser.DocumentDef
 
DocumentSet - Class in com.java4less.ocr.docparser.data
set of documents contained in a file
DocumentSet() - Constructor for class com.java4less.ocr.docparser.data.DocumentSet
 

E

EndOfLineRef - Class in com.java4less.ocr.docparser.references
Predefined reference to the end of the line
EndOfLineRef() - Constructor for class com.java4less.ocr.docparser.references.EndOfLineRef
 
EndOfSectionRef - Class in com.java4less.ocr.docparser.references
Predefined reference to the end of the section
EndOfSectionRef() - Constructor for class com.java4less.ocr.docparser.references.EndOfSectionRef
 
endReached() - Method in class com.java4less.ocr.docparser.Lines
 
endReached(int) - Method in class com.java4less.ocr.docparser.Lines
 

F

Field - Class in com.java4less.ocr.docparser.data
an instance of a field in the text file
Field(FieldDef, TextValue) - Constructor for class com.java4less.ocr.docparser.data.Field
 
FieldDef - Class in com.java4less.ocr.docparser.fields
defines the location, type, format...
FieldDef(String, FieldPositionDef, FieldPositionDef) - Constructor for class com.java4less.ocr.docparser.fields.FieldDef
create field definition
FieldFormatException - Exception in com.java4less.ocr.docparser
Error in the format of the value read
FieldFormatException(String, String, int) - Constructor for exception com.java4less.ocr.docparser.FieldFormatException
 
FieldMissingException - Exception in com.java4less.ocr.docparser
Mandatory field missing in the section
FieldMissingException(String, String, int) - Constructor for exception com.java4less.ocr.docparser.FieldMissingException
 
FieldPositionDef - Class in com.java4less.ocr.docparser.fields
The file position definition call is used to dynamically find the location of a field based on references to other fields, marks, or predefined locations
FieldPositionDef(IReference, int, int) - Constructor for class com.java4less.ocr.docparser.fields.FieldPositionDef
defines a position

G

getAllSections() - Method in class com.java4less.ocr.docparser.data.Document
get all sections in the same sequence they are in the text file
getContent() - Method in class com.java4less.ocr.docparser.data.Section
get content of the section
getCount() - Method in class com.java4less.ocr.docparser.data.DocumentSet
number of documents in the set
getCount() - Method in class com.java4less.ocr.docparser.Lines
number of lines
getCurrentLine() - Method in class com.java4less.ocr.docparser.Lines
get current line
getCurrentSection() - Method in class com.java4less.ocr.docparser.ParserContext
 
getDefinition() - Method in class com.java4less.ocr.docparser.data.Document
get document definition
getDefinition() - Method in class com.java4less.ocr.docparser.data.Section
get definition object
getDirection() - Method in class com.java4less.ocr.docparser.fields.FieldPositionDef
in which direction (from the reference) is the field location?
getDistance() - Method in class com.java4less.ocr.docparser.fields.FieldPositionDef
how many words or lines is this field away from the reference
getDocDef() - Method in class com.java4less.ocr.docparser.ParserContext
 
getDocSecondPageHeader() - Method in class com.java4less.ocr.docparser.DocumentDef
document page header.
getDocSection(int) - Method in class com.java4less.ocr.docparser.DocumentDef
get section of the document, the first section (header) has index 0
getDocSections() - Method in class com.java4less.ocr.docparser.DocumentDef
regular sections of the document, for example, document header, detail, footer.
getDocument(int) - Method in class com.java4less.ocr.docparser.data.DocumentSet
get document at position index
getDocument() - Method in class com.java4less.ocr.docparser.ParserContext
 
getEnd() - Method in class com.java4less.ocr.docparser.TextValue
end column
getEndLine() - Method in class com.java4less.ocr.docparser.data.Section
index of last line of the section
getErrorName() - Method in exception com.java4less.ocr.docparser.DocParseException
 
getErrorName() - Method in exception com.java4less.ocr.docparser.FieldFormatException
 
getErrorName() - Method in exception com.java4less.ocr.docparser.FieldMissingException
 
getErrorName() - Method in exception com.java4less.ocr.docparser.SectionMissingException
 
getErrors() - Method in class com.java4less.ocr.docparser.data.Document
get all errors found while parsing the document
getFailures() - Method in class com.java4less.ocr.docparser.MatchedValue
number of characters that do not match the expected value and position
getField(int) - Method in class com.java4less.ocr.docparser.data.Section
get field by index
getField(String) - Method in class com.java4less.ocr.docparser.data.Section
get value of field in section
getField(int) - Method in class com.java4less.ocr.docparser.sections.SectionDef
get field by index
getFieldCount() - Method in class com.java4less.ocr.docparser.data.Section
number of fields in section
getFieldCount() - Method in class com.java4less.ocr.docparser.sections.SectionDef
number of fields to be read
getFielddef() - Method in class com.java4less.ocr.docparser.data.Field
get definition object
getFieldName() - Method in exception com.java4less.ocr.docparser.DocParseException
 
getFieldName() - Method in exception com.java4less.ocr.docparser.FieldFormatException
name of the missing field
getFieldName() - Method in exception com.java4less.ocr.docparser.FieldMissingException
name of the missing field
getFieldName() - Method in exception com.java4less.ocr.docparser.SectionMissingException
returns ""
getFormat() - Method in class com.java4less.ocr.docparser.fields.FieldDef
get format of the field.
getLength() - Method in class com.java4less.ocr.docparser.sections.SectionFixedLength
get number of lines
getLengthType() - Method in class com.java4less.ocr.docparser.sections.SectionDef
 
getLine(int) - Method in class com.java4less.ocr.docparser.Lines
return line by index
getLineIndex() - Method in class com.java4less.ocr.docparser.TextValue
line where this value is located
getLineInSection() - Method in class com.java4less.ocr.docparser.ParserContext
 
getLinePointer() - Method in class com.java4less.ocr.docparser.Lines
current line position
getLines() - Method in class com.java4less.ocr.docparser.data.Section
get content of the secion as an array of lines
getLines() - Method in class com.java4less.ocr.docparser.ParserContext
 
getMark(int) - Method in class com.java4less.ocr.docparser.sections.SectionDef
get mark by index
getMarkCount() - Method in class com.java4less.ocr.docparser.sections.SectionDef
number of marks/labels to find
getMarkValues() - Method in class com.java4less.ocr.docparser.TextMarkDef
get list of marks
getMatches() - Method in class com.java4less.ocr.docparser.MatchedValue
number of characters that match the expected position
getName() - Method in class com.java4less.ocr.docparser.data.Document
name of the document
getName() - Method in class com.java4less.ocr.docparser.data.Field
name of the field
getName() - Method in class com.java4less.ocr.docparser.data.Section
name of the section
getName() - Method in class com.java4less.ocr.docparser.DocumentDef
get the name of the document
getName() - Method in class com.java4less.ocr.docparser.fields.FieldDef
name of the field
getName() - Method in interface com.java4less.ocr.docparser.IReference
 
getName() - Method in class com.java4less.ocr.docparser.references.BeginOfLineRef
 
getName() - Method in class com.java4less.ocr.docparser.references.BeginOfSectionRef
 
getName() - Method in class com.java4less.ocr.docparser.references.EndOfLineRef
 
getName() - Method in class com.java4less.ocr.docparser.references.EndOfSectionRef
 
getName() - Method in class com.java4less.ocr.docparser.sections.SectionDef
name of the section
getName() - Method in class com.java4less.ocr.docparser.TextMarkDef
name of label
getNextSection() - Method in class com.java4less.ocr.docparser.ParserContext
 
getPageColumns() - Method in class com.java4less.pdf.PDFToTextConverter
number of characters per line in text output
getPageFooter() - Method in class com.java4less.ocr.docparser.DocumentDef
page footer section.
getPageheader() - Method in class com.java4less.ocr.docparser.DocumentDef
page header section, this section will appear in each page
getPosX() - Method in class com.java4less.ocr.docparser.fields.FieldDef
get column position
getPosY() - Method in class com.java4less.ocr.docparser.fields.FieldDef
get line position
getReference1() - Method in class com.java4less.ocr.docparser.fields.FieldPositionDef
reference object
getReference2() - Method in class com.java4less.ocr.docparser.fields.FieldPositionDef
second reference (for the direction DIR_BETWEEN)
getRepetition() - Method in class com.java4less.ocr.docparser.data.Section
current repetition of the section
getRepetition() - Method in exception com.java4less.ocr.docparser.DocParseException
 
getRepetition() - Method in exception com.java4less.ocr.docparser.FieldFormatException
get repetition of the section
getRepetition() - Method in exception com.java4less.ocr.docparser.FieldMissingException
get repetition of the section
getRepetition() - Method in exception com.java4less.ocr.docparser.SectionMissingException
returns -1
getSection() - Method in class com.java4less.ocr.docparser.ParserContext
 
getSectionByName(String) - Method in class com.java4less.ocr.docparser.data.Document
get all repetitions of the section with a certain name
getSectionIndex() - Method in class com.java4less.ocr.docparser.ParserContext
 
getSectionName() - Method in exception com.java4less.ocr.docparser.DocParseException
 
getSectionName() - Method in exception com.java4less.ocr.docparser.FieldFormatException
name of the section where the field is located
getSectionName() - Method in exception com.java4less.ocr.docparser.FieldMissingException
name of the section where the field is located
getSectionName() - Method in exception com.java4less.ocr.docparser.SectionMissingException
return the name of the missing section
getStart() - Method in class com.java4less.ocr.docparser.TextValue
return start column
getStartCondition() - Method in class com.java4less.ocr.docparser.sections.SectionDef
gets the condition used to know when this section starts
getStartLine() - Method in class com.java4less.ocr.docparser.data.Section
index of first line of the section
getType() - Method in class com.java4less.ocr.docparser.fields.FieldDef
can be TYPE_D (date), TYPE_N (number), TYPE_S (string)
getValue() - Method in class com.java4less.ocr.docparser.data.Field
get value
getValue() - Method in class com.java4less.ocr.docparser.fields.FieldDef
return current value for this field
getValue() - Method in interface com.java4less.ocr.docparser.IReference
 
getValue() - Method in class com.java4less.ocr.docparser.references.BeginOfLineRef
 
getValue() - Method in class com.java4less.ocr.docparser.references.BeginOfSectionRef
 
getValue() - Method in class com.java4less.ocr.docparser.references.EndOfLineRef
 
getValue() - Method in class com.java4less.ocr.docparser.references.EndOfSectionRef
 
getValue() - Method in class com.java4less.ocr.docparser.TextMarkDef
get current value found for this mark
getValue() - Method in class com.java4less.ocr.docparser.TextValue
return value as string

H

hasError() - Method in class com.java4less.ocr.docparser.data.Document
returns true if there is an error in the docuemtns

I

ILengthType - Interface in com.java4less.ocr.docparser.sections
 
IReference - Interface in com.java4less.ocr.docparser
reference to a field or label
isAddEmptyLines() - Method in class com.java4less.pdf.PDFToTextConverter
if false, empty lines will be removed
isFixedColumnPosition() - Method in class com.java4less.ocr.docparser.fields.FieldPositionDef
if true, the distance property will be the column (x) position of the field
isMandatory() - Method in class com.java4less.ocr.docparser.fields.FieldDef
is this field mandatory or optional? default is mandatory
isMandatory() - Method in class com.java4less.ocr.docparser.sections.SectionDef
is the section mandatory (default is true).
isMarkInLine(String, int) - Method in class com.java4less.ocr.docparser.TextMarkDef
check if the line contains the text mark
isPageBreak() - Method in class com.java4less.ocr.docparser.Lines
is current line a page break?
isPageBreak(int) - Method in class com.java4less.ocr.docparser.Lines
is the line a page break?
isPreserveSpaces() - Method in class com.java4less.pdf.PDFToTextConverter
if false, spaces will be removed.
isRepeatable() - Method in class com.java4less.ocr.docparser.sections.SectionDef
can the section be repeated?
isSectionFinished(ParserContext) - Method in interface com.java4less.ocr.docparser.sections.ILengthType
returns true if the section is completed
isSectionFinished(ParserContext) - Method in class com.java4less.ocr.docparser.sections.SectionFixedLength
 
isSectionStart(ParserContext) - Method in interface com.java4less.ocr.docparser.sections.IStartCondition
 
isSectionStart(ParserContext) - Method in class com.java4less.ocr.docparser.sections.TextMarkCondition
 
IStartCondition - Interface in com.java4less.ocr.docparser.sections
Interface implemented by classes that check if a new section starts

L

Lines - Class in com.java4less.ocr.docparser
Lines set which is the input for the document parsing process
Lines(String[]) - Constructor for class com.java4less.ocr.docparser.Lines
 
load(Node, SectionDef) - Method in class com.java4less.ocr.docparser.fields.FieldDef
load from XML node
load(Node, SectionDef) - Method in class com.java4less.ocr.docparser.fields.FieldPositionDef
load from XML node
load(Node) - Method in class com.java4less.ocr.docparser.sections.SectionDef
load from XML node
load(Node) - Method in class com.java4less.ocr.docparser.TextMarkDef
load from XML node
loadFromXml(String) - Method in class com.java4less.ocr.docparser.DocumentDef
load document from XML file

M

main(String[]) - Static method in class com.java4less.ocr.docparser.TextFinder
 
MatchedValue - Class in com.java4less.ocr.docparser
label or text found in the document
MatchedValue() - Constructor for class com.java4less.ocr.docparser.MatchedValue
 
matchText(String, String) - Method in class com.java4less.ocr.docparser.TextFinder
try to find the toFind value in the data parameter
matchText(String, String, int) - Method in class com.java4less.ocr.docparser.TextFinder
try to find the toFind value in the data parameter, starting at possition start
moveNextLine() - Method in class com.java4less.ocr.docparser.ParserContext
 

O

OCRFacade - Class in com.java4less.ocr.tess3
Facade class for running OCR on an image file
OCRFacade() - Constructor for class com.java4less.ocr.tess3.OCRFacade
 

P

parse(String) - Method in class com.java4less.ocr.docparser.Parser
parse document
Parser - Class in com.java4less.ocr.docparser
This class is in charge of converting the text read by the OCR engine into a document.
Parser(DocumentDef) - Constructor for class com.java4less.ocr.docparser.Parser
create the parser and set the document definition
ParserContext - Class in com.java4less.ocr.docparser
for internal use of the parser only
ParserContext() - Constructor for class com.java4less.ocr.docparser.ParserContext
 
PDFToTextConverter - Class in com.java4less.pdf
this class converts a PDF file to text.
PDFToTextConverter() - Constructor for class com.java4less.pdf.PDFToTextConverter
 

R

recognizeFile(String, String) - Method in class com.java4less.ocr.tess3.OCRFacade
recognizes text image file
recognizeImage(byte[], String, String) - Method in class com.java4less.ocr.tess3.OCRFacade
recognizes text image file

S

saveToXml(OutputStream) - Method in class com.java4less.ocr.docparser.DocumentDef
write document definition to xml
saveToXml(Document, Node) - Method in class com.java4less.ocr.docparser.fields.FieldDef
save field definition to XML
saveToXml(Document, Node) - Method in class com.java4less.ocr.docparser.fields.FieldPositionDef
save to xml
saveToXml(Document, Node) - Method in interface com.java4less.ocr.docparser.sections.IStartCondition
 
saveToXml(Document, Node) - Method in class com.java4less.ocr.docparser.sections.SectionDef
 
saveToXml(Document, Node, String) - Method in class com.java4less.ocr.docparser.sections.SectionDef
save to Xml
saveToXml(Document, Node) - Method in class com.java4less.ocr.docparser.sections.TextMarkCondition
save definition to XML
saveToXml(Document, Node, String) - Method in class com.java4less.ocr.docparser.TextMarkDef
save label to XML
Section - Class in com.java4less.ocr.docparser.data
an instance of a section in the document
Section() - Constructor for class com.java4less.ocr.docparser.data.Section
 
SectionDef - Class in com.java4less.ocr.docparser.sections
Definition of a section in the document
SectionDef(String) - Constructor for class com.java4less.ocr.docparser.sections.SectionDef
constructor
SectionFixedLength - Class in com.java4less.ocr.docparser.sections
length of a section with a constant number of lines
SectionFixedLength(int) - Constructor for class com.java4less.ocr.docparser.sections.SectionFixedLength
create section fixed length.
SectionMissingException - Exception in com.java4less.ocr.docparser
Mandatory section missing in the document
SectionMissingException(String) - Constructor for exception com.java4less.ocr.docparser.SectionMissingException
 
setAddEmptyLines(boolean) - Method in class com.java4less.pdf.PDFToTextConverter
if false, empty lines will be removed
setCurrentSection(SectionDef) - Method in class com.java4less.ocr.docparser.ParserContext
 
setDefinition(DocumentDef) - Method in class com.java4less.ocr.docparser.data.Document
set document definition
setDefinition(SectionDef) - Method in class com.java4less.ocr.docparser.data.Section
 
setDirection(int) - Method in class com.java4less.ocr.docparser.fields.FieldPositionDef
 
setDistance(int) - Method in class com.java4less.ocr.docparser.fields.FieldPositionDef
how many words or lines is this field away from the reference
setDocDef(DocumentDef) - Method in class com.java4less.ocr.docparser.ParserContext
 
setDocSecondPageHeader(SectionDef) - Method in class com.java4less.ocr.docparser.DocumentDef
 
setDocSections(Vector) - Method in class com.java4less.ocr.docparser.DocumentDef
 
setDocument(Document) - Method in class com.java4less.ocr.docparser.ParserContext
 
setEnd(int) - Method in class com.java4less.ocr.docparser.TextValue
end column
setEndLine(int) - Method in class com.java4less.ocr.docparser.data.Section
index of last line of the section
setFailures(int) - Method in class com.java4less.ocr.docparser.MatchedValue
 
setFixedColumnPosition(boolean) - Method in class com.java4less.ocr.docparser.fields.FieldPositionDef
if true, the distance property will be the column (x) position of the field
setFormat(String) - Method in class com.java4less.ocr.docparser.fields.FieldDef
set format of the field.
setLengthType(ILengthType) - Method in class com.java4less.ocr.docparser.sections.SectionDef
sets length of the section, if null, the length is variable and it finished when the next section starts
setLineIndex(int) - Method in class com.java4less.ocr.docparser.TextValue
line where this value is located
setLineInSection(int) - Method in class com.java4less.ocr.docparser.ParserContext
 
setLinePointer(int) - Method in class com.java4less.ocr.docparser.Lines
current line position
setLines(Lines) - Method in class com.java4less.ocr.docparser.ParserContext
 
setMandatory(boolean) - Method in class com.java4less.ocr.docparser.fields.FieldDef
is this field mandatory or optional? default is mandatory
setMandatory(boolean) - Method in class com.java4less.ocr.docparser.sections.SectionDef
is this section mandatory or optional? if a section is not mandatory, all sections after that now must also be optional
setMatches(int) - Method in class com.java4less.ocr.docparser.MatchedValue
 
setName(String) - Method in class com.java4less.ocr.docparser.DocumentDef
set the name of the document
setName(String) - Method in class com.java4less.ocr.docparser.fields.FieldDef
name of the field
setName(String) - Method in class com.java4less.ocr.docparser.sections.SectionDef
name of the section
setName(String) - Method in class com.java4less.ocr.docparser.TextMarkDef
name of the label
setPageColumns(int) - Method in class com.java4less.pdf.PDFToTextConverter
number of characters per line in text output
setPageFooter(SectionDef) - Method in class com.java4less.ocr.docparser.DocumentDef
 
setPageheader(SectionDef) - Method in class com.java4less.ocr.docparser.DocumentDef
page header section, this section will appear in each page
setPreserveSpaces(boolean) - Method in class com.java4less.pdf.PDFToTextConverter
if false, spaces will be removed.
setReference1(IReference) - Method in class com.java4less.ocr.docparser.fields.FieldPositionDef
 
setReference2(IReference) - Method in class com.java4less.ocr.docparser.fields.FieldPositionDef
 
setRepeatable(boolean) - Method in class com.java4less.ocr.docparser.sections.SectionDef
repeatable sections must have fixed length and will be repeated until the next section starts.
setRepetition(int) - Method in class com.java4less.ocr.docparser.data.Section
 
setSection(Section) - Method in class com.java4less.ocr.docparser.ParserContext
 
setSectionIndex(int) - Method in class com.java4less.ocr.docparser.ParserContext
 
setStart(int) - Method in class com.java4less.ocr.docparser.TextValue
start column
setStartCondition(IStartCondition) - Method in class com.java4less.ocr.docparser.sections.SectionDef
set the condition used to know when this section starts.
setStartLine(int) - Method in class com.java4less.ocr.docparser.data.Section
index of first line of the section
setTessDataDir(String) - Method in class com.java4less.ocr.tess3.OCRFacade
directory where the subdirectory TessData is located.
setType(String) - Method in class com.java4less.ocr.docparser.fields.FieldDef
can be TYPE_D (date), TYPE_N (number), TYPE_S (string)
setValue(TextValue) - Method in class com.java4less.ocr.docparser.fields.FieldDef
 
setValue(MatchedValue) - Method in class com.java4less.ocr.docparser.TextMarkDef
 
setValue(String) - Method in class com.java4less.ocr.docparser.TextValue
 

T

TextFinder - Class in com.java4less.ocr.docparser
class used to find string in a line.
TextFinder() - Constructor for class com.java4less.ocr.docparser.TextFinder
 
TextMarkCondition - Class in com.java4less.ocr.docparser.sections
check if the first line of the section has one of the provided marks
TextMarkCondition(TextMarkDef) - Constructor for class com.java4less.ocr.docparser.sections.TextMarkCondition
creates a label based condition
TextMarkDef - Class in com.java4less.ocr.docparser
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.
TextMarkDef(String, String) - Constructor for class com.java4less.ocr.docparser.TextMarkDef
creates mark and set name
TextMarkDef(String) - Constructor for class com.java4less.ocr.docparser.TextMarkDef
 
TextValue - Class in com.java4less.ocr.docparser
Class used to hold a value (and its location) read from in the document
TextValue() - Constructor for class com.java4less.ocr.docparser.TextValue
 
TextValue(String, int, int) - Constructor for class com.java4less.ocr.docparser.TextValue
 
toXml(Document, Node) - Method in class com.java4less.ocr.docparser.data.Document
exports document to XML
toXml() - Method in class com.java4less.ocr.docparser.data.DocumentSet
convert the document set to xml
toXml(Document, Node) - Method in class com.java4less.ocr.docparser.data.Field
convert to xml
toXml(Document, Node) - Method in class com.java4less.ocr.docparser.data.Section
convert to xml
TYPE_D - Static variable in class com.java4less.ocr.docparser.fields.FieldDef
type date
TYPE_N - Static variable in class com.java4less.ocr.docparser.fields.FieldDef
type number
TYPE_S - Static variable in class com.java4less.ocr.docparser.fields.FieldDef
type string

A B C D E F G H I L M O P R S T