Tagged PDF documents with images
The objective of this technique is to provide text alternatives for
images via an /Alt entry in the property list for a Tag. This is normally
accomplished using a tool for authoring PDF.
PDF documents may be enhanced by providing alternative descriptions for images, formulas, and other items that do not translate naturally into text. In fact, such text alternatives are required for accessibility: alternate descriptions are human-readable text that can be vocalized by text-to-speech technology for the benefit of users with vision disabilities.
When an image contains words that are important to understanding the content, the text alternative should include those words. This will allow the alternative to accurately represent the image. Note that it does not necessarily describe the visual characteristics of the image itself but must convey the same meaning as the image.
This example is shown with Adobe Acrobat Pro. There are other software tools that perform similar functions.
In the Set Alternative Text dialog that appears, type in your alternative text, then press the Save & Close button.
This example is shown in operation in the working example of Adding an /Alt entry to an image.
This example is shown with Open Office Writer. There are other software tools that perform similar functions.
/Alt entryThe /Alt property used on an image of mountains with a moon and trees typically would be used like this (typically accomplished by an authoring tool):
/Figure <</Alt (Sketch of Mountains with moon rising over trees)>>
The image might also be represented by a tag with a different name. A different name might be used because the tag name is written in a language other than English or because a specific tool uses a different name for some other reason. In this situation, it is also necessary that the RoleMap contained within the StructTreeRoot for the PDF document contain an entry which explicitly maps the name of the tag used for the image with the standard structure type used in PDF documents (in this case, Figure). If the RoleMap contains only an entry mapping Shape tags to Figure tags, the rolemap information would appear as follows:
/RoleMap << /Shape /Figure >>
In this case, the usage of the /Alt entry as follows would also be correct:
/Shape <</Alt (Crater Lake in the summer, with the blue sky, clouds and
crater walls perfectly reflected in the lake) >>
Note that the /Alt entry in property lists can be combined with other entries.
For all images which need equivalents:
Verify the images have /Alt entries on an enclosing tag by one of the following:
/Alt entry value, such as aDesigner, to open the PDF document and view the GUI summary to read the text alternatives for images.