Preset: keyof typeof PRESETS

Preset configuration for HTML processing.

  • FAST: Optimized for speed with minimal processing. Removes basic non-content elements and skips markdown conversion for maximum performance.

  • QUALITY: Provides more thorough content extraction by removing a comprehensive set of non-content elements and converting the result to simplified markdown format. This produces cleaner output at the cost of slightly more processing time.