Update README.md
Browse files
README.md
CHANGED
|
@@ -1,3 +1,47 @@
|
|
| 1 |
-
---
|
| 2 |
-
license: apache-2.0
|
| 3 |
-
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
license: apache-2.0
|
| 3 |
+
---
|
| 4 |
+
|
| 5 |
+
# DSOCR
|
| 6 |
+
**Enhanced Inference API and User Interface for Using DeepSeek OCR Model on Windows/Mac and so on**
|
| 7 |
+
|
| 8 |
+
增强的DeepSeek OCR推理 API 和用户界面,用于在 Windows/Mac 等系统上使用 DeepSeek OCR 模型
|
| 9 |
+
|
| 10 |
+
|
| 11 |
+
|
| 12 |
+
# Features 特性
|
| 13 |
+
|
| 14 |
+
* **Efficient inference of DeepSeek-OCR models using multiple devices (CUDA/CPU) at multiple precisions (fp16/bf16/int8/nf4)**
|
| 15 |
+
* 使用多种设备(CUDA/CPU)在多种精度下(fp16/bf16/int8/nf4)高效推理DeepSeek-OCR模型
|
| 16 |
+
* **Exclusive custom inference API optimizes the speed, performance, and display of the model inference pipeline and supports different operating systems**
|
| 17 |
+
* 独家自定义推理API,优化了模型推理管线的速度、性能、显示,并支持不同操作系统
|
| 18 |
+
* **It has a modern, simple, easy-to-use and user-friendly reasoning GUI. All operations are fully automatic and no code is required**
|
| 19 |
+
* 具有现代、简洁、易用、人性化的推理GUI,一切操作完全自动化、无需任何代码
|
| 20 |
+
* **It supports working image cloning/importing and supports multi-task reasoning (in the future), allowing you to save or restore your complex workflow at any time**
|
| 21 |
+
* 它支持工作镜像克隆/导入,并支持多任务推理(未来),使得您可以随时保存或还原您的复杂工作流
|
| 22 |
+
* **Support running as a server and running inference requests using standard http/https protocols (in the future)**
|
| 23 |
+
* 支持作为服务器运行,使用标准http/https协议运行推理请求(未来)
|
| 24 |
+
|
| 25 |
+
|
| 26 |
+
# Python Version Recommendation 推荐的Python版本
|
| 27 |
+
|
| 28 |
+
* `Python 3.10.x`
|
| 29 |
+
* `Python 3.12.x`
|
| 30 |
+
|
| 31 |
+
* `pip command`
|
| 32 |
+
```
|
| 33 |
+
pip install torch==2.9.1 torchvision==0.24.0 transformers==4.46.3 tokenizers==0.20.3 tqdm einops addict easydict PyQt6 zstandard numpy pandas Pillow pycryptodome pymupdf img2pdf reportlab
|
| 34 |
+
```
|
| 35 |
+
|
| 36 |
+
|
| 37 |
+
# Version History 版本历史
|
| 38 |
+
|
| 39 |
+
* V0 build 0.0.1 - 2025-10-28
|
| 40 |
+
|
| 41 |
+
|
| 42 |
+
# GUI Preview 图形界面预览
|
| 43 |
+
|
| 44 |
+
<img width="1476" height="861" alt="image" src="https://github.com/user-attachments/assets/8a2e1ad7-3658-4e5e-980c-35078791654f" />
|
| 45 |
+
|
| 46 |
+
|
| 47 |
+
`GUI by Nathmath/Katz/dof-studio`
|