titipata / pubmed_parser

:clipboard: A Python Parser for PubMed Open-Access XML Subset and MEDLINE XML Dataset
http://titipata.github.io/pubmed_parser/
MIT License
559 stars 164 forks source link

Table parsing issues with parse_pubmed_table #118

Closed octotus closed 1 month ago

octotus commented 1 year ago

Using parse_pubmed_table with PMC535341.xml and PMC535340.xml (as test papers). In both cases, parse_pubmed_table is not retrieving table info. Other modules like parse_captions / paragraphs work fine.

Any hints at what am doing wrong will be helpful. Thanks.

raypereda-gr commented 1 year ago

I suggest posting code on the pull request. Clearly explain what you expected, or wanted, with a test case.

Additional nodes can be added to the parser.

Michael-E-Rose commented 1 month ago

Duplicate of #119