Ruby: Reading PDF files

前端 未结 6 645
孤独总比滥情好
孤独总比滥情好 2020-12-02 06:05

I\'m looking for a fast and reliable way to read/parse large PDF files in Ruby (on Linux and OSX).

Until now I\'ve found the rather old and simple PDF-toolkit (a pd

6条回答
  •  野趣味
    野趣味 (楼主)
    2020-12-02 06:45

    If you just need to get the text content out of a pdf file, pdftohtml at sourceforge is efficient. it is not suited for dealing with images.

提交回复
热议问题