Autocomplete the user profile form from the document's photo
Continuing the theme of the development of Karma as a platform: we want to provide network members with the organization of additional services. So, for example, one of the infrastructural elements of the system is a service or company that performs KYC authorization of a potential borrower or creditor, with the possibility to publish information about a particular purse in the public distributed register of Karma without publishing information about its owner's personal data. One of the needs of such a service is a simple and quick way to fill out all forms associated with the client's personalization. For example, on the site of such a company.
User can take photo of document at registration stage, and the profile of user's Karma wallet should be auto-generated from the fields of the identity document instance, without manual form-fields input. And you can also scan the property registration certificate / driver's license and other documents and fill out the data required for applying for a loan from Karma.
- Code refactor
- Use *CV library on server/client side to crop *white-space* on image
- Use *CV library on server/client side to text block allocation
- Research on image optimization algorithms to improve the quality of allocated blocks
- Add several documents types to autocomplete list
$ npm install
$ npm start
$ npm run build
$ npm run prettier
MIT