bonrix commited on
Commit
1cc44c4
·
1 Parent(s): fef5ee3

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -15,7 +15,7 @@ def perform_ocr1(image):
15
 
16
 
17
  with gr.Blocks() as demo:
18
- gr.Markdown("Perform OCR using different methods.")
19
  with gr.Tab("OCR Function 1"):
20
  image_input1 = gr.inputs.Image()
21
  text_output1 = gr.outputs.Textbox()
 
15
 
16
 
17
  with gr.Blocks() as demo:
18
+ gr.Markdown("OCR (Optical Character Recognition) methods use algorithms to analyze images, recognize characters, and convert them into editable text. Popular tools like Tesseract OCR, Google Cloud Vision API, and Microsoft Azure Cognitive Services OCR efficiently perform this task, enabling data extraction and document digitization from images.")
19
  with gr.Tab("OCR Function 1"):
20
  image_input1 = gr.inputs.Image()
21
  text_output1 = gr.outputs.Textbox()