Searching and tagging text for accessibility: can you do it programmatically?
I have several documents going under accessibility work (508). This is done manually.
However, several documents contain the same text across them (some headings, some paragraphs, etc). Is is possible to do the following programmatically?
- Mark a document as "tagged pdf" (create a root tag)
- Search for the repeated text.
- Apply the desired tag (for example, H1, P, etc).
I have been searching the Acrobat SDK but cannot find any methods for tagging a text selection. I haven't found anything on Javascript (I suppose the accessibility requires core functionality available only via the C++ API).
