explosion / explosion/spacy-layout
Section Heading Error
Open
- Dominant language
- Python
- Stars
- 911
- Forks
- 64
- PR merge metrics
- No merged PRs in 30d
Description
Hi,
I am using the following code to extract the section headers/headings from a scientific paper.
```python
for span in document.spans['layout']:
print(span._.heading)
```
It works on some headers, but most of time it will provide the incorrect headers. For example, it assumed the footnote as the header due to text formatting.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.