Tainacan AI
A plugin for enabling AI features in Tainacan, such as a document analyzer for extracting metadata
★ 2stars
12release downloads
0forks
Install
The author publishes release zips, so WP-CLI can install straight from GitHub:
wp plugin install https://github.com/tainacan/tainacan-ai/releases/download/0.2.0/tainacan-ai.zipFrom the readme
Tainacan AI
WordPress plugin that integrates Tainacan with WordPress AI (via the Connectors screen) to extract metadata from item documents and images.
AI routing and credentials are managed by WordPress; this plugin focuses on prompts, per-metadata extraction, analysis, and Tainacan-specific UX.
Features
- WordPress AI & Connectors: Uses the site’s configured AI connectors
- Compatible with Tainacan 1.0+: Uses the Pages and Admin Form Hooks APIs
- Smart cache: Caching with manual clear from settings
- Prompt preambles: One site-wide default preamble plus per-collection overrides (the plugin composes the full analysis prompt)
- Prompt templates: Suggested preamble templates in AI Tools that can be copied into the default preamble
- Per-metadata extraction opt-out: All collection metadata is included by default; check Exclude from AI extraction on the metadatum form to omit a field
- Evidence per field: Every analysis appends standardized instructions so each metadata key returns { "value", "evidence" }
- EXIF extraction: Optional EXIF extraction from images (when enabled and supported by the server)
- PDF support: Text extraction (with a language-agnostic quality gate that reje
Read the full README on GitHub →