Rui Nunes
Results
2
issues of
Rui Nunes
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...
If a string contains a superscript char like `m²`, then the `PDF::Inspector::Text.analyze(some_pdf).strings` array will produce 2 strings: ``` m ² ``` instead of a single array entry with `m²`