br-invoice-parser 0.1.13

A Rust library for parsing invoices and bills from PDF and XLSX files
Documentation
## 检测文件包含

````shell
cargo package --list
````

## 检测合规

````shell
cargo publish --dry-run
````

## 上传打包

````shell
cargo publish
````

## 代码检查

`````shell
cargo clippy --all-targets --all-features -- -D warnings
`````