Currently, I have a series of images (PNGs) and, for each, an unformatted text version of their content. I'd like to make a PDF where each image becomes a full page of the resulting PDF, with the corresponding text somehow also attached to the page, so that searching for some words brings you to pages with that text on it, even though the text is never directly displayed.
This is a one-shot job, so it doesn't have to be neat or scalable. I could use any language commonly available on a Linux system, or common command-line tools. (I also have a Windows system with Acrobat available, though there are near a thousand images, so something manual wouldn't work.)