#127 · Primary category: NLP Tools & Text Processing
papermage
library supporting NLP and CV research on scientific papers
Project last updated:11/08/24
GitHub Stars
803
Forks
64
Contributors
10
License
Apache-2.0
Why we included this project
If you work with scientific PDFs and need to get from raw pages to something a model can actually use, papermage handles the messy middle. It parses a PDF into a single Document object with multiple segmentations, pages, rows, tokens, sentences, sections, figures, tables, and equations, all cross-referenced so you can move from a sentence to its rows or a page to its captions. That layered structure is what saves you from writing your own extraction and alignment code; parsers, rasterizers, and ML predictors all share the same data model. The recipe-based API makes it quick to pick up for prototyping attributed QA, information extraction, or layout-aware work on scholarly papers. One caveat worth knowing: this is a research prototype from EMNLP 2023 and is not actively maintained, so treat it as a reference implementation and data model rather than a production dependency.
Articles for this project
No articles for this project yet.
To suggest a topic or contribute an article, contact us.
Related projects in this category
flair
A very simple framework for state-of-the-art Natural Language Processing (NLP)
compromise
modest natural-language processing
tokenizers
💥 Fast State-of-the-Art Tokenizers optimized for Research and Production
CoreNLP
CoreNLP: A Java suite of core NLP tools for tokenization, sentence segmentation, NER, parsing, coreference, sentiment analysis, etc.
Chinese-Word-Vectors
100+ Chinese Word Vectors 上百种预训练中文词向量