From e45fb41e1b62679160064fbcca8d08e81ca2059fbabe52f35690d960441f5d18 Mon Sep 17 00:00:00 2001 From: Techognito Date: Thu, 14 Aug 2025 22:29:41 +0200 Subject: [PATCH] Update README.md --- README.md | 13 ++++++++----- 1 file changed, 8 insertions(+), 5 deletions(-) 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