i am trying to scan an uploaded document to be able to fill in specified data from a document, such as KTP(indo) taking the information from a picture of that KTP and inputting it into the required fields such as address, Date of Birth, Name, NIK, so on and so forth.
right now i am only able to upload a document and am wondering if there is a way to scan through that document
Like
2 comments
16:53 Mar 19, 2025
This task will require an OCR SDK/API to extract the data from the file. Then you can use the extracted data to update the record.
Show all comments