estimate_savings
Calculate potential token savings by comparing raw HTML to cleaned text, enabling cost assessment before full processing.
Instructions
Estimate token savings from raw HTML vs cleaned text without making an Apify call.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| raw | Yes | Original raw HTML or noisy text. | |
| cleaned | Yes | Cleaned text to compare against raw input. |