feat: add markdown content pipeline with build script

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
2026-03-25 13:26:33 +08:00
parent 5f8d686290
commit 1ed7fad293
9 changed files with 1164 additions and 4 deletions

View File

@@ -0,0 +1,26 @@
---
title: Introducing TexPixel
description: Meet TexPixel — your AI-powered formula recognition tool
slug: introducing-texpixel
date: 2026-03-25
tags: [announcement, product]
---
# Introducing TexPixel
We're excited to announce TexPixel, an AI-powered tool for converting math formulas from images into editable formats.
## Why TexPixel?
Converting handwritten or printed math formulas into digital formats has always been a tedious process. TexPixel makes it effortless — just upload an image and get LaTeX, MathML, or Markdown output in seconds.
## Key Features
- **High accuracy** — Powered by advanced AI models
- **Multiple output formats** — LaTeX, MathML, Markdown, Word
- **Easy to use** — No installation required, works in your browser
- **Free to start** — 3 free uploads per day, no credit card needed
## What's Next
We're working on exciting new features including batch processing, API access, and more. Stay tuned!

View File

@@ -0,0 +1,26 @@
---
title: TexPixel 介绍
description: 认识 TexPixel — 你的 AI 公式识别工具
slug: introducing-texpixel
date: 2026-03-25
tags: [公告, 产品]
---
# TexPixel 介绍
我们很高兴推出 TexPixel一款 AI 驱动的数学公式识别工具,可以将图片中的公式转换为可编辑的格式。
## 为什么选择 TexPixel
将手写或印刷体数学公式转换为数字格式一直是一个繁琐的过程。TexPixel 让这一切变得轻松 — 只需上传图片,即可在几秒内获得 LaTeX、MathML 或 Markdown 输出。
## 核心功能
- **高精度** — 由先进的 AI 模型驱动
- **多种输出格式** — LaTeX、MathML、Markdown、Word
- **易于使用** — 无需安装,浏览器即可使用
- **免费开始** — 每日 3 次免费上传,无需信用卡
## 接下来
我们正在开发更多令人兴奋的新功能包括批量处理、API 访问等。敬请期待!

View File

@@ -0,0 +1,43 @@
---
title: Getting Started
description: Learn how to use TexPixel for formula recognition
slug: getting-started
date: 2026-03-25
tags: [tutorial, beginner]
order: 1
---
# Getting Started with TexPixel
TexPixel is an AI-powered math formula recognition tool that converts handwritten or printed formulas into LaTeX, MathML, and Markdown.
## Quick Start
1. **Upload** — Drag and drop an image or PDF containing math formulas
2. **Wait** — Our AI will process and recognize the formulas
3. **Export** — Copy the result or export in your preferred format
## Supported Formats
### Input
- Images: JPG, PNG
- Documents: PDF
### Output
- LaTeX
- MathML
- Markdown
- Word (DOCX)
- Image
## Example
Upload an image containing the quadratic formula, and TexPixel will output:
$$x = \frac{-b \pm \sqrt{b^2 - 4ac}}{2a}$$
## Tips
- For best results, ensure your formula images are clear and well-lit
- Handwritten formulas work best when written with dark ink on white paper
- PDF files can contain multiple pages — all formulas will be extracted

View File

@@ -0,0 +1,43 @@
---
title: 快速开始
description: 了解如何使用 TexPixel 进行公式识别
slug: getting-started
date: 2026-03-25
tags: [教程, 入门]
order: 1
---
# TexPixel 快速开始
TexPixel 是一款 AI 驱动的数学公式识别工具,可以将手写或印刷体公式转换为 LaTeX、MathML 和 Markdown。
## 快速上手
1. **上传** — 拖拽包含数学公式的图片或 PDF
2. **等待** — AI 将自动处理并识别公式
3. **导出** — 复制结果或以你喜欢的格式导出
## 支持的格式
### 输入格式
- 图片JPG、PNG
- 文档PDF
### 输出格式
- LaTeX
- MathML
- Markdown
- Word (DOCX)
- 图片
## 示例
上传一张包含二次公式的图片TexPixel 将输出:
$$x = \frac{-b \pm \sqrt{b^2 - 4ac}}{2a}$$
## 提示
- 为获得最佳效果,请确保公式图片清晰、光线充足
- 手写公式在白纸上用深色墨水书写效果最佳
- PDF 文件可以包含多页,所有公式都会被提取