You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The Idea of pdf to xml very impressive but one exception there when run this code at python2/3
Traceback (most recent call last):
File "pdf2xml.py", line 563, in
main(sys.argv)
File "pdf2xml.py", line 90, in main
tree = make_xml(objs,n,tree)
File "pdf2xml.py", line 511, in make_xml
xml = gen_xml(group_by(regobjs,n),n,xml)
File "pdf2xml.py", line 421, in group_by
for p in concave( sort_by_font (find_tables(objs)[0], 0 )[0],50,100)[0]:
File "pdf2xml.py", line 206, in concave
tmp.append(graph.nodes()[i])
File "/home/sambhu/env-2demo/local/lib/python2.7/site-packages/networkx/classes/reportviews.py", line 178, in getitem
return self._nodes[n]
KeyError: 8
The text was updated successfully, but these errors were encountered:
File "/Users/Cutthroat/anaconda3/envs/python2_pdfminer/lib/python2.7/site-packages/networkx/classes/reportviews.py", line 178, in getitem
return self._nodes[n]
KeyError: 2
The Idea of pdf to xml very impressive but one exception there when run this code at python2/3
Traceback (most recent call last):
File "pdf2xml.py", line 563, in
main(sys.argv)
File "pdf2xml.py", line 90, in main
tree = make_xml(objs,n,tree)
File "pdf2xml.py", line 511, in make_xml
xml = gen_xml(group_by(regobjs,n),n,xml)
File "pdf2xml.py", line 421, in group_by
for p in concave( sort_by_font (find_tables(objs)[0], 0 )[0],50,100)[0]:
File "pdf2xml.py", line 206, in concave
tmp.append(graph.nodes()[i])
File "/home/sambhu/env-2demo/local/lib/python2.7/site-packages/networkx/classes/reportviews.py", line 178, in getitem
return self._nodes[n]
KeyError: 8
The Idea of pdf to xml very impressive but one exception there when run this code at python2/3
Traceback (most recent call last):
File "pdf2xml.py", line 563, in
main(sys.argv)
File "pdf2xml.py", line 90, in main
tree = make_xml(objs,n,tree)
File "pdf2xml.py", line 511, in make_xml
xml = gen_xml(group_by(regobjs,n),n,xml)
File "pdf2xml.py", line 421, in group_by
for p in concave( sort_by_font (find_tables(objs)[0], 0 )[0],50,100)[0]:
File "pdf2xml.py", line 206, in concave
tmp.append(graph.nodes()[i])
File "/home/sambhu/env-2demo/local/lib/python2.7/site-packages/networkx/classes/reportviews.py", line 178, in getitem
return self._nodes[n]
KeyError: 8
The text was updated successfully, but these errors were encountered: