Update app.py
Browse files
app.py
CHANGED
@@ -13,9 +13,9 @@ Original file is located at
|
|
13 |
In this notebook, I created an interactive web application using Gradio to facilitate the OCR process and allow users to perform keyword searches on the extracted text.
|
14 |
"""
|
15 |
|
16 |
-
|
17 |
-
|
18 |
-
|
19 |
|
20 |
"""**Library Imports**:
|
21 |
|
|
|
13 |
In this notebook, I created an interactive web application using Gradio to facilitate the OCR process and allow users to perform keyword searches on the extracted text.
|
14 |
"""
|
15 |
|
16 |
+
#!pip install gradio
|
17 |
+
#!pip install -q tiktoken verovio
|
18 |
+
#!pip install pytesseract
|
19 |
|
20 |
"""**Library Imports**:
|
21 |
|