2 stable releases
new 1.0.3 | Nov 30, 2024 |
---|
#3 in #research
177 downloads per month
79KB
1K
SLoC
Rust Research Paper Parser (rsrpp)
RuSt Research Paper Parser (rsrpp)
The rsrpp
library provides a set of tools for parsing research papers.
Quick Start
Pre-requirements
- Poppler:
sudo apt install poppler-utils
- OpenCV:
sudo apt install libopencv-dev clang libclang-dev
Installation
To start using the rsrpp
library, add it to your project's dependencies in the Cargo.toml
file:
cargo install rsrpp-cli
rsrpp --help
A Rust project for research paper pdf.
Usage: rsrpp [OPTIONS] --pdf <PDF>
Options:
-p, --pdf <PDF>
-o, --out <OUT>
-h, --help Print help
-V, --version Print version
Releases
1.0.2
- Updated the
Section
module.content: String
was replaced bycontent: Vec<TextBlock>
.
1.0.3
- added cli -> rsrpp-cli.
Dependencies
~21–53MB
~827K SLoC