diff --git a/README.md b/README.md index df17a0a..96ff367 100644 --- a/README.md +++ b/README.md @@ -5,16 +5,18 @@ A set of BASH scripts for turning PDFs that contain multiple rolltables into Jso ## Step 0 +```bash pdf2text something.pdf - +``` ## Step 1 greatSplitter.sh? i don't remember… This "detects" rolltables from the input file, and splits them into seperate files ## 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 auto steps: @@ -25,7 +27,8 @@ auto steps: ## Step 3 -`foundryrolltable.sh ["inputfile"] ["Title"]` - +```bash +fundryrolltable.sh ["inputfile"] ["Title"] +``` ## Step 4 create an empty rolltable in foundry, right click and import, upload JSON from step 3