You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+9Lines changed: 9 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -44,6 +44,13 @@
44
44
</div>
45
45
46
46
# Changelog
47
+
48
+
- 2025/12/02 2.6.6 Release
49
+
-`mineru-api` tool optimizations
50
+
- Added descriptive text to `mineru-api` interface parameters to improve API documentation readability.
51
+
- You can use the environment variable `MINERU_API_ENABLE_FASTAPI_DOCS` to control whether the auto-generated interface documentation page is enabled (enabled by default).
52
+
- Added concurrency configuration options for the `vlm-vllm-async-engine`, `vlm-lmdeploy-engine`, and `vlm-http-client` backends. Users can use the environment variable `MINERU_API_MAX_CONCURRENT_REQUESTS` to set the maximum number of concurrent API requests (unlimited by default).
53
+
47
54
- 2025/11/26 2.6.5 Release
48
55
- Added support for a new backend vlm-lmdeploy-engine. Its usage is similar to vlm-vllm-(async)engine, but it uses lmdeploy as the inference engine and additionally supports native inference acceleration on Windows platforms compared to vllm.
49
56
@@ -797,6 +804,8 @@ Currently, some models in this project are trained based on YOLO. However, since
0 commit comments