bonrix JEET1812 commited on
Commit
a33c5c3
·
1 Parent(s): d42a735

Update app.py (#2)

Browse files

- Update app.py (e2913e6d30f0012adaceb23f2ad6b9a6246d0c52)


Co-authored-by: patel <JEET1812@users.noreply.huggingface.co>

Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -78,7 +78,7 @@ def text3(image):
78
  }
79
 
80
  with gr.Blocks() as demo:
81
- gr.Markdown("Perform OCR using different methods.")
82
  with gr.Tab("OCR Function 1"):
83
  image_input1 = gr.inputs.Image()
84
  text_output1 = gr.outputs.Textbox()
 
78
  }
79
 
80
  with gr.Blocks() as demo:
81
+ gr.Markdown("Various OCR (Optical Character Recognition) tools can convert images into text form. Some popular methods include Tesseract OCR, Google Cloud Vision API, and Microsoft Azure Cognitive Services OCR. These tools use advanced algorithms to analyze images, recognize characters, and convert them into editable text, enabling efficient data extraction and document digitization.")
82
  with gr.Tab("OCR Function 1"):
83
  image_input1 = gr.inputs.Image()
84
  text_output1 = gr.outputs.Textbox()