/
模型支援企業部落格
500+ AI 模型 API,全部整合在一個 API 中。就在 CometAPI
模型 API
開發者
快速入門說明文件API 儀表板
資源
AI模型部落格企業更新日誌關於
2025 CometAPI. 保留所有權利。隱私政策服務條款
Home/Models/DeepSeek/DeepSeek-OCR
D

DeepSeek-OCR

每次請求:$0.04
DeepSeek-OCR는 이미지와 문서에서 텍스트를 추출하기 위한 광학 문자 인식(OCR) 모델입니다. 스캔한 페이지, 사진, UI 스크린샷을 처리하여 줄바꿈과 같은 레이아웃 단서가 포함된 전사본을 생성합니다. 일반적인 활용 사례로는 문서 디지털화, 송장 및 영수증 수집, 검색 색인화, RPA 파이프라인 구현 등이 있습니다. 기술적 하이라이트에는 이미지-텍스트 변환 처리, 스캔 및 촬영된 콘텐츠 지원, 후속 파싱을 위한 구조화된 텍스트 출력이 포함됩니다.
新
商業用途
概覽
功能
定價
API

Technical Specifications of deepseek-ocr

SpecificationDetails
Model Namedeepseek-ocr
ProviderDeepSeek via CometAPI
CategoryOCR / image-to-text
Input ModalitiesImages, scanned documents, photographed pages, UI screenshots
Output ModalitiesPlain text transcription with layout cues such as line breaks
Primary FunctionExtract text from visual documents and screenshots for downstream processing
Common Use CasesDocument digitization, invoice and receipt intake, search indexing, RPA enablement
Technical HighlightsImage-to-text processing, support for scanned and photographed content, structured text output

What is deepseek-ocr?

deepseek-ocr is an optical character recognition model designed to extract readable text from images and document-like visual inputs. It can process scanned pages, phone-captured photos, receipts, invoices, and interface screenshots, then return transcribed text in a form that preserves useful layout signals such as line breaks.

This makes deepseek-ocr useful for teams that need to convert unstructured visual content into machine-readable text. Typical workflows include digitizing archives, parsing business documents, indexing content for search, and feeding extracted text into automation or analytics pipelines.

Because the model focuses on image-to-text conversion, it is a practical choice when the goal is reliable transcription from visual sources rather than general image understanding. Its structured text output can also simplify downstream parsing, validation, and data extraction logic.

Main features of deepseek-ocr

  • Image-to-text extraction: Converts text embedded in images and document captures into machine-readable output.
  • Scanned document support: Works on scanned pages and digitized paperwork commonly used in enterprise workflows.
  • Photographed content handling: Can process camera-captured pages, receipts, and forms where text appears in real-world conditions.
  • Screenshot transcription: Extracts text from UI screenshots and application captures for indexing, testing, or automation.
  • Layout-aware output: Preserves cues such as line breaks to make the transcription easier to read and parse.
  • Document workflow friendly: Fits well into invoice intake, receipt processing, archival digitization, and back-office automation.
  • Structured downstream usage: Produces text that can be passed into parsers, search systems, validation layers, or RPA pipelines.

How to access and integrate deepseek-ocr

Step 1: Sign Up for API Key

To get started, create an account on CometAPI and generate your API key from the dashboard. This key is required to authenticate all requests and route them through the CometAPI platform.

Step 2: Send Requests to deepseek-ocr API

Once you have your API key, send requests to the CometAPI endpoint using deepseek-ocr as the model ID. Include your input payload, authentication headers, and any application-specific parameters required by your OCR workflow.

curl https://api.cometapi.com/v1/responses \
  -H "Content-Type: application/json" \
  -H "Authorization: Bearer $COMETAPI_API_KEY" \
  -d '{
    "model": "deepseek-ocr",
    "input": [
      {
        "role": "user",
        "content": [
          {
            "type": "input_text",
            "text": "Extract the text from this document image."
          },
          {
            "type": "input_image",
            "image_url": "https://example.com/document.png"
          }
        ]
      }
    ]
  }'

Step 3: Retrieve and Verify Results

After the request completes, inspect the returned output text and verify that the extracted content matches the source image or document. For production OCR pipelines, it is a good practice to add confidence checks, post-processing rules, and human review for edge cases such as low-quality scans or complex layouts.

DeepSeek-OCR 的功能

探索 DeepSeek-OCR 的核心功能,專為提升效能和可用性而設計。了解這些功能如何為您的專案帶來效益並改善使用者體驗。

DeepSeek-OCR 的定價

探索 DeepSeek-OCR 的競爭性定價,專為滿足各種預算和使用需求而設計。我們靈活的方案確保您只需為實際使用量付費,讓您能夠隨著需求增長輕鬆擴展。了解 DeepSeek-OCR 如何在保持成本可控的同時提升您的專案效果。
彗星價格 (USD / M Tokens)官方價格 (USD / M Tokens)折扣
每次請求:$0.04
每次請求:$0.05
-20%

DeepSeek-OCR 的範例程式碼和 API

存取完整的範例程式碼和 API 資源,以簡化您的 DeepSeek-OCR 整合流程。我們詳盡的文件提供逐步指引,協助您在專案中充分發揮 DeepSeek-OCR 的潛力。

更多模型