refact: update ui
This commit is contained in:
50
content/docs/en/supported-formats.md
Normal file
50
content/docs/en/supported-formats.md
Normal file
@@ -0,0 +1,50 @@
|
||||
---
|
||||
title: Supported Formats
|
||||
description: Input and output formats supported by TexPixel
|
||||
slug: supported-formats
|
||||
date: 2026-03-25
|
||||
tags: [reference]
|
||||
order: 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 |
|
||||
Reference in New Issue
Block a user