更新readme
This commit is contained in:
@@ -1,7 +1,10 @@
|
|||||||
# DocuTranslate
|
# DocuTranslate
|
||||||
|
|
||||||
[](https://github.com/xunbu/docutranslate)
|
[](https://github.com/xunbu/docutranslate)
|
||||||
[](https://github.com/xunbu/docutranslate)
|
[](https://github.com/xunbu/docutranslate/releases)
|
||||||
|
[](https://pypi.org/project/docutranslate/)
|
||||||
|

|
||||||
|

|
||||||
|
|
||||||
文件翻译工具,借助[docling](https://github.com/docling-project/docling)、[minerU](https://mineru.net/)与大语言模型实现多种格式文件的翻译
|
文件翻译工具,借助[docling](https://github.com/docling-project/docling)、[minerU](https://mineru.net/)与大语言模型实现多种格式文件的翻译
|
||||||
|
|
||||||
|
|||||||
@@ -248,6 +248,18 @@
|
|||||||
<i class="bi bi-eye-slash"></i>
|
<i class="bi bi-eye-slash"></i>
|
||||||
</button>
|
</button>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
</div>
|
||||||
|
<div class="form-check form-switch mb-2">
|
||||||
|
<input class="form-check-input" type="checkbox" role="switch"
|
||||||
|
id="formula_ocr"
|
||||||
|
name="formula_ocr" checked>
|
||||||
|
<label class="form-check-label" for="formula_ocr">公式识别</label>
|
||||||
|
</div>
|
||||||
|
<div class="form-check form-switch mb-2">
|
||||||
|
<input class="form-check-input" type="checkbox" role="switch" id="code_ocr"
|
||||||
|
name="code_ocr" checked>
|
||||||
|
<label class="form-check-label" for="code_ocr">代码识别</label>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
@@ -340,16 +352,6 @@
|
|||||||
name="custom_prompt_translate" rows="3"
|
name="custom_prompt_translate" rows="3"
|
||||||
placeholder="可选,如“人名保持原文不翻译”"></textarea>
|
placeholder="可选,如“人名保持原文不翻译”"></textarea>
|
||||||
</div>
|
</div>
|
||||||
<div class="form-check form-switch mb-2">
|
|
||||||
<input class="form-check-input" type="checkbox" role="switch" id="formula_ocr"
|
|
||||||
name="formula_ocr" checked>
|
|
||||||
<label class="form-check-label" for="formula_ocr">公式识别</label>
|
|
||||||
</div>
|
|
||||||
<div class="form-check form-switch mb-2">
|
|
||||||
<input class="form-check-input" type="checkbox" role="switch" id="code_ocr"
|
|
||||||
name="code_ocr" checked>
|
|
||||||
<label class="form-check-label" for="code_ocr">代码识别</label>
|
|
||||||
</div>
|
|
||||||
<div class="form-check form-switch mb-2">
|
<div class="form-check form-switch mb-2">
|
||||||
<input class="form-check-input" type="checkbox" role="switch"
|
<input class="form-check-input" type="checkbox" role="switch"
|
||||||
id="refine_markdown" name="refine_markdown">
|
id="refine_markdown" name="refine_markdown">
|
||||||
@@ -590,7 +592,9 @@
|
|||||||
<button type="button" class="btn-close" data-bs-dismiss="modal" aria-label="Close"></button>
|
<button type="button" class="btn-close" data-bs-dismiss="modal" aria-label="Close"></button>
|
||||||
</div>
|
</div>
|
||||||
<div class="modal-body">
|
<div class="modal-body">
|
||||||
<p><i class="bi bi-camera-video me-2"></i>视频教程可以在b站搜索 <a href="https://search.bilibili.com/all?keyword=docutranslate" target="_blank">docutranslate</a> 获取</p>
|
<p><i class="bi bi-camera-video me-2"></i>视频教程可以在b站搜索 <a
|
||||||
|
href="https://search.bilibili.com/all?keyword=docutranslate" target="_blank">docutranslate</a>
|
||||||
|
获取</p>
|
||||||
<p>欢迎使用 DocuTranslate!请按照以下步骤完成文档翻译:</p>
|
<p>欢迎使用 DocuTranslate!请按照以下步骤完成文档翻译:</p>
|
||||||
<ol>
|
<ol>
|
||||||
<li>
|
<li>
|
||||||
|
|||||||
Reference in New Issue
Block a user