AI Interpolator Extractor
Last updated on
23 February 2024
The Extractor plugin is an extracting helper, that uses non-AI processes to not only extract or count text, but also extract complex types like e-mail or urls or even extract and download files and images.
Module link: https://www.drupal.org/project/ai_interpolator_extractor
Installation
- Use Composer to get the module: "composer require 'drupal/ai_interpolator_extractor"
- Install the AI Interpolator Extractor like any other module.
How to use
Since the AI interpolator Extractor have many extractors, its easier to read about the rules below.
Example ideas of workflows that could be done with the Extractor plugin.
- You have a big unformatted text with some mail inside of it, that you want to extract.
- You want to scrape a company website for contact information to that company, by just giving the link. Can be done together with the AI Interpolator Scraping Bot.
- You want to automatically fetch contact data to some specific person that has their mail published on some website. Can be done together with the AI Interpolator SERP and the AI Interpolator Scraping Bot.
- You want to extract the e-mails from a PDF, Excel or Word file. Can be done together with the AI Interpolator ConvertAPI.
- You want to scrape a royaltee-free music website for mp3 files and store them in a file field, by just giving the link. Can be done together with the AI Interpolator Scraping Bot.
- You want to extract links to PDF files from a PDF, Excel or Word file. Can be done together with the AI Interpolator ConvertAPI.
- You want to migrate content from an old Drupal or Wordpress or whatever website with unstructured download links, into a structured file field.
- You want to know how many times a word exists in a raw text dump.
- You want to scrape a webpage and count how many external links it has, by just giving the link. Can be done together with the AI Interpolator Scraping Bot.
- You want to extract links to how many times a sentence exists in a PDF, Excel or Word file. Can be done together with the AI Interpolator ConvertAPI.
You can also find videos of OpenAI Workflows under workflows-of-ai.com
Available Rules
| Rule Name | Description | Field Types |
|---|---|---|
| E-Mail Extractor | Extract e-mails from a text. | |
| File Extractor | Download files from a urls referenced in texts or HTML. | File |
| Image Extractor | Download images from a urls referenced in texts or HTML. | Image |
| Link Extractor | Store links referenced in texts or HTML. | Link |
| RegEx Counter | This rule counts how many type a regex exists in texts or HTML. | Number (integer) |
| RegEx Extractor | Extract text matches into text fields using regular expressions. | Text (plain) Text (formatted) |
Help improve this page
Page status: No known problems
You can:
You can:
- Log in, click Edit, and edit this page
- Log in, click Discuss, update the Page status value, and suggest an improvement
- Log in and create a Documentation issue with your suggestion
