The distinction most teams get wrong
There are two different minimisations, and conflating them produces privacy claims that do not survive a question from a security reviewer.
Output minimisation is choosing which fields end up in your structured data. It is real and worth doing: if you never store the full Social Security number, it cannot leak from your database. Source minimisation is choosing which documents get sent at all. Only the second one reduces what the processor handles, because OCR and extraction operate on the entire page regardless of how narrow your schema is.
So when someone asks "does it see the SSN?", the honest answer for any document-extraction service is: the page was processed, so yes; whether the number lands in your output depends on your schema, and whether the source file is retained depends on the vendor’s retention practice.