Extracting tabular data from a PDF: An example using Python and regular expressions
It is not uncommon for us to need to extract text from a PDF. For small PDFs with minimal data or text it's fairly straightforward to extract the data manually by using 'save as' or simply copying and pasting the data you need. For a recent project, however, we were asked to extract detailed address […]
Continue reading →