pdfrs 0.1.0

A CLI tool to read/write PDFs and convert to/from markdown
Documentation
# Multiple Tables Test

## First Table

| Name | Age |
|------|-----|
| Alice | 30 |
| Bob | 25 |

Some text between tables.

## Second Table

| City | State | Population |
|------|-------|------------|
| NYC | NY | 8M |
| LA | CA | 4M |
| Chicago | IL | 3M |

More text after second table.