Skip to content

Commit

Permalink
docs: readme
Browse files Browse the repository at this point in the history
  • Loading branch information
dhdaines committed Feb 20, 2025
1 parent fa91ff2 commit b23d1ea
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,10 +29,10 @@ Nonetheless, you will notice in this comparison that:
- PLAYA has no dependencies and no C++
- PLAYA is MIT licensed

PLAYA is also very good at reading logical structure trees. On the
zoning bylaw above, extracting the entire tree with its text contents
as JSON using `playa --structure` takes only 23 seconds, whereas
`pdfplumber --structure-text` takes 69 seconds and `pdfinfo
PLAYA is also very good at reading logical structure trees. On my
town's 486-page zoning bylaw, extracting the entire tree with its text
contents as JSON using `playa --structure` takes only 23 seconds,
whereas `pdfplumber --structure-text` takes 69 seconds and `pdfinfo
-struct-text` (which doesn't output JSON) takes 110 seconds.

I cannot stress this enough, *text extraction is not the primary use
Expand Down

0 comments on commit b23d1ea

Please sign in to comment.