Update module_ocr.py
Browse files- module_ocr.py +1 -0
module_ocr.py
CHANGED
@@ -9,6 +9,7 @@ import gradio as gr
|
|
9 |
import ocr
|
10 |
import pdf2image
|
11 |
import tempfile
|
|
|
12 |
|
13 |
#
|
14 |
# Process one file
|
|
|
9 |
import ocr
|
10 |
import pdf2image
|
11 |
import tempfile
|
12 |
+
import os
|
13 |
|
14 |
#
|
15 |
# Process one file
|