Tag: pdf2DB

  • Interpreting pdf to database(sqlite)

    In making the http://isthistaxilegal.apphb.com I have had the need to parse pdf files,that contains tables inside. A more daunting task is hard. I have investigating the existing software – and the most used one was https://github.com/tabulapdf – however,not even him was closed to achieve . The problem was not transforming the pdf into text. The…