vincent nazzareno contact fr · en

Freelance

Let the machine
read the documents

Your staff validates instead of typing. That is the whole promise, and it is also the only way to make automatic extraction acceptable in production.

python rag model apis output schema human review

The real problem

In many trades, a large share of the time goes into copying: reading an invoice, a statement, a contract, and carrying a dozen fields into a tool. The work is dull, expensive, and paradoxically unreliable, because attention drops with repetition.

The pipeline

Confidence, not accuracy

The first question people ask is the success rate. It is the wrong one. A pipeline that extracts correctly 95% of the time and stays silent about the other 5% is unusable, because you then have to recheck everything.

What makes the system workable is its ability to know when it does not know. Every extracted field carries a confidence level, and anything below the threshold goes to human review. The rest goes through on its own.

The metric that matters is not the correct-extraction rate, but the share of documents processed with no intervention, at a constant error rate.

What fails

Badly scanned documents, unusual layouts and genuine edge cases remain edge cases. The goal is not to solve them at any cost but to identify them reliably, so they land on someone's desk instead of turning into a silent error in the system.