Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Question]: Upload word files with images #4504

Open
fyt135 opened this issue Jan 16, 2025 · 2 comments
Open

[Question]: Upload word files with images #4504

fyt135 opened this issue Jan 16, 2025 · 2 comments
Labels
question Further information is requested

Comments

@fyt135
Copy link

fyt135 commented Jan 16, 2025

Describe your problem

I uploaded a word file and it has images in it, but after parsing it, I don't see the images in Chunk

@fyt135 fyt135 added the question Further information is requested label Jan 16, 2025
@fyt135
Copy link
Author

fyt135 commented Jan 16, 2025

Are there any recommended templates for word or md files? I'm not sure how to do efficient chunking.

Here is the content of the test md file

# 1、看板图

测试文本一

![微信图片_20250102082333](http://192.168.0.25:9000/knowledge/image/2025/01/16/微信图片_20250102082333_repeat_1737011261831__547968.jpg)


# 2、1panel

测试文本2

![Snipaste_2024-11-21_10-16-54](http://192.168.0.25:9000/knowledge/image/2025/01/16/Snipaste_2024-11-21_10-16-54_repeat_1737011293824__915546.png)

测试文本


# 3、员工表

| 姓名 | 年龄 | 地址 |
| ---- | ---- | ---- |
| 王五 | 23   | 浙江 |
| 张三 | 18   | 北京 |
| 李四 | 20   | 上海 |

image

@KevinHuSh
Copy link
Collaborator

RAGFlow didn't parse images in docx so far.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Further information is requested
Projects
None yet
Development

No branches or pull requests

2 participants