find_text


Description:

public List<Rectangle?> find_text (string text)

Finds text in this with the default options (%POPPLER_FIND_DEFAULT) and returns a List of rectangles for each occurrence of the text on the page.

The coordinates are in PDF points.

Parameters:

this

a Page

text

the text to search for (UTF-8 encoded)

Returns:

a List of Rectangle ,