Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/kpouer/pdf-streamer


https://github.com/kpouer/pdf-streamer

Last synced: about 1 month ago
JSON representation

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.