br-invoice-parser 0.1.10

A Rust library for parsing invoices and bills from PDF and XLSX files
Documentation
1
2
3
4
5
mod pdf;
mod xlsx;

pub use pdf::{ExtractedPage, PdfDocument, PdfExtractor};
pub use xlsx::{CellValue, SheetData, XlsxExtractor};