Alt Text BLIP for PDF Figures

Key Capabilities

  • Generates alt text for Figure tags in a PDF, using Salesforce’s BLIP vision-language model
  • Generates alt text from a single image file, saved as a text file
  • Uses Salesforce’s BLIP large vision-language model, entirely offline
  • Skips figures that already have alt text by default, unless you enable overwrite
  • Configurable zoom level for page rendering

Runs locally, fits your workflow

  • Runs 100% locally via Docker, no data ever leaves your machine
  • Requires Docker running before install or execution
  • Works directly inside PDFix Desktop
  • Fits into automation pipelines through the PDFix SDK
  • See also Alt Text OpenAI action

Action Summary

Free · LocalSet Alternate Description Automatically generates alternate text for Figure tags using Salesforce BLIP large, embedding it into each figure’s Alt attribute
Free · LocalSet Alternate Description Automatically generates alternate text from an image file using Salesforce BLIP large, saving the description to a text file

Frequently Asked Questions

What is Salesforce BLIP?

BLIP – Bootstrapping Language-Image Pretraining – is an open-source vision-language model developed by Salesforce Research. It is trained to understand and describe image content in natural language. The PDFix action uses the BLIP-large variant, which offers higher description accuracy than the base model.

Does this action require an internet connection or API key?

No. The BLIP model runs entirely on your local machine inside a Docker container. No image data is transmitted to Salesforce, PDFix, or any third-party service. This makes it suitable for use with confidential or regulated documents.

How accurate are the generated descriptions?

BLIP-large produces accurate descriptions for photographs, diagrams, and general figures. For highly specialized technical images – such as engineering schematics, medical scans, or complex charts – the generated descriptions should be reviewed by a human before finalizing. PDFix Desktop allows you to edit any generated alt text before saving.

How does this differ from the Generate Alternate Text (OpenAI) action?

Both actions generate alt text for PDF images, but they differ in cost and data handling. The Salesforce BLIP action is 100% free and runs entirely on your local machine with no data leaving your environment. The OpenAI action connects to the OpenAI API, requires an API key, and is billed per use – but can produce more nuanced descriptions for complex or context-dependent images.