marker icon indicating copy to clipboard operation
marker copied to clipboard

Image paths

Open MikelAhedo opened this issue 9 months ago • 0 comments

Hi,

First of all, thanks for this amazing work! I've made many tests and it works great.

However, I'm having a problem that I can't solve. It's probably silly, but I can't get it to work.

For the task I'm doing, I need to replace each image with its corresponding path. That is, I don't want it to process the images and describe their content or transfer to markdown format what it is seeing with the OCR. I just want to save the image in a directory and assign it a path --> ![ ] (path).

Some pictures, especially when they don't contain text, appears directly in this format, but specially with those pictures with text tries to convert to markdown.

Is there any way to get all the images to display them with ![ ] (path)? I guess it is not using the --disable_image_extraction parameter is it?

MikelAhedo avatar Mar 05 '25 16:03 MikelAhedo