Skip to main content
raeben3
Inspiring
September 17, 2019
Question

Way to Extract Alternative Text or Actual Text ?

  • September 17, 2019
  • 2 replies
  • 483 views

Does anyone know a way to batch extract all the alternative (or actual) text in a PDF file?  Could this be done using a custom Javascript maybe?  Thanks!

    This topic has been closed for replies.

    2 replies

    try67
    Community Expert
    Community Expert
    September 24, 2021

    Extracting the actual text can be done using a script that iterates over all the words in all the pages of the file, or just saves the file as a plain-text file...

    I don't know of a way of extracting alternative text using a script. It might be possible with a plugin, though.

    Participant
    September 24, 2021

    I'm interested too!