Refactored

This commit is contained in:
2020-12-10 22:47:09 +01:00
parent 59fe1c478f
commit c5aa6142ee
3 changed files with 14 additions and 1 deletions

View File

@@ -1,2 +1,14 @@
# 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"
```