Reading a PDF blob with PL/SQL and SQL
This is another article inspired by a recent request. That is, given a PDF file with tabular data, could I extract the data into a more human-usable format? Yes, it is possible but it requires multiple steps and does come with some caveats. The first step is converting the PDF into a format that is…