pymupdf / RAG

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

Update pdf_markdown_reader.py #166

Closed levente-murgas closed 1 month ago

levente-murgas commented 1 month ago

Did not see any real value in this print, while it does pollute the standard stream of applications using this library. Moreover, applications relying on JSON logging can be broken because of this, therefore I removed it.

JorjMcKie commented 1 month ago

Thanks for your contribution - we appreciate it.

We do however see value in this statement and will keep it, albeit in a way that allows suppressing its appearance.