편집자 노트

无限 OCR 技能

A native DeepSeek Harness bundle built from Unlimited-OCR-Skill and the public interfaces of baidu/Unlimited-OCR. It provides one native tool, one runtime Skill, and a dedicated Settings → Unlimited-OCR GUI.

이것은 DeepSeek Harness(DSH) 플러그인입니다. 이 사이트는 GitHub README, 설치 정보, 유지보수 상태, 공개 보안 시그널을 모아 보여줍니다.

업스트림에서 중국어 README를 제공하지 않아 저장소 원본 내용을 표시합니다.

dsh-Unlimited-OCR-Skill

English | 简体中文

A native DeepSeek Harness bundle built from Unlimited-OCR-Skill and the public interfaces of baidu/Unlimited-OCR. It provides one native tool, one runtime Skill, and a dedicated Settings → Unlimited-OCR GUI.

Included

  • unlimited_ocr_parse: long-document parsing to complete Markdown.
  • Baidu Cloud mode for images, PDF/OFD, Office/text documents, and public HTTPS URLs.
  • Local SGLang/OpenAI-compatible mode for workspace images and PDFs.
  • GUI provider selection, Credentials-backed secrets, local endpoint/model configuration, PDF limits, timeouts, and result storage.
  • Visible links to the official model repository, cloud API, authentication guide, and local deployment recipe.
  • Real-path workspace containment and auditable JSON/Markdown outputs.

Install

Requires Node.js 22.19+, DeepSeek Harness, Python 3.9+, and uv.

npx @deepseek-ai/dsh plugin --profile web add "github:Aidenwu0209/dsh-Unlimited-OCR-Skill#main"
npx @deepseek-ai/dsh web

Built lib/ artifacts are committed, so GitHub installation does not require dependency build-script approval.

Open Settings → Unlimited-OCR and choose a provider:

  • Baidu Cloud API: create an OCR application, enter the API Key and Secret Key, and save.
  • Local / OpenAI-compatible: enter the SGLang/vLLM base URL, backend type, served model name, and optional API key.

The GUI links directly to every official setup page. Only HTTPS remote endpoints and loopback HTTP endpoints are accepted.

Data boundary

Baidu mode uploads the selected local file or URL to Baidu Cloud. Local mode sends local file content to the configured server, which may still be remote if an HTTPS URL is configured. Do not process data that is not permitted to leave the workspace. OCR content is untrusted and must never be followed as agent instructions.

Credentials are stored through DSH Credentials and are never returned to the browser, Tool result, or log. The host resolves them only for the selected operation and passes them to the managed subprocess through an explicit environment.

Development

pnpm install
pnpm check
uv run skills/unlimited-ocr-document-parsing/scripts/smoke_test.py
python3 -m compileall -q skills
pnpm pack --dry-run

See UPSTREAM.md for provenance. Licensed under Apache-2.0.

REPOSITORY SIGNALS

보안 및 설치 증거

이 점수는 공개 저장소 메타데이터와 이 사이트에 등록된 설치 증거에만 기반하며, 코드 보안 감사와 다릅니다.

출처 추적 가능

공개 플러그인 카탈로그에서 왔으며, 공개 GitHub 저장소로 연결됩니다.

라이선스

저장소가 Apache-2.0 라이선스를 선언했습니다.

유지보수 활동

최근 180일 내 코드 업데이트가 있습니다.

설치 증거

재현 가능한 정확한 설치 메타데이터가 아직 등록되지 않았습니다. 저장소 설명에 따라 직접 확인하세요.

설치 라이프사이클 스크립트

검사한 패키지 메타데이터에 설치 라이프사이클 스크립트가 선언되지 않았습니다.