marker
marker copied to clipboard
subprocess.CalledProcessError: Command 'marker /data/mypdf/data/tmp /data/mypdf/tmp_pdf --workers 2 --max 2 ' died with <Signals.SIGSEGV: 11>.
File "/data/miniconda3/envs/markerenv/lib/python3.10/site-packages/flask/app.py", line 865, in dispatch_request return self.ensure_sync(self.view_functions[rule.endpoint])(**view_args) # type: ignore[no-any-return] File "/data/mypdf/web_marker.py", line 30, in upload_pdf subprocess.run(command, shell=True, check=True) File "/data/miniconda3/envs/markerenv/lib/python3.10/subprocess.py", line 526, in run raise CalledProcessError(retcode, process.args, subprocess.CalledProcessError: Command 'marker /data/mypdf/data/tmp /data/mypdf/tmp_pdf --workers 2 --max 2 ' died with <Signals.SIGSEGV: 11>.