Spaces:
Runtime error
Runtime error
crystalchen
commited on
Update app.py
Browse files
app.py
CHANGED
@@ -4,7 +4,7 @@ os.system('python -m venv env')
|
|
4 |
os.system('source env/bin/activate')
|
5 |
## Install poppler in os
|
6 |
os.system('apt-get update')
|
7 |
-
os.system('
|
8 |
##
|
9 |
import os
|
10 |
from pdf2image import convert_from_path
|
|
|
4 |
os.system('source env/bin/activate')
|
5 |
## Install poppler in os
|
6 |
os.system('apt-get update')
|
7 |
+
os.system('apt-get install poppler-utils')
|
8 |
##
|
9 |
import os
|
10 |
from pdf2image import convert_from_path
|