Gemini Text Extraction
Independent PiSkill directory guide. The original prompt remains hosted by Google Cloud Generative AI.
What does this prompt do?
Demonstrates prompts that extract named fields and facts from unstructured text into a predictable result.
Primary use case
Extract specified entities or fields from text.
Expected output
The requested fields in a consistent structure.
Inputs or variables
- source text
- fields to extract
Related prompts
AI-Assisted Data Science
Uses Gemini to explore a data question, inspect a dataset, develop analysis steps, produce code, and explain findings with assumptions and validation checks.
Gemini Document Processing
Processes documents with Gemini by defining the target schema, extracting grounded information, handling multiple formats, and validating outputs against source evidence.
Gemini Text Classification
Shows reusable prompt patterns for assigning text to a controlled set of labels with Gemini.
Gemini and Document AI Entity Extraction
Combines Document AI and Gemini to extract defined entities, reconcile OCR context, and assess whether structured results match the underlying document.
Gemini Controlled JSON Output
Uses controlled generation to produce responses that conform to a declared JSON schema.
Medical Note Information Extraction
Extracts structured clinical details from a supplied medical note while following an explicit schema and separating source text from instructions.