Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -109,7 +109,7 @@ Optical Character Recognition (OCR) is a technology used to convert different ty
|
|
| 109 |
Please upload an image and select the correct order of steps to perform OCR. You can also adjust the threshold value using the slider.
|
| 110 |
"""
|
| 111 |
|
| 112 |
-
example_image_path = "
|
| 113 |
|
| 114 |
# Load the example image
|
| 115 |
example_image = np.array(Image.open(example_image_path))
|
|
|
|
| 109 |
Please upload an image and select the correct order of steps to perform OCR. You can also adjust the threshold value using the slider.
|
| 110 |
"""
|
| 111 |
|
| 112 |
+
example_image_path = "origin.png" # Provide the path to your example image
|
| 113 |
|
| 114 |
# Load the example image
|
| 115 |
example_image = np.array(Image.open(example_image_path))
|