paperless-cli 2.1.0

Rust TUI and LLM-friendly client for Paperless-ngx
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
pub mod api;
pub mod config;
pub mod demo;
pub mod error;
pub mod pdf;
pub mod render;
pub mod security;
pub mod services;
pub mod tui;

pub use config::{AppConfig, AppPaths, OutputMode, SessionState};
pub use error::AppError;
pub use pdf::{read_local_pdf_info, read_local_pdf_text, PdfError, PdfInfo, PdfMetadata};