We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d70d6e1 commit d92dcd7Copy full SHA for d92dcd7
apps/common/handle/impl/text/doc_split_handle.py
@@ -44,7 +44,7 @@ def image_to_mode(image, doc: Document, images_list, get_image_id):
44
if len([i for i in images_list if i.id == image_uuid]) == 0:
45
image = File(id=image_uuid, file_name=part.filename, meta={'debug': False, 'content': part.blob})
46
images_list.append(image)
47
- return f''
+ return f'![{part.filename.replace("[", "").replace("]", "")}](./oss/file/{image_uuid})'
48
return None
49
50
0 commit comments