`applicaation` should be `application`
This commit is contained in:
Vatsal Joshi 2018-10-03 11:26:45 +05:30 коммит произвёл GitHub
Родитель e4181ae964
Коммит a3ca26f068
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -17,7 +17,7 @@ The Sketch2Code solution is made up of the following components:
- A Microsoft Computer Vision Service: Provides OCR character recognition capabilites that can turn handwritten images into digital text.
- An Azure Blob Storage: All steps involved in the HTML generation process are stored, including the original image, prediction results, and layout grouping information.
- An Azure Function: Serves as the backend entry point that coordinates the generation process by interacting with all the services.
- An Azure web site: A frontend applicaation that enables the upload of a new design and outputs the generated HTML results.
- An Azure web site: A frontend application that enables the upload of a new design and outputs the generated HTML results.
These components form the architecture as follows:
![Sketch2Code Architecture](./images/architecture.png)