VikParuchuri / marker

Convert PDF to markdown quickly with high accuracy
https://www.datalab.to
GNU General Public License v3.0
17.98k stars 1.03k forks source link

concurrent error #343

Open l1ghtyagam1Jin opened 1 week ago

l1ghtyagam1Jin commented 1 week ago
raise self._exception

concurrent.futures.process.BrokenProcessPool: A process in the process pool was terminated abruptly while the future was running or pending.

This only happens when I try to parse some huge pdf files and using the conver_single_pdf function. It's all good when I tried with some 20 pages files and they are totally fine or using command line in terminal with huge pdf files.