Imagine you're taking notes in a lecture. The speaker says something garbled, but you glance at the slide behind them and fill in the gap — 'electroencephalography,' not 'electro-somethingraphy.' That cross-modal rescue is exactly what this paper tries to give ASR systems: aligned slide decks that could, in theory, help resolve ambiguous audio. The question is whether current multimodal models can actually pull it off. The committed claim: we built the first large-scale corpus pairing Spoken Wikipedia audio with LLM-generated presentation slides, creating a multimodal ASR benchmark that didn't exist before. This is a resource paper, not a modeling breakthrough. The Spoken Wikipedia Corpora already existed as audio-text pairs across multiple languages; the novelty is the synthetic slide layer and the benchmark it enables. The pipeline is a hybrid of LLM planning and rule-based design. An LLM segments Wikipedia sections, generates slide titles, bullet points, takeaway messages, and visual descriptions. Rule-based matching then selects layouts, themes, and styles — a deliberate choice to keep visual design deterministic rather than hallucinated. A vision LLM extracts the final slide text as Markdown, closing the loop. This is engineering, not architecture research, and the authors are upfront about it. The ladder is honest but sobering. The best audio-only model hits 10.23% micro-WER and 6.48% micro-CER, with English performing best, followed by German and Dutch, and performance degrading for lower-resource languages. The real finding is the negative result: multimodal zero-shot prompting of omni models — the ones that should benefit from seeing the slides — doesn't yet beat the audio-only baseline. The slides help humans but not machines, at least not with current prompting strategies. Integrity is reasonable for a resource paper. The evaluation uses established ASR metrics (WER, CER) across multiple languages, and the authors don't oversell the multimodal results. The weakness is that the slides themselves are synthetic — generated by an LLM, not created by human presenters — which means the corpus tests whether models can use LLM-generated visual context, a subtly different question from whether they can use real presentation slides. The authors acknowledge this but don't dwell on the gap. The milestone this paper points toward is clear: multimodal ASR that actually beats audio-only baselines when slides are present. We're at zero on that metric right now — the omni models can't reliably exploit the visual channel. The next number to watch is whether fine-tuning (not just zero-shot prompting) on this corpus closes the gap, and by how much. If fine-tuned multimodal models can drop WER by even 10-15% relative over the audio-only baseline, the corpus proves its value. The obvious experiment not run: fine-tuning a multimodal model on the aligned slide-audio data. The authors evaluate only zero-shot prompting. The honest read is (a) compute budget — fine-tuning omni models is expensive — and possibly (c) saving the fine-tuning experiments for a follow-up paper, since demonstrating the corpus and the zero-shot baseline is already a full contribution for SLT 2026.