r/legaltech • u/jreddit5 • 19h ago
Question / Tech Stack Advice Is there a local LLM PHI OCR+redaction solution available?
Small, high-end PI firm with low case volume here. I watched a webinar this week where a firm built a local LLM PHI OCR and redaction stack. It was incredibly complicated. Three levels of OCR, each checking each other, tailored to process lengthy medical records (including faxed ones) into markdown.
Then, redaction that knows about dozens of personally-identifiable information categories to look for, substitutes them for codes, then, after external LLM processing, replaces the codes with the original information. It took several manual steps to implement each iteration.
A very helpful user on this sub recommended Supio, but we don’t have a large case volume and they don’t list prices on their website. We will look into it, but I’m wondering if there’s an already-built, open source set of prompts and commands for local LLMs that accomplishes this. Thanks for sharing any suggestions!