mirror of
https://github.com/kevinveenbirkenbach/bill-manager.git
synced 2024-11-22 09:21:03 +01:00
15 lines
254 B
Markdown
15 lines
254 B
Markdown
# bill-manager
|
|
Use tesseract ocr and bash to manage your bills
|
|
|
|
## Setup
|
|
Install necessary dependencies
|
|
```bash
|
|
./setup.sh
|
|
```
|
|
|
|
## Generate
|
|
To generate txt files from pdfs or jpges run:
|
|
```bash
|
|
bash ./generate.sh "./abc/billspath" "deu" "initialize"
|
|
```
|