Spaces:
Sleeping
Sleeping
Aumkeshchy2003
commited on
Update app.py
Browse files
app.py
CHANGED
@@ -2,7 +2,7 @@ import gradio as gr
|
|
2 |
from PIL import Image
|
3 |
import pytesseract
|
4 |
import re
|
5 |
-
from typing import
|
6 |
|
7 |
def tesseract_ocr(filepath: str, languages: List[str]):
|
8 |
image = Image.open(filepath)
|
|
|
2 |
from PIL import Image
|
3 |
import pytesseract
|
4 |
import re
|
5 |
+
from typing import List
|
6 |
|
7 |
def tesseract_ocr(filepath: str, languages: List[str]):
|
8 |
image = Image.open(filepath)
|