I need a simple web application that takes a scan of an ID, extracts name, address, and CNP, and inserts these into one of 10 pre-defined Word templates.
It should work with Romanian IDs!
For privacy/GDPR reasons, the OCR processing should be done on the front-end
The app should be either a pure NodeJS application or (ideally) should be deploy-able using Docker Compose.
Using paid libraries or (GDPR-compliant) APIs is acceptable, as long as they are available with a lifetime or reasonable yearly license (not pay per scan).
I am mainly interested in the OCR extraction logic, namely correctly identifying the name, CNP, and address from Romanian IDs. It should also work with European passports and IDs.
I can help with the rest the code.
... Show more