Here are common examples:
- Parsing invoices to get structured text → Parse only: $0.01 / page
- Extracting key fields (e.g. vendor, amount, date) from receipts → Parse + Extract: $0.01 + $0.03 = $0.04 / page
- Sorting mixed documents by type, then extracting → Parse + Classify + Extract: $0.01 + Free + $0.03 = $0.04 / page