extractor: back has id too you know
All checks were successful
build-and-deploy / build-deploy (push) Successful in 34s

This commit is contained in:
androidlover5842
2026-02-01 01:41:41 +05:30
parent 1b7ee1004c
commit 683b0f133e

View File

@@ -108,8 +108,8 @@ class DocumentExtractionService(
if (hasAddress) {
val addressQuestions = linkedMapOf(
DocumentPrompts.PIN_CODE,
DocumentPrompts.ADDRESS
)
DocumentPrompts.ADDRESS,
DocumentPrompts.ID_NUMBER)
for ((key, question) in addressQuestions) {
results[key] = askWithContext(ocrText, localImageUrl, question)
}