You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Running the pdf.layout.fetch recipe seems to always exit with:
ℹ Creating preprocessed PDFs
✔ Saved fetched data to local file
assets/my_file.jsonl
-> Cannot close object, library is destroyed. This may cause a memory leak!
zsh: bus error python -m prodigy pdf.layout.fetch assets/my_file.jsonl
The output is there, but the memory leak warnings seem like a concern. I see similar output if I CTRL+C during docling parsing; maybe the prodigy recipe is causing the parser to exit prematurely?
You can reproduce this with this PDF by putting it in a directory called pdf_test and running something like:
Filing this here since https://github.com/explosion/prodigy-pdf doesn't have issues enabled.
Running the
pdf.layout.fetch
recipe seems to always exit with:The output is there, but the memory leak warnings seem like a concern. I see similar output if I CTRL+C during docling parsing; maybe the prodigy recipe is causing the parser to exit prematurely?
You can reproduce this with this PDF by putting it in a directory called
pdf_test
and running something like:Software versions:
Hardware: Apple M3 Pro, MacOS 14.7.1
The text was updated successfully, but these errors were encountered: