PellelNitram/xournalpp_htr
0
1local _M = {}2 3-- user settings4_M.python_executable = "/path/to/python"5_M.xournalpp_htr_path = "/path/to/xournalpp_htr/run_htr.py"6_M.pipeline = "dummy"7_M.output_file = "/path/to/output.pdf"8_M.debug_HTR_command = false9-- TODO: allow UI to set other parameters as well of `xournalpp_htr`.10 11-- TODO replace later w/ temp exported file - filename will be derived automatically12_M.filename = "/path/to/input.xoj"13 14return _M