A11ysaurio PDF Checker

外掛說明

A11ysaurio PDF Checker is a tool designed to help you ensure that the PDF documents uploaded to your website meet accessibility standards (WCAG 2.1 and PDF/UA). It integrates directly into the WordPress Media Library, allowing you to analyze any PDF with a single click without leaving your admin dashboard.

Main Features:

  • Automatic Analysis: Instant detection of structural errors, missing language, missing titles, heading structure (H1-H6), and data tables.
  • Native Integration: Adds an analysis button to the list view and the details view of any PDF file within your media library.
  • Validation History: A central dashboard to see the accessibility status of all your analyzed PDFs at a glance.
  • Total Privacy: All PDF parsing and analysis is performed locally in your web browser. The document is never uploaded to external third-party servers, ensuring the confidentiality of your data.
  • Keyboard and Screen Reader Support: The review interface itself is built following good accessibility practices.

Source Code

The file assets/js/a11ysaurio-admin.js included in this plugin is the original, raw, and unminified source code. No build tools or minification processes were used to generate this file.

螢幕擷圖

安裝方式

  1. Upload the plugin files to the /wp-content/plugins/a11ysaurio-pdf-checker directory, or install the plugin directly through the WordPress plugins screen by searching for “A11ysaurio PDF Checker”.
  2. Activate the plugin through the ‘Plugins’ screen in WordPress.
  3. Go to your Media Library, select any PDF file, and click on “Analyze PDF with A11ysaurio”.
  4. You can view the full report in the A11ysaurio side panel in your WordPress dashboard.

常見問題集

Are my PDFs sent to any external server?

No. All structural analysis of the PDF is performed locally in your browser using JavaScript. Your documents remain completely private and never leave your server/browser.

What standards does the plugin check?

The plugin performs a heuristic check of the most critical and common aspects defined by the Web Content Accessibility Guidelines (WCAG 2.1) and the PDF/UA standard. It includes checking language, title, heading hierarchy, tables, and alternative attributes for images.

Does it require complex configuration?

No. It is “plug & play”. Once activated, it automatically adds the analysis option to all your PDFs in the media library.

使用者評論

這個外掛目前沒有任何使用者評論。

參與者及開發者

以下人員參與了開源軟體〈A11ysaurio PDF Checker〉的開發相關工作。

參與者

將〈A11ysaurio PDF Checker〉外掛本地化為台灣繁體中文版

對開發相關資訊感興趣?

任何人均可瀏覽程式碼、查看 SVN 存放庫,或透過 RSS 訂閱開發記錄

變更記錄

1.3.4

  • Core: Sincronización del motor de extracción de texto con la versión 1.3.4 de la extensión oficial de Chrome.
  • Corrección: Solucionado un problema de duplicación masiva de texto en el reporte del lector de pantalla para documentos con etiquetas muy anidadas.
  • Corrección: Implementada una memoria de pila (Stack) para que las etiquetas decorativas vacías (como <Span>) no rompan el rastreo de lectura del texto siguiente.
  • Corrección: Los contenidos textuales ya no se descartan si un documento se exporta con un atributo ActualText o Alt vacío (sólo espacios).
  • Corrección: Soporte para procesar etiquetas MCID numéricas crudas (sin diccionario completo) generadas por ciertas herramientas de autoría.

1.2.0

  • Nueva función: Añadido botón de “Análisis por Lotes” en el Historial para analizar manual y masivamente todos los PDFs pendientes.
  • Mejora de Rendimiento: Se ha eliminado el escaneo en segundo plano automático de la biblioteca de medios para no sobrecargar los servidores.
  • Corrección: Arreglados problemas de superposición visual (overlap) de la interfaz de informes con el pie de página de WordPress.
  • Accesibilidad: Mejorada la accesibilidad por teclado de los desplegables de detalles (etiquetas summary).

1.1.0

  • Nueva función: Añadido ajuste para habilitar el análisis automático silencioso en la Biblioteca de Medios (al subir PDFs).
  • Nueva función: Añadida exportación de informes a formato CSV.
  • Mejora: Optimizada la cola de procesamiento en lotes para mayor estabilidad del navegador.

1.0.1

  • Added Spanish translation.

1.0.0

  • Initial release of the plugin in the official WordPress repository.