Skip to content

PDF::Inspector::Text.analyze does not return strings within repeat block #25

@ruinunes

Description

@ruinunes

When using PDF::Inspector::Text.analyze(some_pdf).strings, it does not return strings that were added via

repeat(1..page_count) do
  text_box "Hello", at: [0, bounds.top]
end

Is there a way to get a hold of these strings?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions