Skip to content

Latest commit

 

History

History
34 lines (21 loc) · 490 Bytes

index.rst

File metadata and controls

34 lines (21 loc) · 490 Bytes

Red Stork

Yet another PDF parser. This one is based on PDFium engine.

Quick Start

Sample:

from redstork.document import Document

doc = Document('sample.pdf')
print('Number of pages:', len(doc))

tutorial.rst reference.rst

Indices and tables

  • genindex
  • modindex
  • search
  • glossary