Files
doc_ai_frontend/content/docs/en/supported-formats.md
2026-03-25 14:06:37 +08:00

1.5 KiB

title, description, slug, date, tags, order
title description slug date tags order
Supported Formats Input and output formats supported by TexPixel supported-formats 2026-03-25
reference
2

Supported Formats

Input Formats

TexPixel accepts the following file types for formula recognition:

Images

  • JPEG / JPG — Photos from cameras or phones
  • PNG — Screenshots, scanned images, or digital drawings

Documents

  • PDF — Single or multi-page documents. All pages are processed and formulas are extracted from each page.

File size limit: 10 MB per file.

Resolution tips: For best results, use images at least 300 DPI. Phone photos work well when the formula fills most of the frame.

Output Formats

After recognition, you can export results in multiple formats:

Code Formats

  • LaTeX — Standard math typesetting syntax, compatible with Overleaf, TeXmaker, and Markdown editors
  • MathML — XML-based format for web pages and screen readers

Document Formats

  • Markdown — Ready to paste into Markdown files with inline math notation
  • Word (DOCX) — Editable Word document with properly formatted equations

Image Formats

  • PNG — High-resolution rendered formula image

Format Comparison

Format Best For Editable Web-Ready
LaTeX Papers, Markdown Yes With MathJax
MathML Websites, Accessibility Yes Native
Markdown Notes, Docs Yes With renderer
Word Assignments Yes No
PNG Sharing No Yes