Skip to content

Latest commit

 

History

History
5 lines (5 loc) · 423 Bytes

File metadata and controls

5 lines (5 loc) · 423 Bytes

DocValidator

A small app that validates a document using google's vision api, made on MVP pattern using RxJava2 Currently the app contains a single activity that has opens a camera to capture image of documents and then uses vision api to validate it. To run this app, you need to have an api key for vision. For a valid document, the app shows a toast stating the document is valid, if invalid it shows an error dialog.