iwfm.pdf2csv¶ iwfm.pdf2csv(input_file, output_file, verbose=False, log_file='pdf2csv.log')[source]¶ Read a PDF file and write tables to a csv file. Parameters: input_file (str) – name of input PDF file output_file (str) – name of output csv file verbose (bool, default=False) – turn command-line output on or off log_file (str, default='pdf2csv.log') – name of log file for warnings and errors Return type: nothing