Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -15,7 +15,7 @@ def perform_ocr1(image):
|
|
15 |
|
16 |
|
17 |
with gr.Blocks() as demo:
|
18 |
-
gr.Markdown("
|
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()
|