-
Notifications
You must be signed in to change notification settings - Fork 120
Open
Description
Having trouble reading in this XML file with the generic XMLReader. It's downloaded from the WIPO patenscope site.
I run:
from chemdataextractor import Document
f = open('USpatenttest.xml', 'rb')
doc=Document.from_file(f)
And I get the error File "/home/ubuntu/miniconda3/envs/reverie_env/lib/python3.6/site-packages/chemdataextractor/reader/markup.py", line 208, in parse root = self._css(self.root_css, root)[0] IndexError: list index out of range
Any advice is greatly appreciated! Thanks
Metadata
Metadata
Assignees
Labels
No labels