图片转换为 AsciiMath

Mathpix 拥有一个图像到 AsciiMath 的转换器,只需截取屏幕截图即可从图片中提取 AsciiMath 代码。

适用于打印和手写图像
适用于简单和复杂的数学

用于数学和科学的最佳 OCR 软件

Mathpix 是唯一具备高精度 OCR 功能的 PDF 转换技术,专为研究论文等科学文档而开发。

简单数学

Simple Equation

复杂数学

Complex Equation

手写

Handwritten Equation

混合文本和数学

Mixed Text and Math

如何将表格转换为 Markdown

An image showing image to AsciiMath conversion

1. 使用 Snip 截取表格的截图。

2. 检查您的 Snip 结果,然后点击 Markdown 格式,将其复制到剪贴板。

3. 直接粘贴到你的 MS Word 文档中。

立即开始

适用于学生

Snip

使用 Snip 的截图和复制到剪贴板功能,将打印和手写的数学和科学笔记即时数字化为 AsciiMath。

Snip an equation on your screen and convert it to AsciiMath instantly.
Details small

适用于教育科技公司

Convert API

Mathpix 为全球最大的教育科技公司提供图像识别。

我们的图像处理 API 易于实施,并适用于所有平台。

API 请求

{ "src": "https://cdn.mathpix.com/snip/images/qjYbq5h8rFdzP_81hT6WCrAd-rSsqneMMt4PjDzs0Uc.original.fullsize.png", "formats": ["text", "data", "html"], "data_options": { "include_asciimath": true, "include_latex": true } }
Example image

API 响应:

{ "request_id": "2022_04_23_a1f81f67398c98caea3fg", "is_printed": false, "is_handwritten": true, "auto_rotate_confidence": 0.000006675675649603363, "auto_rotate_degrees": 0, "confidence": 0.998046875, "confidence_rate": 0.998046875, "text": "\\( -\\ln \\left(1-\\left(1-p^{-1}\\right)^{\\mu}\\right)-\\frac{\\ln p \\cdot \\mu\\left(1-p^{-1}\\right)^{\\mu-1} p^{-1}}{1-\\left(1-p^{-1}\\right)^{\\mu}} \\geq 0 \\)", "html": "
\n-ln(1-(1-p^(-1))^(mu))-(ln p*mu(1-p^(-1))^(mu-1)p^(-1))/(1-(1-p^(-1))^(mu)) >= 0-\\ln \\left(1-\\left(1-p^{-1}\\right)^{\\mu}\\right)-\\frac{\\ln p \\cdot \\mu\\left(1-p^{-1}\\right)^{\\mu-1} p^{-1}}{1-\\left(1-p^{-1}\\right)^{\\mu}} \\geq 0
\n", "data": [ { "type": "asciimath", "value": "-ln(1-(1-p^(-1))^(mu))-(ln p*mu(1-p^(-1))^(mu-1)p^(-1))/(1-(1-p^(-1))^(mu)) >= 0" }, { "type": "latex", "value": "-\\ln \\left(1-\\left(1-p^{-1}\\right)^{\\mu}\\right)-\\frac{\\ln p \\cdot \\mu\\left(1-p^{-1}\\right)^{\\mu-1} p^{-1}}{1-\\left(1-p^{-1}\\right)^{\\mu}} \\geq 0" } ] }
Rendered result

我们的 合作伙伴 选择 Mathpix 而非 AWS Textract、Google Vision API 和 Azure 计算机视觉来将图像转换为 LaTeX。