Catalog108 / challenges / dynamic/canvas/text-rendered
Text rendered as canvas
What this challenge teaches
Teaches: A code-like value is drawn pixel-by-pixel onto a <canvas>. No DOM text to extract.
Expected output: OCR the canvas (Tesseract et al.) OR scrape the underlying string from the JS that drew it.
Submit your scraper's JSON output to /challenges/dynamic/canvas/text-rendered/grade
(grader endpoint is part of a later phase; URL is reserved now).
The code below is drawn onto a canvas, no DOM text node.