9 releases

new 0.1.8 Nov 5, 2024
0.1.7 Nov 4, 2024
0.1.6 Oct 19, 2024
0.1.3 Sep 22, 2024
0.1.1 Jun 14, 2024

#1710 in Parser implementations

Download history 90/week @ 2024-07-16 28/week @ 2024-07-23 4/week @ 2024-07-30 1/week @ 2024-09-03 2/week @ 2024-09-10 137/week @ 2024-09-17 49/week @ 2024-09-24 12/week @ 2024-10-01 270/week @ 2024-10-08 333/week @ 2024-10-15 29/week @ 2024-10-22 32/week @ 2024-10-29

675 downloads per month
Used in 7 crates

AGPL-3.0

20KB
217 lines

RusticReader

A minimalistic ebook reader

Overview

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.

Features

  • CLI client
    • Converts regular or scanned PDF or EPUB to plain text
    • Justifies the plain text to specified column width
    • Horizontally centers the text
    • Minimalistic less like interactive reader with vim like bindings
    • Saves progress
    • Written in pure Rust
    • Cross platform
    • Each component in the CLI client is exposed as a UNIX style utility

Quick start guide

Install the CLI client

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

Documentation

Visit the Documentation

Roadmap

  • Plain text format support
  • PDF format support
  • EPUB format support
  • Convert scanned documents and images to plain text with ocrmypdf
  • Auto saving progress
  • Offline PWA web client
  • Server to sync progress
  • Integrated command line
  • Text highlighting
  • Extend server to sync books and highlights
  • Support more ebook and document formats
  • CLI client image to ascii art converter
  • Natural sounding ai voice model for text to speech narration

Dependencies

~20MB
~311K SLoC