pymupdf / RAG

RAG (Retrieval-Augmented Generation) Chatbot Examples Using PyMuPDF
https://pymupdf.readthedocs.io/en/latest/pymupdf4llm
GNU Affero General Public License v3.0
302 stars 57 forks source link

Write Images not working #120

Closed neilbhutada closed 1 month ago

neilbhutada commented 1 month ago

When I now use save_image = True and even mention the image directory using the image_path, no images get saved out.

This is happening with every pdf. This was not the issue before the fix you made for images that had no width and height.

neilbhutada commented 1 month ago

Sorry fixed this issue :)