网站地图 网站地图 动态 动态
分享
中文
CNY ¥
动态
全新
Claude & ChatGPT — Supercharged.
所有文档 · 350+ AI工具 · 30秒设置
Claude· ChatGPT· Cursor· Gemini· +50
立即连接
AI-DMS
50+ AI模块和工具
解决方案
行业、流程、风险
资源
教程、博客、支持
Developer
API、SDK、文档
合作伙伴
Integrator & Reseller — apply in the app
公司
团队、合作伙伴、职业
定价

vs Klippa DocHorizon (Doxis AI.dp)

PaperOffice AI vs Klippa DocHorizon (Doxis AI.dp)

Klippa DocHorizon → Doxis AI.dp (SER, 03/2026): sales-led ECM module — PaperOffice stays API-first self-service.

Overview

Klippa DocHorizon was acquired by SER Group in 03/2025 and rebranded to Doxis AI.dp in 03/2026 — now a module in an enterprise ECM suite. PaperOffice stays an independent API-first platform with self-service pricing. Related comparison: Doxis AI.dp.

  • PaperOffice vs Klippa: API-first with EU hosting and credits from 3¢/page.
  • Comparison to Klippa without disparagement — criteria: API-first, compliance, TCO.
  • IDP focus: Klippa vs workflow `idp_collection` (e.g. invoice) plus DMS/HITL.

Open the Doxis / Doxis AI.dp (SerGroup) comparison →

Comparison table

Unverified competitor data appears as “n/a”.

Criterion PaperOffice Klippa DocHorizon (Doxis AI.dp)
Bounding boxes (word/line level) Yes (word/line level, Surya OCR) n/a (IDP suite)
Sandwich PDF / searchable archive PDF Yes — searchable archive PDF no PaperOffice-style self-service sandwich PDF
Click-to-evidence / visual validation (HITL) Yes — click-to-evidence / HITL suite/project dependent
Structured IDP fields (ready types) ~30 ready types incl. DATEV/ZUGFeRD 50+ document types, 150+ fields (vendor claim)
DMS/archive included (WORM, audit, legal hold) Yes — WORM, audit trail, legal hold after acquisition: module in ECM suite (SER/Doxis)
E-signatures on the same document Yes — on the same document object n/a
Native MCP server (tool count) Yes — 165+ DMS tools (MCP) no — not PaperOffice MCP
EU inference on owned hardware Yes — owned EU GPU hardware EU hosting (vendor claim)
Self-service without cloud setup Yes — token in minutes sales-led quote; EUR 25 test credit
Price / 1,000 pages (extraction only) Basic €30 / Premium €40 / Ultra €100 per 1,000 pages (3/4/10¢) no public per-document price — quote; SLA billed separately (Capterra feedback)

Source: https://www.klippa.com/en/dochorizon/ (Eigenangaben) + docuclipper.com (Rebrand-Chronik), retrieved 08/2026. Prices may change.

Acquisition by SER 03/2025, rebrand Doxis AI.dp 03/2026. Related comparison: Doxis AI.dp (same corporate group). Angle: transparent per-page vs quote pricing + suite lock-in.

Pricing model with qualification tiers

Transparent list price — margin for qualified partners and integrators.

  • List price Basic 3¢ / Premium 4¢ / Ultra 10¢ per page
  • Partner tier (integrator) 40% margin — entry via the partner application
  • Elite tier 70% margin — reachable from within the partner program, evaluated individually

The path to 70% goes through partnership: first become a partner (40%), then Elite qualification. This also applies to direct customers with their own volume.

The margin compensates integration, first-level support and solution ownership. Direct customers pay the same list price — nobody pays more because of the partner model.

Key differences

Klippa DocHorizon (Doxis AI.dp)

  • Klippa DocHorizon (Doxis AI.dp): focus on extraction/OCR/IDP — a full DMS/lifecycle stack is not universal.
  • Klippa DocHorizon → Doxis AI.dp (SER, 03/2026): sales-led ECM module — PaperOffice stays API-first self-service.
  • List prices only with a verified official source.

PaperOffice AI

  • API-first + MCP-native (same Bearer as REST).
  • Per-page / credits from 3¢ (Basic / Premium / Ultra).
  • EU hosting, WORM/GoBD, legal hold and audit trail natively.

Three decision axes

1

What Klippa leaves open on archive PDF and HITL

Klippa: invoice/OCR focus — PaperOffice as IDP plus DMS/HITL/MCP under one token. Archive readiness depends on geometry. Versus Klippa (klippa), the first question is whether word/line geometry and a searchable sandwich PDF exist on the object. Visual HITL highlights uncertain fields directly on the scan page. In parallel: Line boxes drive layout reconstruction on multi-column delivery notes.

2

Full stack on the document object instead of a Klippa silo

Agents write back where Klippa only returns JSON. Signature links are created on the object without opening a second vendor account. Reminders and signature status use the same object ID as IDP.

3

Sovereignty as the third axis beside Klippa

Sovereignty versus Klippa: Competitor quotas and region locks drop out as an ops risk. Additionally Hardware utilization is plannable — not tied to foreign GPU spot prices.

Code example

Invoice extraction

curl
curl -X POST "https://api.paperoffice.ai/latest/job/add/workflow" \
  -H "Authorization: Bearer po_sk_xxx" \
  -F "[email protected]" \
  -F "model=premium" \
  -F "idp_collection=invoice"

# danach job_result pollen (job_id aus Response)
python
import requests

api_token = "po_sk_xxx"
file_path = "invoice.pdf"

create = requests.post(
    "https://api.paperoffice.ai/latest/job/add/workflow",
    headers={"Authorization": f"Bearer {api_token}"},
    files={"file": open(file_path, "rb")},
    data={"model": "premium", "idp_collection": "invoice"},
)
print(create.json())

Sample response (truncated)

{
  "status": "success",
  "job_id": "job_…",
  "result": { "fields": { "invoice_number": "…" } }
}

Full parameters: llms-full.txt / Postman.

FAQ

Is PaperOffice a Klippa alternative?

Yes. PaperOffice AI can be evaluated as an alternative to Klippa — along extraction, EU inference, DMS/WORM and MCP, API-first and without disparagement.

What does PaperOffice cost compared to Klippa?

PaperOffice lists AI DMS/IDP transparently: Basic 3¢, Premium 4¢, Ultra 10¢ per page. List prices for Klippa are stated only with an official source and retrieval date — otherwise “n/a”.

How do I migrate from Klippa to PaperOffice?

Typical cutover from Klippa: send the same files to PaperOffice workflows (e.g. idp_collection=invoice), run in parallel, then cut over. llms-full.txt: job/workflow.

Where is data processed — differently from Klippa?

PaperOffice processes on EU infrastructure on owned hardware. Versus Klippa, residency and inference are stated only with verifiable facts.

Which extraction types does PaperOffice cover versus Klippa?

Ready IDP pipelines (incl. invoice) plus DMS/HITL/MCP versus Klippa — not raw extraction only.

How does one reach the 70% partner margin?

The first step is partnership (40% margin) via the partner application. The Elite tier (70%) is evaluated individually from within the active partner program. The margin compensates integration, first-level support and solution ownership — direct customers pay the same list price.

What happened to Klippa DocHorizon?

SER acquisition 03/2025, rebrand to Doxis AI.dp 03/2026. The product line sits in the Doxis/SER ECM suite. Related comparison: Doxis AI.dp.

More comparisons

Related alternatives in the same category.

vs Mistral OCR 4

Mistral OCR 4: strong paragraph boxes — PaperOffice: word/line boxes, sandwich PDF, IDP, DMS/WORM, HITL, MCP.

PaperOffice vs Mistral OCR 4 →

Try PaperOffice live

Get a token, review pricing, compare the feature matrix.