When using `PDF::Inspector::Text.analyze(some_pdf).strings`, it does not return strings that were added via ```ruby repeat(1..page_count) do text_box "Hello", at: [0, bounds.top] end ``` Is there a way to get a hold of these strings?