From bfb5b869420bc3b2193c836cc1eb2153a73324a3 Mon Sep 17 00:00:00 2001 From: dtranmobil <39326050+dtranmobil@users.noreply.github.com> Date: Wed, 3 Oct 2018 14:14:59 +1000 Subject: [PATCH] Update README.md --- Sketch2Code/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Sketch2Code/README.md b/Sketch2Code/README.md index f9dcf73..a38f9a9 100644 --- a/Sketch2Code/README.md +++ b/Sketch2Code/README.md @@ -5,7 +5,7 @@ ## Process flow The process of transformation of a handwritten image to HTML this solution implements is detailed as follows: -1. The user uploads an image through the website. +1. First, the user uploads an image through the website. 2. A custom vision model predicts what HTML elements are present in the image and their location. 3. A handwritten text recognition service reads the text inside the predicted elements. 4. A layout algorithm uses the spatial information from all the bounding boxes of the predicted elements to generate a grid structure that accommodates all.