Pdf Analyser is a tool to convert PDF files to CSV.
A YAML file defines what PDF files should be parsed and how the content is structured. Runnable examples can be found in the samples folder.
I'd recommend to export a sample file as txt. Then go to https://regex101.com/ and try to figure out the best matching patterns for your files.
You can start OCSoft.PdfAnalyser.exe from the command line like so.
OCSoft.PdfAnalyser.exe statements.yaml
A smarter way for windows users: You do not have to name your file .yaml but you can choose whatever file extension you like. This allows you to associate the extension with the OCSoft.PdfAnalyser.exe and automatically export all PDF data as one CSV file.
You can import the CSV into Power BI for further evaluation or into KYSA.
Pdf Analyser is licensed under the Clear BSD License. See License.txt for details.