heussd / pdftotext-go

Extract texts + their page numbers from PDF

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

pdftotext-go

OpenSSF Scorecard

Extract texts with their corresponding page numbers from PDF files. Wraps the command line tool pdftotext (poppler-utils).

Usage

  1. poppler-utils must be installed and available in the path.
  2. go get "github.com/heussd/pdftotext-go"
  3. See tests for code examples.

About

Extract texts + their page numbers from PDF

License:MIT License


Languages

Language:Go 98.6%Language:Dockerfile 1.4%