from_headers

1 usage across 1 PDF

Extracting Use-of-Force Records from Vancouver Police PDF

This PDF contains detailed records of Vancouver Police's use-of-force incidents, provided after a public records request by journalists. Challenges include its very very very small font size and lots of empty whitespace.

from natural_pdf.analyzers.guides import Guides

guides = Guides(page)
guides.vertical.from_headers(headers)
guides.show()
View full example →