CoolFace
Apppublic

PellelNitram/xournalpp_htr

sourceHugging Faceupdated 2d agoView on Hugging Face
0likes
config.lua14 linesDownload Raw Back to plugin
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