Crates.io | cli-text-reader |
lib.rs | cli-text-reader |
version | 0.1.8 |
source | src |
created_at | 2024-06-14 19:07:10.465009 |
updated_at | 2024-11-05 12:45:53.283384 |
description | A less like CLI text reader |
homepage | |
repository | https://github.com/kruserr/rustic-reader |
max_upload_size | |
id | 1272302 |
size | 30,680 |
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