Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Export indirect metadata for images #417

Open
tokee opened this issue Oct 4, 2023 · 0 comments
Open

Export indirect metadata for images #417

tokee opened this issue Oct 4, 2023 · 0 comments

Comments

@tokee
Copy link
Contributor

tokee commented Oct 4, 2023

The exporter should be extended to enrich metadata for images with URLs for pages that links to the images as well as ALT/title-text for the <img>s.

This could be implemented by an expander in the export chain that

  1. Searches all pages linking to the images (Solr: Fast)
  2. Fetches the raw HTMLs (WARC content request: Heavy!)
  3. Parses HTML for<img>s pointing to the origo image and extract ALT/title (Parsing: Medium heavy)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant