Crates.io | cli-epub-to-text |
lib.rs | cli-epub-to-text |
version | 0.1.8 |
source | src |
created_at | 2024-07-21 11:40:36.026831 |
updated_at | 2024-11-05 12:45:30.415937 |
description | A CLI epub to plain text converter |
homepage | |
repository | https://github.com/kruserr/rustic-reader |
max_upload_size | |
id | 1310241 |
size | 24,265 |
A minimalistic ebook reader
The goal of this project is to build an ebook reader that has a minimal set of features, that make ebook reading enjoyable on a desktop computer. Furthermore we are building a seamless experience for reading ebooks, both on a desktop computer and a tablet or ereader with a browser.
cargo install --locked rustic-reader
rustic-reader document.pdf
for scanned document support
sudo apt install ocrmypdf tesseract-ocr-eng
then use the --ocr=true
flag
rustic-reader --ocr=true document.pdf
For further install instructions read the Getting started page
Visit the Documentation