dhanishetty commited on
Commit
0a4bebb
·
verified ·
1 Parent(s): de68c9b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -6
app.py CHANGED
@@ -41,14 +41,10 @@ def ocr_image_file(image1, end_point, API_Key):
41
 
42
  title = "Azure Cognitive Services"
43
  description = """
44
-
45
- # Computer Vision : OCR or Optical Character Recognition for text recognition or text extraction.
46
-
47
-
48
  <img src = "https://learn.microsoft.com/en-us/windows/images/azure-cognitive-services.png" width = 300px>
49
 
50
-
51
-
52
 
53
  """
54
 
 
41
 
42
  title = "Azure Cognitive Services"
43
  description = """
 
 
 
 
44
  <img src = "https://learn.microsoft.com/en-us/windows/images/azure-cognitive-services.png" width = 300px>
45
 
46
+ \n
47
+ # Computer Vision : OCR or Optical Character Recognition for text recognition or text extraction.
48
 
49
  """
50