> ## Documentation Index
> Fetch the complete documentation index at: https://docs.somark-sit.soulcode.cn/llms.txt
> Use this file to discover all available pages before exploring further.

# SoMark Overview

> Overview of SoMark capabilities and core features

# Welcome to SoMark

SoMark converts PDFs, PPTs, images, and many other document formats into machine-readable structured output with high accuracy, high speed, and strong cost efficiency, providing high-quality data for LLM training and RAG applications.

<CardGroup cols={3}>
  <Card title="99% OCR Accuracy" icon="bullseye">
    Industry-leading recognition accuracy with coordinate traceback to pinpoint every element in the source document.
  </Card>

  <Card title="100 Pages in 5 Seconds" icon="bolt">
    High-speed parsing with horizontally scalable cluster deployment for large-scale batch workloads.
  </Card>

  <Card title="Pay As You Go" icon="circle-dollar-to-slot">
    Usage-based billing or one-time licensing. Private deployment starts from a single RTX 3090 GPU.
  </Card>

  <Card title="21 Component Types" icon="layer-group">
    Detects headings, tables, formulas, images, chemical structures, seals, QR codes, and 14 more element types.
  </Card>

  <Card title="Multiple Output Formats" icon="file-export">
    Outputs Markdown, JSON — ready for LLM training pipelines and RAG applications.
  </Card>

  <Card title="Broad Document Coverage" icon="files">
    Supports research papers, reports, whitepapers, contracts, scanned books, government files, and more.
  </Card>
</CardGroup>

## Supported file formats

`pdf` `png` `jpg` `jpeg` `bmp` `tiff` `jp2` `dib` `ppm` `pgm` `pbm` `gif` `heic` `heif` `webp` `xpm` `tga` `dds` `xbm` `doc` `docx` `ppt` `pptx` `xlsx` `xlsm` `xls`

## Recognized document elements

SoMark can recognize these 21 document element types:

| Category                       | Elements                                                                                         |
| ------------------------------ | ------------------------------------------------------------------------------------------------ |
| Text structure                 | Title `title`, text block `text`, header `header`, footer `footer`, footnote `footnote`          |
| Figures and tables             | Figure `figure`, figure caption `figure_caption`, table `table`, table caption `table_caption`   |
| Specialized content            | Equation `equation`, chemical structure `cs`, chemical equation `cs_equation`, code block `code` |
| Navigation and layout          | Sidebar `sider`, table of contents `cate`, TOC entry `cate_item`                                 |
| Education and structured items | Choice item `choice`, fill-in-the-blank `blank`, reference `reference`                           |
| Special elements               | QR code `qrcode`, stamp `stamp`                                                                  |

<div style={{ display: 'grid', gridTemplateColumns: 'repeat(7, minmax(0, 1fr))', gap: '12px' }}>
  <div style={{ border: '1px solid var(--gray-200)', borderRadius: '12px', padding: '12px', textAlign: 'center', display: 'flex', flexDirection: 'column', alignItems: 'center' }}><img src="https://mintcdn.com/sc-d9e86e75/GqiRzvlW7yPf36pr/images/%E6%A0%87%E9%A2%98.png?fit=max&auto=format&n=GqiRzvlW7yPf36pr&q=85&s=e3e4fc73a7465bf0c6451dc3a0338095" alt="Title" width="28" data-path="images/标题.png" /><div>Title</div></div>
  <div style={{ border: '1px solid var(--gray-200)', borderRadius: '12px', padding: '12px', textAlign: 'center', display: 'flex', flexDirection: 'column', alignItems: 'center' }}><img src="https://mintcdn.com/sc-d9e86e75/GqiRzvlW7yPf36pr/images/%E6%96%87%E5%AD%97%E6%AE%B5.png?fit=max&auto=format&n=GqiRzvlW7yPf36pr&q=85&s=12299c6659cfb8c3b959f3b674448caf" alt="Text block" width="28" data-path="images/文字段.png" /><div>Text block</div></div>
  <div style={{ border: '1px solid var(--gray-200)', borderRadius: '12px', padding: '12px', textAlign: 'center', display: 'flex', flexDirection: 'column', alignItems: 'center' }}><img src="https://mintcdn.com/sc-d9e86e75/GqiRzvlW7yPf36pr/images/%E5%9B%BE%E7%89%87.png?fit=max&auto=format&n=GqiRzvlW7yPf36pr&q=85&s=0855fb1d50ef6f311b821a3a211fad42" alt="Figure" width="28" data-path="images/图片.png" /><div>Figure</div></div>
  <div style={{ border: '1px solid var(--gray-200)', borderRadius: '12px', padding: '12px', textAlign: 'center', display: 'flex', flexDirection: 'column', alignItems: 'center' }}><img src="https://mintcdn.com/sc-d9e86e75/GqiRzvlW7yPf36pr/images/%E5%9B%BE%E4%BE%8B.png?fit=max&auto=format&n=GqiRzvlW7yPf36pr&q=85&s=1df4efbb7cedfaa28f52bed0a27bb750" alt="Figure caption" width="28" data-path="images/图例.png" /><div>Figure caption</div></div>
  <div style={{ border: '1px solid var(--gray-200)', borderRadius: '12px', padding: '12px', textAlign: 'center', display: 'flex', flexDirection: 'column', alignItems: 'center' }}><img src="https://mintcdn.com/sc-d9e86e75/GqiRzvlW7yPf36pr/images/%E8%A1%A8%E6%A0%BC.png?fit=max&auto=format&n=GqiRzvlW7yPf36pr&q=85&s=d8cf3f723e865ac5e800ac5d607f2ef7" alt="Table" width="28" data-path="images/表格.png" /><div>Table</div></div>
  <div style={{ border: '1px solid var(--gray-200)', borderRadius: '12px', padding: '12px', textAlign: 'center', display: 'flex', flexDirection: 'column', alignItems: 'center' }}><img src="https://mintcdn.com/sc-d9e86e75/GqiRzvlW7yPf36pr/images/%E8%A1%A8%E4%BE%8B.png?fit=max&auto=format&n=GqiRzvlW7yPf36pr&q=85&s=55399e36e6299e2eb3ec14123d06e8b0" alt="Table caption" width="28" data-path="images/表例.png" /><div>Table caption</div></div>
  <div style={{ border: '1px solid var(--gray-200)', borderRadius: '12px', padding: '12px', textAlign: 'center', display: 'flex', flexDirection: 'column', alignItems: 'center' }}><img src="https://mintcdn.com/sc-d9e86e75/GqiRzvlW7yPf36pr/images/%E5%85%AC%E5%BC%8F.png?fit=max&auto=format&n=GqiRzvlW7yPf36pr&q=85&s=67f3b05a7dd82641f97f1f6617a87e2a" alt="Equation" width="28" data-path="images/公式.png" /><div>Equation</div></div>
  <div style={{ border: '1px solid var(--gray-200)', borderRadius: '12px', padding: '12px', textAlign: 'center', display: 'flex', flexDirection: 'column', alignItems: 'center' }}><img src="https://mintcdn.com/sc-d9e86e75/GqiRzvlW7yPf36pr/images/%E9%A1%B5%E7%9C%89.png?fit=max&auto=format&n=GqiRzvlW7yPf36pr&q=85&s=a5b06d360c0dab4375067bd41b5f85ab" alt="Header" width="28" data-path="images/页眉.png" /><div>Header</div></div>
  <div style={{ border: '1px solid var(--gray-200)', borderRadius: '12px', padding: '12px', textAlign: 'center', display: 'flex', flexDirection: 'column', alignItems: 'center' }}><img src="https://mintcdn.com/sc-d9e86e75/GqiRzvlW7yPf36pr/images/%E9%A1%B5%E8%84%9A.png?fit=max&auto=format&n=GqiRzvlW7yPf36pr&q=85&s=a9c1f47f6a5012fc4f74e3975eba6c08" alt="Footer" width="28" data-path="images/页脚.png" /><div>Footer</div></div>
  <div style={{ border: '1px solid var(--gray-200)', borderRadius: '12px', padding: '12px', textAlign: 'center', display: 'flex', flexDirection: 'column', alignItems: 'center' }}><img src="https://mintcdn.com/sc-d9e86e75/GqiRzvlW7yPf36pr/images/%E4%BE%A7%E8%BE%B9%E6%A0%8F.png?fit=max&auto=format&n=GqiRzvlW7yPf36pr&q=85&s=b275a97fc233d74422ad64f0b785f895" alt="Sidebar" width="28" data-path="images/侧边栏.png" /><div>Sidebar</div></div>
  <div style={{ border: '1px solid var(--gray-200)', borderRadius: '12px', padding: '12px', textAlign: 'center', display: 'flex', flexDirection: 'column', alignItems: 'center' }}><img src="https://mintcdn.com/sc-d9e86e75/GqiRzvlW7yPf36pr/images/%E8%84%9A%E6%B3%A8.png?fit=max&auto=format&n=GqiRzvlW7yPf36pr&q=85&s=d6432c312a7606eac70b78275434066a" alt="Footnote" width="28" data-path="images/脚注.png" /><div>Footnote</div></div>
  <div style={{ border: '1px solid var(--gray-200)', borderRadius: '12px', padding: '12px', textAlign: 'center', display: 'flex', flexDirection: 'column', alignItems: 'center' }}><img src="https://mintcdn.com/sc-d9e86e75/GqiRzvlW7yPf36pr/images/%E7%9B%AE%E5%BD%95.png?fit=max&auto=format&n=GqiRzvlW7yPf36pr&q=85&s=bdddd0c059370efacffb2aaa9a0e09aa" alt="TOC" width="28" data-path="images/目录.png" /><div>TOC</div></div>
  <div style={{ border: '1px solid var(--gray-200)', borderRadius: '12px', padding: '12px', textAlign: 'center', display: 'flex', flexDirection: 'column', alignItems: 'center' }}><img src="https://mintcdn.com/sc-d9e86e75/GqiRzvlW7yPf36pr/images/%E7%9B%AE%E5%BD%95%E6%9D%A1%E7%9B%AE.png?fit=max&auto=format&n=GqiRzvlW7yPf36pr&q=85&s=9ed56458871e3ca1feeeee72470d5409" alt="TOC entry" width="28" data-path="images/目录条目.png" /><div>TOC entry</div></div>
  <div style={{ border: '1px solid var(--gray-200)', borderRadius: '12px', padding: '12px', textAlign: 'center', display: 'flex', flexDirection: 'column', alignItems: 'center' }}><img src="https://mintcdn.com/sc-d9e86e75/GqiRzvlW7yPf36pr/images/%E9%80%89%E9%A1%B9.png?fit=max&auto=format&n=GqiRzvlW7yPf36pr&q=85&s=edf4fbbadda32e3266c465dcede7f24c" alt="Choice" width="28" data-path="images/选项.png" /><div>Choice</div></div>
  <div style={{ border: '1px solid var(--gray-200)', borderRadius: '12px', padding: '12px', textAlign: 'center', display: 'flex', flexDirection: 'column', alignItems: 'center' }}><img src="https://mintcdn.com/sc-d9e86e75/GqiRzvlW7yPf36pr/images/%E4%BB%A3%E7%A0%81%E6%AE%B5.png?fit=max&auto=format&n=GqiRzvlW7yPf36pr&q=85&s=64bf2e0b11ef8bd52569f7ee0a9ff959" alt="Code block" width="28" data-path="images/代码段.png" /><div>Code block</div></div>
  <div style={{ border: '1px solid var(--gray-200)', borderRadius: '12px', padding: '12px', textAlign: 'center', display: 'flex', flexDirection: 'column', alignItems: 'center' }}><img src="https://mintcdn.com/sc-d9e86e75/GqiRzvlW7yPf36pr/images/%E5%A1%AB%E7%A9%BA%E7%A9%BA%E7%99%BD.png?fit=max&auto=format&n=GqiRzvlW7yPf36pr&q=85&s=f288a777c1077d4a3a8433b06a2ff021" alt="Blank" width="28" data-path="images/填空空白.png" /><div>Blank</div></div>
  <div style={{ border: '1px solid var(--gray-200)', borderRadius: '12px', padding: '12px', textAlign: 'center', display: 'flex', flexDirection: 'column', alignItems: 'center' }}><img src="https://mintcdn.com/sc-d9e86e75/GqiRzvlW7yPf36pr/images/%E5%8F%82%E8%80%83%E6%96%87%E7%8C%AE.png?fit=max&auto=format&n=GqiRzvlW7yPf36pr&q=85&s=000002e0c48dc1f7df9869dd3979e4df" alt="Reference" width="28" data-path="images/参考文献.png" /><div>Reference</div></div>
  <div style={{ border: '1px solid var(--gray-200)', borderRadius: '12px', padding: '12px', textAlign: 'center', display: 'flex', flexDirection: 'column', alignItems: 'center' }}><img src="https://mintcdn.com/sc-d9e86e75/GqiRzvlW7yPf36pr/images/%E4%BA%8C%E7%BB%B4%E7%A0%81.png?fit=max&auto=format&n=GqiRzvlW7yPf36pr&q=85&s=1264055d3c4053bdf03be668ee532e75" alt="QR code" width="28" data-path="images/二维码.png" /><div>QR code</div></div>
  <div style={{ border: '1px solid var(--gray-200)', borderRadius: '12px', padding: '12px', textAlign: 'center', display: 'flex', flexDirection: 'column', alignItems: 'center' }}><img src="https://mintcdn.com/sc-d9e86e75/GqiRzvlW7yPf36pr/images/%E5%8D%B0%E7%AB%A0.png?fit=max&auto=format&n=GqiRzvlW7yPf36pr&q=85&s=74981c5e8a7e0511c54100e7a9a5a1b2" alt="Stamp" width="28" data-path="images/印章.png" /><div>Stamp</div></div>
  <div style={{ border: '1px solid var(--gray-200)', borderRadius: '12px', padding: '12px', textAlign: 'center', display: 'flex', flexDirection: 'column', alignItems: 'center' }}><img src="https://mintcdn.com/sc-d9e86e75/GqiRzvlW7yPf36pr/images/%E5%8C%96%E5%AD%A6%E7%BB%93%E6%9E%84%E5%BC%8F.png?fit=max&auto=format&n=GqiRzvlW7yPf36pr&q=85&s=7a822a52b2bfd50fa8f3943559b4cdb7" alt="Chemical structure" width="28" data-path="images/化学结构式.png" /><div>Chemical structure</div></div>
  <div style={{ border: '1px solid var(--gray-200)', borderRadius: '12px', padding: '12px', textAlign: 'center', display: 'flex', flexDirection: 'column', alignItems: 'center' }}><img src="https://mintcdn.com/sc-d9e86e75/GqiRzvlW7yPf36pr/images/%E5%8C%96%E5%AD%A6%E6%96%B9%E7%A8%8B%E5%BC%8F.png?fit=max&auto=format&n=GqiRzvlW7yPf36pr&q=85&s=63fd0b8e80f48077dc5ef1d21739ceeb" alt="Chemical equation" width="28" data-path="images/化学方程式.png" /><div>Chemical equation</div></div>
</div>

## Get Started

See the [Quickstart Guide](/en/documentation/get-started-overview) to begin; if you want to inspect API capability and limits first, jump to the [API overview](/en/api-reference/index), and use [FAQs](/en/qa) for common questions.
