Update README.md

This commit is contained in:
Techognito 2025-08-14 22:29:41 +02:00
parent dd26a2ba38
commit e45fb41e1b

View file

@ -5,16 +5,18 @@ A set of BASH scripts for turning PDFs that contain multiple rolltables into Jso
## Step 0 ## Step 0
```bash
pdf2text something.pdf pdf2text something.pdf
```
## Step 1 ## Step 1
greatSplitter.sh? i don't remember… greatSplitter.sh? i don't remember…
This "detects" rolltables from the input file, and splits them into seperate files This "detects" rolltables from the input file, and splits them into seperate files
## Step 2 ## Step 2
`foundrycleaner.sh dice|title|numbers|sort|lines|auto [inputFile] [outputFile]` ```bash
fundrycleaner.sh dice|title|numbers|sort|lines|auto [inputFile] [outputFile]
```
recommended is auto, as that performes all changes recommended is auto, as that performes all changes
auto steps: auto steps:
@ -25,7 +27,8 @@ auto steps:
## Step 3 ## Step 3
`foundryrolltable.sh ["inputfile"] ["Title"]` ```bash
fundryrolltable.sh ["inputfile"] ["Title"]
```
## Step 4 ## Step 4
create an empty rolltable in foundry, right click and import, upload JSON from step 3 create an empty rolltable in foundry, right click and import, upload JSON from step 3