AIAny
AI Model2026
Icon for item

TeleOCR

Performs unified parsing of digital and camera-captured documents (layout, text, tables, formulas) using a ~1.2B-parameter vision–language model. Key differences: geometry-aware modeling, curvature-guided sampling, and content-structure decoupled training to handle real-world deformations without separate dewarping.

Introduction

Most document parsing stacks split dewarping/rectification from content extraction, which makes camera-captured documents brittle under real-world distortions. TeleOCR trains the model to be deformation-aware so a single lightweight VLM can directly parse warped or degraded pages into structured content, avoiding fragile multi-stage pipelines.

What Sets It Apart
  • Geometry-aware document modeling: the model predicts a downsampled deformation field so it internally compensates for bends and creases — so what: no separate, heavy dewarping module is required at inference time.
  • Curvature-Guided Douglas–Peucker Sampling (CGDP): boundary sampling prioritizes high-curvature regions (folds/creases) — so what: preserves local geometric detail that standard contour sampling misses, improving layout accuracy on distorted inputs.
  • Multi-node Consensus Voting & image-to-image self-verification: automatic pseudo-label generation and quality filtering during training — so what: scales supervision from mixed digital/camera datasets while reducing noisy labels.
  • Content–Structure Decoupled Learning: separates structural prediction (layout, table cells) from content filling (text, formulas) — so what: yields higher table/format fidelity and more robust formula extraction under degradation.
Who It's For and Trade-offs

Great fit if you need a deployable, single-model solution to parse varied document sources (PDFs, scans, phone photos) with strong table and formula recovery and you prefer a model small enough for practical serving. Look elsewhere if you require ultralarge general multimodal reasoning (commercial generalist VLMs may be better) or if you need end-to-end OCR + downstream LLM reasoning tightly coupled in one proprietary stack. TeleOCR emphasizes structured parsing and deformation robustness at the cost of being a specialized, task-focused VLM rather than a general multimodal assistant.

Information

  • Websitehuggingface.co
  • OrganizationsStarDoc-AI, China Telecom
  • AuthorsPeng Cai, Zhaofan Zou, Shifa Liu, Yikun Wang, Jiawei Tang, Kaicheng Yang, Meng Tong, Zhongjiang He, Hao Sun
  • Published date2026/08/14

Categories

More Items

Hugging Face
AI Model2026

Converts multimodal inputs (text, image, audio, video) plus a question and options into calibrated probability distributions over choices. Built on Gemma 4 12B with a 30,000-question fine-tune, optimized for per-question decision classification and low-latency inference (Apache-2.0).

Hugging Face
AI Image2026

A distilled LoRA adapter for Qwen-Image-2.1 that runs text-to-image generation and instruction-driven image editing in a few transformer passes (shipped as a 6-step r256 LoRA). Samples with a fixed sigma schedule, no classifier-free guidance; non-commercial research license.

Hugging Face
AI Audio2026

Performs speaker diarization (who spoke when) for live and recorded audio using an open-weight, 100M-parameter streaming-capable model that supports up to eight anonymous speaker channels, overlapping speech, chunked processing, and configurable latency for ASR integration.