Description from extension meta
[description]
Image from store
Description from store
🛠️ Description
A browser extension for Getty Images contributors that streamlines the metadata extraction process during content uploads.
It automatically extracts metadata such as the creation date and shooting location from the description field, using a customizable regular expression (regex) defined by the user.
If you're unfamiliar with regular expressions (regex), you can:
- Use the default regex provided by the extension, or
- Ask any large language model (LLM) to generate one tailored to your needs.
More about regex: https://en.wikipedia.org/wiki/Regular_expression
▶️ How to Use
- Go to your batch page: https://esp.gettyimages.com/contribute/batches/{batch_id}
- Upload your content and fill in the Description field for each item.
- Open the extension to extract metadata either for a selected item or for the entire batch.
⚠️ Requirements & Limitations
- The Getty Images contributor interface must be set to English.
- The Description field must be filled in — the extension reads data only from it.
- When using a custom regex, only the first match returned will be used.
Make sure to test your regex on sites like regex101.com to ensure it correctly captures the intended data in the first result.