Spaces:
Runtime error
Runtime error
Update app.py
#2
by
JEET1812
- opened
app.py
CHANGED
@@ -78,7 +78,7 @@ def text3(image):
|
|
78 |
}
|
79 |
|
80 |
with gr.Blocks() as demo:
|
81 |
-
gr.Markdown("
|
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()
|