Extract Tables From PDF
Getting data from a PDF file into an Excel file is a major pain in the ass. A lot of people resort to manually copying it. If you want to automate the conversion follow the steps below
- Go to bankstatementconverter.com
- Click the Convert a PDF button

- Select the PDF you want to convert
- Wait for it to finish uploading
- Press the inspect button

- You should be taken to a page where you can see the PDF you uploaded.

- Drag a rectangle region onto the page. You should see something like the screenshot below. Keep dragging regions until you’ve selected all the data you want to extract.

- Click the Export Selections button. You should see a page like the screenshot below:

- Press the Download button. A CSV with the data you want should start downloading.
That’s it! If you have special requirements or questions feel free to send us an email
Twitter OAuth 1.0a with Ktor
I’ve been working on a new project that requires lots of different social sign in providers. This meant I needed to learn what OAuth is and how to create the APIs to communicate with OAuth providers like Facebook, Google, Github and… Twitter. The first three providers were very easy to work with, Twitter was not. I spent about five hours reading Twitter’s documentation, going through blog post and libraries and writing code. This is how I got it working.
Convert Scanned Bank Statements to Excel
A few weeks ago I got an email from a user in Australia, it read “I uploaded a bank statement and nothing happens How do I see the converted file?”. I took a look at my Grafana dashboards and figured out this user had uploaded an image based PDF, probably a scanned bank statement. I’ve replied to quite a few users telling us that scanned documents don’t work. I fished out a reply from my sent folder and sent it to this user.