File tree Expand file tree Collapse file tree 1 file changed +1
-5
lines changed Expand file tree Collapse file tree 1 file changed +1
-5
lines changed Original file line number Diff line number Diff line change @@ -15,11 +15,7 @@ So lets go.
15
15
16
16
There are two potential options for building this in the simplest scale. We will go through building the Flask
17
17
layer here as a simple means to have an API resource we can hit from a frontend framework in order to make
18
- and application based around this.
19
-
20
- We also will provide a tagged commit that will utilize the serverside to generate the HTML needed for the frontend
21
- to take in an ` image_url ` and output its text as interpreted per our OCR engine. This tutorial will not go into the
22
- detail of generating the UI pieces, but the code is provided, and quite simple.
18
+ and application based around this. The other is to generate the HTML serverside. We will take the former approach.
23
19
24
20
First, we have to install some dependencies. As always, configuring your environment is 90% of the fun.
25
21
You can’t perform that action at this time.
0 commit comments