Validate Aadhaar and retry extraction
All checks were successful
build-and-deploy / build-deploy (push) Successful in 32s
All checks were successful
build-and-deploy / build-deploy (push) Successful in 32s
This commit is contained in:
@@ -3,7 +3,7 @@ package com.android.trisolarisserver.controller
|
||||
object DocumentPrompts {
|
||||
val NAME = "name" to "NAME? Reply only the name or NONE."
|
||||
val DOB = "dob" to "DOB? Reply only date or NONE."
|
||||
val ID_NUMBER = "idNumber" to "ID NUMBER? Reply only number or NONE."
|
||||
val ID_NUMBER = "idNumber" to "ID NUMBER? Read extremely carefully. Reply only number or NONE."
|
||||
val ADDRESS = "address" to "POSTAL ADDRESS ONLY (street/area/city/state). Ignore IDs, UUIDs, and codes. Reply only address or NONE."
|
||||
val PIN_CODE = "pinCode" to "POSTAL PIN CODE (6 digits). Do NOT return Aadhaar or 12-digit numbers. Reply only pin or NONE."
|
||||
val CITY = "city" to "CITY? Reply only city or NONE."
|
||||
|
||||
Reference in New Issue
Block a user