更新readme
This commit is contained in:
8
.idea/workspace.xml
generated
8
.idea/workspace.xml
generated
@@ -5,16 +5,8 @@
|
|||||||
</component>
|
</component>
|
||||||
<component name="ChangeListManager">
|
<component name="ChangeListManager">
|
||||||
<list default="true" id="6b18b44a-df57-4212-a857-9e291ebe5dd2" name="更改" comment="">
|
<list default="true" id="6b18b44a-df57-4212-a857-9e291ebe5dd2" name="更改" comment="">
|
||||||
<change afterPath="$PROJECT_DIR$/docutranslate/converter/__init__.py" afterDir="false" />
|
|
||||||
<change afterPath="$PROJECT_DIR$/docutranslate/converter/converter.py" afterDir="false" />
|
|
||||||
<change afterPath="$PROJECT_DIR$/docutranslate/converter/converter_docling.py" afterDir="false" />
|
|
||||||
<change afterPath="$PROJECT_DIR$/docutranslate/converter/converter_mineru.py" afterDir="false" />
|
|
||||||
<change beforePath="$PROJECT_DIR$/.idea/workspace.xml" beforeDir="false" afterPath="$PROJECT_DIR$/.idea/workspace.xml" afterDir="false" />
|
<change beforePath="$PROJECT_DIR$/.idea/workspace.xml" beforeDir="false" afterPath="$PROJECT_DIR$/.idea/workspace.xml" afterDir="false" />
|
||||||
<change beforePath="$PROJECT_DIR$/README.md" beforeDir="false" afterPath="$PROJECT_DIR$/README.md" afterDir="false" />
|
<change beforePath="$PROJECT_DIR$/README.md" beforeDir="false" afterPath="$PROJECT_DIR$/README.md" afterDir="false" />
|
||||||
<change beforePath="$PROJECT_DIR$/docutranslate/app.py" beforeDir="false" afterPath="$PROJECT_DIR$/docutranslate/app.py" afterDir="false" />
|
|
||||||
<change beforePath="$PROJECT_DIR$/docutranslate/static/index.html" beforeDir="false" afterPath="$PROJECT_DIR$/docutranslate/static/index.html" afterDir="false" />
|
|
||||||
<change beforePath="$PROJECT_DIR$/docutranslate/translater.py" beforeDir="false" afterPath="$PROJECT_DIR$/docutranslate/translater.py" afterDir="false" />
|
|
||||||
<change beforePath="$PROJECT_DIR$/pyproject.toml" beforeDir="false" afterPath="$PROJECT_DIR$/pyproject.toml" afterDir="false" />
|
|
||||||
</list>
|
</list>
|
||||||
<option name="SHOW_DIALOG" value="false" />
|
<option name="SHOW_DIALOG" value="false" />
|
||||||
<option name="HIGHLIGHT_CONFLICTS" value="true" />
|
<option name="HIGHLIGHT_CONFLICTS" value="true" />
|
||||||
|
|||||||
@@ -88,9 +88,9 @@ os.environ['HF_ENDPOINT'] = 'https://hf-mirror.com'
|
|||||||
|
|
||||||
# 使用方式
|
# 使用方式
|
||||||
|
|
||||||
## 注意事项(第一次使用必看)
|
## 注意事项(使用docling转换引擎必看,使用minerU或使用整合包时可跳过)
|
||||||
|
|
||||||
以下操作会自动从[huggingface](https://huggingface.co)下载模型,windows需要使用**管理员模式**
|
使用docling转换引擎时以下操作会自动从[huggingface](https://huggingface.co)下载模型,windows需要使用**管理员模式**
|
||||||
打开IDE运行脚本,并按需换源[换源指南](#huggingface换源)
|
打开IDE运行脚本,并按需换源[换源指南](#huggingface换源)
|
||||||
|
|
||||||
- 第一次使用该库读取、翻译非markdown文本
|
- 第一次使用该库读取、翻译非markdown文本
|
||||||
|
|||||||
Reference in New Issue
Block a user