Uses of Class
dev.botcity.botcity_document_processing.parser.Entry
Packages that use Entry
-
Uses of Entry in dev.botcity.botcity_document_processing.parser
Methods in dev.botcity.botcity_document_processing.parser that return EntryModifier and TypeMethodDescriptionDocumentParser.combinedEntries
(int start, int end) DocumentParser.combinedEntries
(Entry[] entries) DocumentParser.getFirstEntry()
DocumentParser.getFirstEntry
(int startIndex, String... textPossibilities) DocumentParser.getFirstEntry
(Entry startEntry, String... textPossibilities) DocumentParser.getFirstEntry
(String text) DocumentParser.getFirstEntry
(String... textPossibilities) DocumentParser.getFirstEntry
(String text, int startPosition) DocumentParser.getFirstEntry
(String text, Entry entry) DocumentParser.getFirstEntryContains
(int startPosition, String text) DocumentParser.getFirstEntryContains
(String text) DocumentParser.getFirstEntryContains
(String text, Entry entry) DocumentParser.getFirstEntryContainsSubstring
(int startPosition, String text) DocumentParser.getFirstEntryContainsSubstring
(int startIndex, String... textPossibilities) DocumentParser.getFirstEntryContainsSubstring
(String text) DocumentParser.getFirstEntryContainsSubstring
(String... textPossibilities) DocumentParser.getFirstSeparatedEntry
(String text) DocumentParser.getFirstSeparatedEntry
(String... textPossibilities) DocumentParser.getFirstSuitableEntry
(String... textPossibilities) DocumentParser.getLastEntry()
DocumentParser.getSecondEntry
(String text) DocumentParser.getSecondEntry
(String... textPossibilities) DocumentParser.getSeparatedEntryAtIndex
(int matchingIndex, String... textPossibilities) DocumentParser.getSeparatedEntryAtIndex
(String text, int matchingIndex) Methods in dev.botcity.botcity_document_processing.parser that return types with arguments of type EntryMethods in dev.botcity.botcity_document_processing.parser with parameters of type EntryModifier and TypeMethodDescriptionvoid
DocumentParser.combinedEntries
(Entry[] entries) DocumentParser.getFirstEntry
(Entry startEntry, String... textPossibilities) DocumentParser.getFirstEntry
(String text, Entry entry) DocumentParser.getFirstEntryContains
(String text, Entry entry) DocumentParser.read
(Entry entry, double p1DiffX, double p1DiffY, double p3DiffX, double p3DiffY, int lineHeight) DocumentParser.read
(Entry entry, double p1DiffX, double p1DiffY, double p3DiffX, double p3DiffY, DocumentParser.DataType dataType) DocumentParser.read
(Entry entry, double p1DiffX, double p1DiffY, double p3DiffX, double p3DiffY, Integer lineHeight, DocumentParser.DataType dataType) DocumentParser.readAround
(Entry entry, double marginLeft, double marginRight, double marginTop, double marginBottom) DocumentParser.readBelow
(Entry entry, double marginLeft, double marginRight, double marginBottom, int lineHeight) DocumentParser.readBelow
(Entry entry, double marginLeft, double marginRight, double marginBottom, int lineHeight, DocumentParser.DataType dataType) DocumentParser.readBelow
(Entry entry, double marginLeft, double marginRight, double marginBottom, DocumentParser.DataType datatype) DocumentParser.readBelow
(Entry entry, double marginLeft, double marginRight, Entry bottomReference, int lineHeight, DocumentParser.DataType dataType) DocumentParser.readBelow
(Entry entry, double marginLeft, Entry rightReference, Entry bottomReference, int lineHeight, DocumentParser.DataType dataType) DocumentParser.readBelowWithOffset
(Entry entry, double marginLeft, double marginRight, double marginBottom, double offset) DocumentParser.readNext
(Entry entry, double marginRight, double marginTop, double marginBottom, DocumentParser.DataType dataType) DocumentParser.readNext
(Entry entry, double marginRight, double marginTop, double marginBottom, DocumentParser.DataType dataType, boolean handwritten) DocumentParser.readNextWithSlope
(Entry entry, double marginLeft, double marginRight, double marginTop, double marginBottom, double rateOfChangeY) Method parameters in dev.botcity.botcity_document_processing.parser with type arguments of type Entry