View Source PdfToText

Extracts text from a PDF file. Still just an experiment 🎉

license

License

Using GPLv2 due to the usage of said license on Poppler.

installation

Installation

install-rust

Install Rust

Use Rustup to install Rust: curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh

install-poppler

Install Poppler

  • For OSX: brew install poppler
  • For Debian: apt-get install libpoppler-glib-dev

add-dependency-to-elixir-project

Add dependency to Elixir project

def deps do
  [
    {:pdf_to_text, git: "https://github.com/remoteoss/pdf_to_text.git"}
  ]
end