One element, two text views
<article>
<p>Visible report text.</p>
<span hidden>MACHINE_TRADECRAFT_DEMO_OK</span>
</article>
A structural extractor using textContent can recover both text nodes. A rendered-text view using innerText ordinarily omits the hidden span. Screenshot OCR sees only painted pixels. The discrepancy is the evidence.
Structural extraction
Visible report text. MACHINE_TRADECRAFT_DEMO_OK
Rendered text
Visible report text.