pdf-word-count

Crates.iopdf-word-count
lib.rspdf-word-count
version0.1.0
sourcesrc
created_at2018-05-19 17:43:06.97531
updated_at2018-05-20 00:27:32.238954
descriptionDisplays the number of lines, words and characters in a PDF
homepage
repositoryhttps://github.com/ekmartin/pdf-word-count
max_upload_size
id66211
size7,121
Martin Ek (ekmartin)

documentation

README

pdf-word-count Build Status

Displays the number of lines, words and characters in a PDF.

Installation

$ cargo install pdf-word-count

Usage

The numbers are still bound to be quite wrong — work in progress.

$ pdf-wc < raft.pdf
Commit count: 16

cargo fmt