Spaces:
Sleeping
Sleeping
Update yolo_text_extraction.py
Browse files- yolo_text_extraction.py +1 -1
yolo_text_extraction.py
CHANGED
@@ -5,7 +5,7 @@ from PIL import ImageFilter
|
|
5 |
from dotenv import load_dotenv
|
6 |
import numpy as np
|
7 |
|
8 |
-
from ocr_functions import
|
9 |
from pdf2image import convert_from_bytes
|
10 |
from multiprocessing import Pool
|
11 |
|
|
|
5 |
from dotenv import load_dotenv
|
6 |
import numpy as np
|
7 |
|
8 |
+
from ocr_functions import textract_ocr
|
9 |
from pdf2image import convert_from_bytes
|
10 |
from multiprocessing import Pool
|
11 |
|