I only found older (3+ years) posts regarding this topic, and I’m assessing the current state-of-the-art Web 2.0 approach.
I’m upgrading a WebApp that has a requirement to:
- Scan (or photograph) an I.D. Card.
- Perform OCR to scrape the text-based information into useable (String) data.
- Store the Scan (or photograph) of the I.D. Card.
Storing the Scan isn’t difficult. However, finding an ‘easy’ way to initially capture the image seems like a challenge. It’s way too cumbersome to have a user jump from a WebApp to a “local OS” app, perform a scan, and then bounce back to the WebApp to click thru a series of steps to find, and upload the file from the OS.
Some thoughts came to mind to make this more user-friendly…
- The WebApp displays a QR-code, the user reads it with a Mobile Phone (Xojo App), which proceeds to capture image and upload to the backend system, then pick back up in WebApp where the info is magically united.
- Use webcam to capture the scan directly into WebApp (does that exist? and if so, cross-platform and across all modern browsers?)
Thanks to anyone who took the time to read this, and for any thoughts - no matter how creative.