An Azure service that turns documents into usable data. Previously known as Azure Form Recognizer.
Interesting issue. It looks like the model is trying to infer the numeric value from surrounding fields instead of relying only on the written text, which can definitely cause problems in financial workflows. Using confidence scores and separate validation logic sounds like the safest workaround for now. For any system where calculations must be precise, I usually recommend an independent verification step with a simple GWA calculator or similar tool logic to cross-check outputs before final processing.