jrmuizel / pdf-extract

A rust library for extracting content from pdfs
364 stars 73 forks source link

extract text from memory #42

Closed scambier closed 1 year ago

scambier commented 1 year ago

With this function, pdf-extract can now load PDFs directly from memory, without the need of reading them from disk. My personal use-case is a wasm context, where disk access is off-limits.