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
and the result was that the images were extracted but placed below the table.
| Col1 | Col2 | Image |
|---|---|---|
| Text | Text | |
| Text | Text | |
| Text | Text | |
![image1](images1.png)
![image2](images2.png)
![image3](images3.png)
However, I want the images to be inside the table. like:
| Col1 | Col2 | Image |
|---|---|---|
| Text | Text | ![image1](images1.png) |
| Text | Text | ![image2](images2.png) |
| Text | Text | ![image3](images3.png) |
How can I achieve this?
Best
The text was updated successfully, but these errors were encountered:
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: