Closed YanSte closed 6 months ago
Just encountered this issue. Eagerly awaiting this fix. Thanks.
I have this problem too, I will add it to this pull request as well.
with error: name 'page' is not defined.
Interestingly, when I roll back to version 0.0.1, i get:
AttributeError: module 'pymupdf4llm' has no attribute 'to_markdown'
Yes you have to remove fully.
Or you can base on my PR. I'm trying to fix the issues.
@JorjMcKie some issue are on
pathname = save_image(page<<
@xdave I think I fixed all the issues. You can try with my branch
@YanSte confirmed works
Perfect thanks for your support, now let's wait for approval from @JorjMcKie.
Thank you!
@JorjMcKie Just check save_image with None for the vec image I wasn't sure about.
Hi @JorjMcKie,
I noticed some issues with the import. I've fixed them.
PS: Version 0.0.2 does not work without this fix.