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 →