Skip navigation links
B C G I L M N O P S T 

B

BankTransaction - Class in com.moneythumb.convert.util
Class to hold a single bank transaction
BankTransaction() - Constructor for class com.moneythumb.convert.util.BankTransaction
 

C

callback(List<ConverterResults>) - Method in interface com.moneythumb.convert.util.ConverterCallback
 
com.moneythumb.server - package com.moneythumb.server
PDF Convert Server conversion methods
convert(String, String) - Static method in class com.moneythumb.server.PDFConvertServer
Convert a PDF file to CSV, with all default options
convert(String, File) - Static method in class com.moneythumb.server.PDFConvertServer
Convert a PDF file to csv, with all default options
convert(String, byte[]) - Static method in class com.moneythumb.server.PDFConvertServer
Convert a PDF file to csv, all default options.
convert(String, String, File, OptionsPDF) - Static method in class com.moneythumb.server.PDFConvertServer
Convert a PDF file to csv format, with a specified product name and options.
convert(String, String, byte[], OptionsPDF) - Static method in class com.moneythumb.server.PDFConvertServer
Convert a byte array representing a PDF file to POJO transactions
convert(String, String, String, File, OptionsPDF) - Static method in class com.moneythumb.server.PDFConvertServer
Convert a PDF file to any supported format, with a specified product name and options.
convert(String, String) - Static method in class com.moneythumb.server.PDFConvertServer
Convert a PDF file to CSV, with all default options
convert(String, File) - Static method in class com.moneythumb.server.PDFConvertServer
Convert a PDF file to csv, with all default options
convert(String, byte[]) - Static method in class com.moneythumb.server.PDFConvertServer
Convert a PDF file to csv, all default options.
convert(String, String, File, OptionsPDF) - Static method in class com.moneythumb.server.PDFConvertServer
Convert a PDF file to csv format, with a specified product name and options.
convert(String, String, byte[], OptionsPDF) - Static method in class com.moneythumb.server.PDFConvertServer
Convert a byte array representing a PDF file to POJO transactions
convert(String, String, String, File, OptionsPDF) - Static method in class com.moneythumb.server.PDFConvertServer
Convert a PDF file to any supported format, with a specified product name and options.
ConverterCallback - Interface in com.moneythumb.convert.util
Implement a callback function for when conversion is finished.
Will be used only when converting scanned images, and have called OptionsPDF.setRunOCRThread(true) so that the OCR based conversion is being run on a different thread
ConverterResults - Class in com.moneythumb.convert.util
Class for returning the results of a conversion, for one account in one statement.
ConverterResults(Thread) - Constructor for class com.moneythumb.convert.util.ConverterResults
 
ConverterResults(Runnable) - Constructor for class com.moneythumb.convert.util.ConverterResults
 
converterSetIndeterminate(boolean) - Method in interface com.moneythumb.convert.util.ConverterSetProgress
 
ConverterSetProgress - Interface in com.moneythumb.convert.util
Define interface for accepting converter progress updates.
Implement callback functions for conversion progress.
converterSetProgress(int) - Method in interface com.moneythumb.convert.util.ConverterSetProgress
 
converterSetTitle(String) - Method in interface com.moneythumb.convert.util.ConverterSetProgress
 
converterSetTitleProgress(String, int) - Method in interface com.moneythumb.convert.util.ConverterSetProgress
 
convertMultiple(String, String, byte[], OptionsPDF) - Static method in class com.moneythumb.server.PDFConvertServer
Convert a byte array representing a PDF file to POJO transactions, processing multiple monthly statements and/or accounts
convertMultiple(String, String, File, OptionsPDF) - Static method in class com.moneythumb.server.PDFConvertServer
Convert a byte array representing a PDF file to csv output, processing multiple monthly statements and/or accounts
convertMultiple(String, String, byte[], OptionsPDF) - Static method in class com.moneythumb.server.PDFConvertServer
Convert a byte array representing a PDF file to POJO transactions, processing multiple monthly statements and/or accounts
convertMultiple(String, String, File, OptionsPDF) - Static method in class com.moneythumb.server.PDFConvertServer
Convert a byte array representing a PDF file to csv output, processing multiple monthly statements and/or accounts

G

getAccountNumber() - Method in class com.moneythumb.convert.util.ConverterResults
 
getAccountnumber() - Method in class com.moneythumb.convert.util.OptionsPDF
Get the current account number
getAccountOwner() - Method in class com.moneythumb.convert.util.ConverterResults
 
getAccountSeq() - Method in class com.moneythumb.convert.util.OptionsPDF
Get the account sequence number
getAccountSequence() - Method in class com.moneythumb.convert.util.ConverterResults
 
getAmount() - Method in class com.moneythumb.convert.util.BankTransaction
 
getBankID() - Method in class com.moneythumb.convert.util.OptionsPDF
Get the current bankid
getBankName() - Method in class com.moneythumb.convert.util.ConverterResults
 
getBankURL() - Method in class com.moneythumb.convert.util.ConverterResults
 
getChecknumber() - Method in class com.moneythumb.convert.util.BankTransaction
 
getCombineLines() - Method in class com.moneythumb.convert.util.OptionsPDF
Get the combine lines flag
getCreateMap() - Method in class com.moneythumb.convert.util.OptionsPDF
Return the value previously set for createMap
getCSVBytes() - Method in class com.moneythumb.convert.util.ConverterResults
 
getDate() - Method in class com.moneythumb.convert.util.BankTransaction
 
getDescription() - Method in class com.moneythumb.convert.util.BankTransaction
 
getDocType() - Method in class com.moneythumb.convert.util.ConverterResults
 
getDocType() - Method in class com.moneythumb.convert.util.OptionsPDF
 
getDoOCR() - Method in class com.moneythumb.convert.util.OptionsPDF
 
getEndBalance() - Method in class com.moneythumb.convert.util.ConverterResults
 
getEndBalanceCalc() - Method in class com.moneythumb.convert.util.ConverterResults
 
getEndBalancePDF() - Method in class com.moneythumb.convert.util.ConverterResults
Deprecated.
- use getEndBalanceCalc instead
getEndDate() - Method in class com.moneythumb.convert.util.ConverterResults
 
getFilepath() - Method in class com.moneythumb.convert.util.ConverterResults
 
getFirstDate() - Method in class com.moneythumb.convert.util.ConverterResults
 
getForm() - Method in class com.moneythumb.convert.util.TaxForm
 
getFullName() - Method in class com.moneythumb.convert.util.TaxForm
 
getItemId() - Method in class com.moneythumb.convert.util.TaxItem
 
getLanguage() - Method in class com.moneythumb.convert.util.OptionsPDF
 
getLastDate() - Method in class com.moneythumb.convert.util.ConverterResults
 
getLogBytes() - Method in class com.moneythumb.convert.util.ConverterResults
 
getLogPath() - Method in class com.moneythumb.convert.util.OptionsPDF
Get the current log path value
getLogType() - Method in class com.moneythumb.convert.util.OptionsPDF
return the log type
getMapBytes() - Method in class com.moneythumb.convert.util.ConverterResults
 
getMemo() - Method in class com.moneythumb.convert.util.BankTransaction
 
getMonthSeq() - Method in class com.moneythumb.convert.util.OptionsPDF
Get the month sequence number
getMonthSequence() - Method in class com.moneythumb.convert.util.ConverterResults
 
getName() - Method in class com.moneythumb.convert.util.TaxForm
 
getName() - Method in class com.moneythumb.convert.util.TaxItem
 
getNeedAlphas() - Method in class com.moneythumb.convert.util.OptionsPDF
 
getNosepdates() - Method in class com.moneythumb.convert.util.OptionsPDF
Get the option for whether dates must have a separator.
getNSFcount() - Method in class com.moneythumb.convert.util.ConverterResults
 
getNumAccounts() - Method in class com.moneythumb.convert.util.ConverterResults
 
getNumCredits() - Method in class com.moneythumb.convert.util.ConverterResults
 
getNumDebits() - Method in class com.moneythumb.convert.util.ConverterResults
 
getNumMonths() - Method in class com.moneythumb.convert.util.ConverterResults
 
getNumTransactions() - Method in class com.moneythumb.convert.util.ConverterResults
 
getNumTypos() - Method in class com.moneythumb.convert.util.ConverterResults
 
getOutputType() - Method in class com.moneythumb.convert.util.OptionsPDF
Return the value of the output type
getProgressUpdate() - Method in class com.moneythumb.convert.util.OptionsPDF
Get the progress update methods
getRunocr() - Method in class com.moneythumb.convert.util.ConverterResults
 
getStartBalance() - Method in class com.moneythumb.convert.util.ConverterResults
 
getStartDate() - Method in class com.moneythumb.convert.util.ConverterResults
 
getStatementSeq() - Method in class com.moneythumb.convert.util.OptionsPDF
Get the statement sequence number
getSuspectCount() - Method in class com.moneythumb.convert.util.ConverterResults
 
getTaxForms() - Method in class com.moneythumb.convert.util.ConverterResults
 
getTaxID() - Method in class com.moneythumb.convert.util.TaxForm
 
getTaxItems() - Method in class com.moneythumb.convert.util.TaxForm
 
getTotCredits() - Method in class com.moneythumb.convert.util.ConverterResults
 
getTotDebits() - Method in class com.moneythumb.convert.util.ConverterResults
 
gettrackingId() - Method in class com.moneythumb.convert.util.ConverterResults
 
getTrackingID() - Method in class com.moneythumb.convert.util.OptionsPDF
 
getTransactions() - Method in class com.moneythumb.convert.util.ConverterResults
 
getType() - Method in class com.moneythumb.convert.util.BankTransaction
 
getType() - Method in class com.moneythumb.convert.util.TaxItem
 
getValue() - Method in class com.moneythumb.convert.util.TaxItem
 
getValuesAsString() - Method in class com.moneythumb.convert.util.TaxItem
 
getYear() - Method in class com.moneythumb.convert.util.TaxForm
 

I

isBalancesValid() - Method in class com.moneythumb.convert.util.ConverterResults
 
isColumnsValid() - Method in class com.moneythumb.convert.util.ConverterResults
 
isHeaderValid() - Method in class com.moneythumb.convert.util.ConverterResults
 
isImage() - Method in class com.moneythumb.convert.util.ConverterResults
 
isNegate() - Method in class com.moneythumb.convert.util.ConverterResults
 
isOCR() - Method in class com.moneythumb.convert.util.ConverterResults
 
isPartialOCR() - Method in class com.moneythumb.convert.util.BankTransaction
 
isPreviewRequired() - Method in class com.moneythumb.convert.util.ConverterResults
 
isPreviewValid() - Method in class com.moneythumb.convert.util.ConverterResults
 
isReconciled() - Method in class com.moneythumb.convert.util.ConverterResults
 
isSuspectOCR() - Method in class com.moneythumb.convert.util.BankTransaction
 

L

LOG_HTML - Static variable in class com.moneythumb.convert.util.OptionsPDF
 
LOG_HTML_BYTES - Static variable in class com.moneythumb.convert.util.OptionsPDF
 
LOG_NONE - Static variable in class com.moneythumb.convert.util.OptionsPDF
 
LOG_TXT - Static variable in class com.moneythumb.convert.util.OptionsPDF
 

M

main(String...) - Static method in class com.moneythumb.server.PDFConvertServer
String based Main program, can be used to do conversion with default options.
main(String...) - Static method in class com.moneythumb.server.PDFConvertServer
String based Main program, can be used to do conversion with default options.

N

NORMALIZEDCOLUMNS - Static variable in class com.moneythumb.convert.util.ConverterResults
 

O

OptionsPDF - Class in com.moneythumb.convert.util
Class to specify options before calling PDFConvertServer
OptionsPDF() - Constructor for class com.moneythumb.convert.util.OptionsPDF
Default constructor

P

PDF_BAL - Static variable in class com.moneythumb.convert.util.OptionsPDF
 
PDF_PL - Static variable in class com.moneythumb.convert.util.OptionsPDF
 
PDF_STATEMENT - Static variable in class com.moneythumb.convert.util.OptionsPDF
 
PDF_TAX - Static variable in class com.moneythumb.convert.util.OptionsPDF
 
PDFConvertServer - Class in com.moneythumb.server
Overview of PDFConvertServer.
PDFConvertServer - Class in com.moneythumb.server
Overview of PDFConvertServer.

S

setAccountNumber(String) - Method in class com.moneythumb.convert.util.OptionsPDF
Set an account number to search for in the statement, used if the statement has multiple accounts
setAccountSeq(int) - Method in class com.moneythumb.convert.util.OptionsPDF
Set which account to process if there are multiple accounts in a single statement
setAccountType(String) - Method in class com.moneythumb.convert.util.OptionsPDF
Set the account type to be processed.
setBankID(String) - Method in class com.moneythumb.convert.util.OptionsPDF
Set the bankid to use when created OFX, QFX, QBO files
setBankName(String) - Method in class com.moneythumb.convert.util.ConverterResults
 
setBankURL(String) - Method in class com.moneythumb.convert.util.ConverterResults
 
setCallBack(ConverterCallback) - Method in class com.moneythumb.convert.util.OptionsPDF
Set callback method for when OCR processing is complete
setCombineLines(boolean) - Method in class com.moneythumb.convert.util.OptionsPDF
Set option to combine description lines
setCreateMap(boolean) - Method in class com.moneythumb.convert.util.OptionsPDF
Set option to create a .map file with page number and position of each transaction
setDocType(int) - Method in class com.moneythumb.convert.util.OptionsPDF
Set the document type.
setDoOCR(boolean) - Method in class com.moneythumb.convert.util.OptionsPDF
Set the option for whether OCR should always be run, even if the PDF appears to be text based.
setDoOCRnr(boolean) - Method in class com.moneythumb.convert.util.OptionsPDF
Set option for always running OCR if the statement did not reconcile with text processing.
setEndAccount(String) - Method in class com.moneythumb.convert.util.OptionsPDF
 
setFid(String) - Method in class com.moneythumb.convert.util.OptionsPDF
Set the Intuit FID, used by Quicken and QuickBooks in QBO and QFX files
setFirstpage(int) - Method in class com.moneythumb.convert.util.OptionsPDF
Set the first page in the PDF which should be processed.
setFixedColumns(boolean) - Method in class com.moneythumb.convert.util.OptionsPDF
Set option for how columns are defined in a csv file
setLanguage(String) - Method in class com.moneythumb.convert.util.OptionsPDF
Set the language of the statement to process
setLastpage(int) - Method in class com.moneythumb.convert.util.OptionsPDF
Set the last page in the PDF which should be processed.
setLogPath(File) - Method in class com.moneythumb.convert.util.OptionsPDF
Set the path for the log file.
setLogType(int) - Method in class com.moneythumb.convert.util.OptionsPDF
Set the type of the log file
setMonthSeq(int) - Method in class com.moneythumb.convert.util.OptionsPDF
Set which statement to process if there are multiple (i.e.
setNeedAlphas(boolean) - Method in class com.moneythumb.convert.util.OptionsPDF
 
setNosepdates(boolean) - Method in class com.moneythumb.convert.util.OptionsPDF
Set the option for whether dates must have a separator.
setOnecurrencycol(boolean) - Method in class com.moneythumb.convert.util.OptionsPDF
 
setOutputType(int) - Method in class com.moneythumb.convert.util.OptionsPDF
Set the method for returning transactions
setPagewidth(Float) - Method in class com.moneythumb.convert.util.OptionsPDF
 
setPassword(String) - Method in class com.moneythumb.convert.util.OptionsPDF
Set the password required to read a password protected PDF
setProgressupdate(BKProgressUpdate) - Method in class com.moneythumb.convert.util.OptionsPDF
Deprecated.
- use setProgressUpdate instead
setProgressUpdate(ConverterSetProgress) - Method in class com.moneythumb.convert.util.OptionsPDF
Set method to receive updates as the OCR processing proceeds
setReadUSDates(boolean) - Method in class com.moneythumb.convert.util.OptionsPDF
Set the format for reading dates
setRunOCRThread(boolean) - Method in class com.moneythumb.convert.util.OptionsPDF
Flag for running OCR in a separate thread.
setSpacing(Float) - Method in class com.moneythumb.convert.util.OptionsPDF
 
setStartAccount(String) - Method in class com.moneythumb.convert.util.OptionsPDF
 
setStatementSeq(int) - Method in class com.moneythumb.convert.util.OptionsPDF
Deprecated.
- use setMonthSeq instead
setTrackingID(String) - Method in class com.moneythumb.convert.util.OptionsPDF
Set an optional tracking ID on the conversion.
setWriteUSDates(boolean) - Method in class com.moneythumb.convert.util.OptionsPDF
Set the format for writing dates to csv files
setYear(int) - Method in class com.moneythumb.convert.util.OptionsPDF
 

T

TaxForm - Class in com.moneythumb.convert.util
Class to hold information from a tax form
TaxItem - Class in com.moneythumb.convert.util
Class to hold a single tax line item
TaxItem(int, String, String, int, BigDecimal, int, String) - Constructor for class com.moneythumb.convert.util.TaxItem
 
toString() - Method in class com.moneythumb.convert.util.BankTransaction
 
toString() - Method in class com.moneythumb.convert.util.ConverterResults
 
TRANS_BYTES - Static variable in class com.moneythumb.convert.util.OptionsPDF
 
TRANS_CSV - Static variable in class com.moneythumb.convert.util.OptionsPDF
 
TRANS_JSON - Static variable in class com.moneythumb.convert.util.OptionsPDF
 
TRANS_POJO - Static variable in class com.moneythumb.convert.util.OptionsPDF
 
B C G I L M N O P S T 
Skip navigation links