Cursor Extractor May 2026

That’s your first extraction. From there, build your own extractor library.

extractor = CursorExtractor(schema) for log_file in Path("data/raw/logs").glob("*.log"): content = log_file.read_text() extractor.extract_from_text(content, str(log_file)) Cursor Extractor

inside Cursor Composer today: “Extract all email addresses and dates from the selected text. Output JSON.” That’s your first extraction