Commit cc23ade4 authored by zhougaofeng's avatar zhougaofeng
Browse files

Update README.md

parent f0722376
......@@ -155,7 +155,17 @@ qwen-ocr模块启动成功:
<img src="doc/font.png"/>
</div>
若代码执行过程中报错,字体未找到,请向容器内添加字体后,再修改font_tools.py文件
若代码执行过程中报错,字体未找到
<div align=center>
<img src="doc/fonts.png"/>
</div>
请执行:
```
fc-list #查找字体文件
vim magic_pdf/tools/font_tools.py
```
如果fc-list未找到需要的字体文件,请向容器内添加字体后,再修改font_tools.py文件
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment