Parsinator, a tale of a pdf parser

from blog Just Some Code, | ↗ original
Imagine one day, your boss asks you to read a pdf file to extract relevant information and build a request for your main API. That happened to me. My first thought was: “how in the world am I going to read the text on the pdf file?” This is how I built Parsinator. Parsinator is a library to turn structured and unstructured text into a...