← All terms

Content Re-Rendering

Also known as: Content Transformation, Accessible Re-Rendering

The process of taking content from one format or presentation and transforming it into a different format that is more accessible or usable for a specific audience. In accessibility, content re-rendering typically involves converting visually-encoded information (images, PDFs, complex layouts) into semantically structured HTML that screen readers can effectively navigate. This can include extracting text from images via OCR or AI, restructuring spatial layouts into linear sequences, converting visual legends and icons into text labels, and organizing content into accessible patterns like accordions or data tables. Unlike simple text extraction, effective content re-rendering preserves the semantic relationships and meaning conveyed by the original visual presentation.

Category: web accessibility · assistive technology

Related: Proxy Interface · Document Accessibility · Visual Document Understanding · Reading Order

Sources