Unverified Commit 5e8d149f authored by Xiaomeng Zhao's avatar Xiaomeng Zhao Committed by GitHub
Browse files

Update README_zh-CN.md

parent 13d30a4f
...@@ -131,7 +131,7 @@ cp magic-pdf.template.json ~/magic-pdf.json ...@@ -131,7 +131,7 @@ cp magic-pdf.template.json ~/magic-pdf.json
在用户目录中找到magic-pdf.json文件并配置"models-dir"为[2. 下载模型权重文件](#2-下载模型权重文件)中下载的模型权重文件所在目录 在用户目录中找到magic-pdf.json文件并配置"models-dir"为[2. 下载模型权重文件](#2-下载模型权重文件)中下载的模型权重文件所在目录
> ❗️务必正确配置模型权重文件所在目录,否则会因为找不到模型文件而导致程序无法运行 > ❗️务必正确配置模型权重文件所在目录,否则会因为找不到模型文件而导致程序无法运行
> >
> windows系统中应把路径中所有的"\"替换为"/",否则会因为转义原因导致json文件语法错误。 > windows系统中应把路径中所有的"\\"替换为"/",否则会因为转义原因导致json文件语法错误。
```json ```json
{ {
"models-dir": "/tmp/models" "models-dir": "/tmp/models"
......
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