export_entities
Export extracted entities to CSV or JSON format with entity text, type, confidence scores, and occurrence counts for data analysis or reporting.
Instructions
Export all extracted entities to CSV or JSON format. Includes entity text, type, confidence scores, document counts, and occurrence counts. Useful for data analysis, reporting, or importing into other tools.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| format | No | Export format: 'csv' or 'json' | csv |
| entity_types | No | Filter by entity types (e.g., ['hardware', 'instruction']). Leave empty for all types. | |
| min_confidence | No | Minimum confidence threshold (0.0-1.0) | |
| output_path | No | Optional file path to save export (if not provided, returns as string) |