-
Notifications
You must be signed in to change notification settings - Fork 123
Images in table #21
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Labels
Comments
No, this is currently not supported. |
Having the same issue and a fix would be well appreciated :) |
Has anyone solved this problem |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hello,
My PDF file contains long tables, and the tables include images. I tried
md_text = pymupdf4llm.to_markdown("input.pdf", write_images=True)
and the result was that the images were extracted but placed below the table.
However, I want the images to be inside the table. like:
How can I achieve this?
Best
The text was updated successfully, but these errors were encountered: