Marthee commited on
Commit
8e1f0d3
·
verified ·
1 Parent(s): eff29ba

Update InitialMarkups.py

Browse files
Files changed (1) hide show
  1. 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