I am using DoclingLoader() , i want to parse document and get base 64 images from Markdown rather than OCR from inbuilt.
This capability is already in Docling, where you can mention convert.save_as_markdown(ImageRefMode.Embedded)
How can i do this with langchain docling?