From be291f2772e7c606cabcede7b42587bbfb20ea7b Mon Sep 17 00:00:00 2001 From: Kevin Boyer Date: Thu, 15 Aug 2024 15:03:40 -0400 Subject: [PATCH] Update app.py --- 03-document-classification/app.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/03-document-classification/app.py b/03-document-classification/app.py index bce006e..2675666 100644 --- a/03-document-classification/app.py +++ b/03-document-classification/app.py @@ -20,8 +20,8 @@ def get_client(): If you can't CLEARLY and ACCURATELY read text from the image, mark the document as not legible. interface Evidence { + reason: string; // the justification for why the document provides this type of evidence evidence_type: "residency" | "identity" | "income" | "expenses" | "disability" | "immigration"; // what type of evidence the document corresponds to - reason: string; // the justification for the document providing this type of evidence } interface KeyValue {