What's the best way to import/read data from pdf files?

前端 未结 4 1236
暗喜
暗喜 2021-01-01 04:59

We get a large amount of data from our clients in pdf files in varying formats [layout-wise], these files are typically report output, and are typically properly annotated [

4条回答
  •  迷失自我
    2021-01-01 05:38

    We use Xpdf in one of our applications. Its a c++ library which is primarily used for pdf rendering, although it does have a text extractor which could be useful for this project.

提交回复
热议问题