Spaces:
Runtime error
Runtime error
Update app.py
Browse filesadd "import base64"
app.py
CHANGED
@@ -9,6 +9,7 @@ import os
|
|
9 |
|
10 |
from pdf2image import convert_from_path
|
11 |
import cv2
|
|
|
12 |
import numpy as np
|
13 |
import numpy as np
|
14 |
from PIL import Image
|
|
|
9 |
|
10 |
from pdf2image import convert_from_path
|
11 |
import cv2
|
12 |
+
import base64
|
13 |
import numpy as np
|
14 |
import numpy as np
|
15 |
from PIL import Image
|