2312
Comments (175)
sorted by:
You're viewing a single comment thread. View all comments, or full comment thread.
5
NahNovaBrah 5 points ago +5 / -0

I'm on mobile, otherwise I'd do it, but can you grep through all documents and create a word list sorted by how many times a word appears? ( sort | uniq -c | sort -n ) It might be an easy way to find names if not redacted. You could also look for sentences that have capitalized words in the middle to find names and places.

2
NeuroticIntrovert 2 points ago +2 / -0

Extracting all of the text from the PDFs is a bit outside of my wheelhouse, but I might take a crack at it later on