Expand description
Figure image extraction and download module (R4).
Extracts figure images from web pages and downloads them locally. Supports multi-language figure detection (English/Russian).
Based on reference implementation from: https://github.com/link-foundation/meta-theory/blob/main/scripts/download.mjs
Structs§
- Figure
- A figure extracted from HTML.
- Figure
Download Result - Result of downloading a single figure.
Functions§
- download_
figures - Download figure images.
- extract_
figures - Extract figure elements from HTML content.