Open source harness for running olmOCR-Bench (Allen AI) against third-party OCR / document-parsing services, plus a thin client to evaluate Unsiloed's hosted parser via its public API.
SELECT event_type,COUNT(*),SUM(amount),AVG(duration_ms),percentile_disc(0.95) WITHIN GROUP (ORDER BY duration_ms) FROM events_heap GROUP BY event_type ORDER BY SUM ...