How can we achieve the coexistence of images and text? #11023
Replies: 2 comments 14 replies
-
|
RAGFlow can extract images from PDFs and associate them with text chunks during parsing. When you query the API (for example, Currently, RAGFlow does not natively output markdown with image links; images are rendered inline in chat/search responses if present, but not as markdown links. If you want markdown output with image links, you can post-process the chunked output: for each chunk with an Compared to Dify, which supports markdown image links out of the box, RAGFlow requires this manual step. There’s no config option to change this behavior yet reference. If you need a script or example for converting chunked output to markdown with image links, let me know! To reply, just mention @dosu. How did I do? Good | Irrelevant | Incorrect | Verbose | Hallucination | Report 🐛 | Other |
Beta Was this translation helpful? Give feedback.
-
|
Are you meaning you prefer to have the image url in chunks so that you can share this url with others?
|
Beta Was this translation helpful? Give feedback.

Uh oh!
There was an error while loading. Please reload this page.
-
I’ve noticed that when I use the manual mode to parse PDF documents, ragflow now uses a vision model to parse images in the documents, but the results aren’t quite ideal. Is there any way to output images via links? This would make it easier for others to understand.
Previously, I thought of converting PDFs to markdown and using image links in the markdown to output images, and I successfully did this on Dify, but I haven’t found a good way to do it in ragflow yet.
Would anyone who has managed to output images be kind enough to share some advice?
Beta Was this translation helpful? Give feedback.
All reactions