Crate livre

Crate livre 

Source
Expand description

Livre (pronounced [livʁ], the French word for book) aims to provide a set of type-safe tools to read PDF content.

Modules§

content
Utilities for parsing and manipulating page content.
extraction
Definition of the extraction logic, organised around one main trait: Extract - and its implementation for primitive types.
follow_refs
A set of primitives that extend the extraction module to follow references and extract indirect objects in order to “build” more complex PDF structures.
structure
Types that describe the structure of a PDF document and their extraction strategies.

Macros§

debug

Structs§

InMemoryDocument