All guides
Image to Markdown/

What Image to Markdown Can Preserve

Learn how image-to-Markdown handles columns, tables, formulas, and pictures, what it omits automatically, and which visual details need review.

imgtotable Editorial Team5 min read

Image-to-Markdown conversion tries to recover a document's wording and structure from a picture. It is useful when you want editable content, but it should not be judged as though it were a photocopier.

A screenshot includes font choices, colors, spacing, columns, and visual decoration. Markdown mainly describes elements such as headings, paragraphs, lists, and links. Some source features have a natural Markdown equivalent; others need to be simplified or rebuilt.

Use Image to Markdown when semantic structure matters more than reproducing the original page exactly. This guide explains that boundary so you can choose a realistic target before converting.

The tool uploads your image for server-side HunyuanOCR recognition. Its document parsing supports reading order, HTML tables, and LaTeX formulas, as described in the official HunyuanOCR documentation. The result can therefore contain more than basic Markdown syntax; the destination renderer affects how it looks.

Separate meaning from appearance

A heading has two properties: it identifies a section, and it has a visual style. Markdown can represent the first property directly. The application displaying it chooses much of the second.

The same principle applies to lists. A list expresses a group of related items or an ordered sequence. Its exact bullet shape, indentation width, and font are presentation details that may change between renderers.

A successful conversion can therefore look different while preserving meaning. Conversely, a visually similar result can be wrong if a heading is attached to the wrong paragraph or an exception is separated from the rule it qualifies.

Elements with straightforward equivalents

Source elementMarkdown representationWhat to check
Section headingHeading levelCorrect hierarchy and wording
ParagraphText blockComplete sentences and boundaries
Simple listList itemsItem order and nesting
Short quotationBlock quoteExact words and attribution
TableHTML table within the Markdown documentRows, headers, and merged cells
Mathematical formulaLaTeX notationSymbols, subscripts, and grouping
Detected pictureEmbedded crop of the source imageCrop boundaries, caption, and placement

Fonts and colors do not transfer directly

Basic Markdown does not specify a particular typeface, text size, or page position. A large blue title in the image may become an ordinary heading styled by the destination application.

If color carries meaning, preserve that meaning in words. For example, a source might use red text to mark overdue items. A plain transcription should identify those items explicitly rather than relying on a color that disappears.

Multiple columns usually work automatically

A printed page can place text side by side. HunyuanOCR organizes the recognized content into reading order, so most clear multi-column articles can be converted as a whole without manually cropping columns or assembling paragraphs.

The Markdown result usually presents that content in one continuous sequence rather than recreating the original columns. Check transitions between columns and the placement of independent sidebars, especially on pages with text wrapping around figures.

Only if the result actually mixes columns or misses a passage should you retry with a clearer image or separate crops. The two-column extraction guide provides a fallback for those cases, rather than a required preparation step.

Headers, footers, and gutter content are omitted

Conversion focuses on the document body and automatically ignores headers and footers. Non-body content in the central gutter, such as running labels or binding-area markings, is also generally omitted. You do not normally need to erase these areas before uploading.

This does not mean that body text near the fold should be discarded. If you need a running title, page number, or gutter annotation in the final document, compare with the source and restore it where necessary. Footnotes that belong to the article should also be checked for completeness.

Complex tables can use HTML

Basic Markdown table syntax cannot express merged cells, but HunyuanOCR can represent complex tables in HTML within the Markdown output. A table with grouped headings or merged cells does not automatically need to be flattened or redesigned.

Check the recognized values and cell relationships, then preview the result in the application where you will use it. If that application strips HTML or does not support the table structure, simplify the headings or split the table for compatibility.

If readers need sorting, formulas, or detailed cell editing, a spreadsheet may be more appropriate. AI Image to Table provides a table-focused workflow, also using server-side recognition. Do not force a complex dataset into Markdown simply because the source arrived as a document image.

Visible link text does not reveal an invisible URL. Recognition may recover the label, but the destination must come from the original page or another verified source.

The tool can crop detected pictures from the uploaded image and embed them in the Markdown result. Check that each crop includes the whole figure and that its caption appears in the right place. If picture extraction is unavailable, the tool can recover text with a warning; restore missing figures from the source when needed.

An embedded chart preserves its appearance, but does not make its plotted data editable. Review image descriptions and confirm that your destination application supports embedded image data before sharing the exported Markdown.

Code and formulas require exact checks

HunyuanOCR recognizes document formulas as LaTeX, so equations do not normally need to be retyped from scratch. Their display depends on the destination application's math support.

Code punctuation and mathematical symbols carry meaning. A missing bracket, changed quote, or incorrect subscript can alter the content even when the rendered block looks polished.

Check these elements independently from surrounding prose. Use a suitable editor or renderer to inspect them, and verify the source characters before relying on the result. A successful preview shows that syntax can render; it does not establish that the transcription is correct.

Choose the final format deliberately

Use Markdown for content you expect to read, edit, link, and reorganize as text. Consider Image to Word when an editable document with richer structure fits better, while still expecting layout differences and manual review.