Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kpouer/pdf-streamer
https://github.com/kpouer/pdf-streamer
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/kpouer/pdf-streamer
- Owner: kpouer
- License: mit
- Created: 2023-08-14T21:11:15.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-08-14T21:50:56.000Z (over 1 year ago)
- Last Synced: 2023-08-15T00:13:57.717Z (over 1 year ago)
- Size: 5.86 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# pdf-streamer
PDF streamer is a small library intended to stream PDF operations to some callbacks.
The main use is to extract text from PDF, but you can exploit it as you like.## Dependencies
This project uses the lopdf library (https://crates.io/crates/lopdf) and even copied and
modified some portinos of code.