Smart Scanner Architecture

Smart Scanner API is a RESTful API with JSON in HTTP requests and responses. This API has predictable resource-oriented URLs, and uses standard HTTP response codes, authentication, and verbs.

Scanner has NO storage on the backend side.

It processes the image by consuming Google Vision API and further text detection and pattern matching algorithm, but does not save any data.

The following figure depicts the architecture of Smart Scanner.

Smart Scanner Architecture