Skip to main content
Feature in Alpha
When given an URL, the AI has capabilities to extract and parse content.

Configuration

KeyDefaultValuesDescription
enabledfalsetrue | falseEnable web page extraction and parsing
timeout15Positive integerTimeout in seconds for each web page fetch
poolSize5Positive integerNumber of browser instances to keep in the pool
poolIdleTimeout300Positive integerSeconds before an idle browser instance is terminated
poolMaxPages5Positive integerMaximum concurrent pages per browser instance

Example

features:
    webExtract:
        enabled: true
        timeout: 15
        poolSize: 5
        poolIdleTimeout: 300
        poolMaxPages: 5

Usage

When enabled, this feature allows Zylon to extract and parse content from web pages, enabling content analysis and data extraction capabilities.