Tools for processing digitised artefacts
$ git clone https://github.com/nouvellesarchives/triangle.git
$ pip install -r requirements.txt (if required)
$ git fetch origin
$ git reset --hard origin/main
$ python triangle.py (-g/gui : false, true, auto)
IMPORT_FOLDER = os.path.join(os.path.expanduser("~/Documents"), "triangle/import/")
OUTPUT_FOLDER = os.path.join(os.path.expanduser("~/Documents"), "triangle/output/")
CONFIG_FILE = os.path.join(os.path.expanduser("~/Documents"), "triangle/config.json")
PLATFORM = platform.system()
SERVER_ADDR = "http://127.0.0.1:5000"