Spaces:
Runtime error
Runtime error
Update InitialMarkups.py
Browse files- InitialMarkups.py +2 -1
InitialMarkups.py
CHANGED
|
@@ -11,7 +11,8 @@ baselink='https://findconsole-initialmarkups.hf.space/view-pdf?'
|
|
| 11 |
newlink='https://findconsole-initialmarkups.hf.space/view-highlight?'
|
| 12 |
|
| 13 |
|
| 14 |
-
|
|
|
|
| 15 |
from io import BytesIO
|
| 16 |
import re
|
| 17 |
import requests
|
|
|
|
| 11 |
newlink='https://findconsole-initialmarkups.hf.space/view-highlight?'
|
| 12 |
|
| 13 |
|
| 14 |
+
from urllib.parse import urlparse, unquote
|
| 15 |
+
import os
|
| 16 |
from io import BytesIO
|
| 17 |
import re
|
| 18 |
import requests
|