GEMINI LABJP
FLASH35 — Gemini 3.5 Flash is GA and now powers gemini-flash-latest, delivering sustained frontier performance on agentic and coding tasksAGENTS — Managed Agents launch in public preview in the Gemini API, running stateful autonomous agents in isolated Google-hosted Linux sandboxesANTIGRAV — The general-purpose managed agent antigravity-preview-05-2026 enters public preview: it plans, reasons, runs code, manages files, and browses the webTTS — Streaming speech generation is now supported for gemini-3.1-flash-tts-preview via streamGenerateContentNANO — Nano Banana 2 Lite arrives as the fastest, most cost-efficient Gemini Image modelDEPRECATE — Legacy image generation models are deprecated and shut down on August 17, 2026; plan your migration earlyFLASH35 — Gemini 3.5 Flash is GA and now powers gemini-flash-latest, delivering sustained frontier performance on agentic and coding tasksAGENTS — Managed Agents launch in public preview in the Gemini API, running stateful autonomous agents in isolated Google-hosted Linux sandboxesANTIGRAV — The general-purpose managed agent antigravity-preview-05-2026 enters public preview: it plans, reasons, runs code, manages files, and browses the webTTS — Streaming speech generation is now supported for gemini-3.1-flash-tts-preview via streamGenerateContentNANO — Nano Banana 2 Lite arrives as the fastest, most cost-efficient Gemini Image modelDEPRECATE — Legacy image generation models are deprecated and shut down on August 17, 2026; plan your migration early
TAG

Structured Extraction

2 articles
Back to all tags
Related:
Apps Script1Google Docs1Gemini API1Workspace Automation1Gemini1document processing1PDF1multimodal1OCR1
Workspace/2026-07-15Advanced

The Table Was There, but the Rows and Columns Weren't — Preserving Docs Structure Before It Reaches Gemini

getBody().getText() flattens Google Docs tables into a column of loose values. Here is what that cost me on a 42-row ledger, the Apps Script extraction layer that keeps the structure, and the acceptance test that keeps it honest.

Gemini API/2026-03-14Advanced

Gemini Advanced Document Processing — PDF Analysis, Table Extraction & Automated Review

Advanced document processing with Gemini's multimodal capabilities. Covers full PDF analysis, table and chart extraction, multi-document comparison, automated contract and invoice review. Includes File API integration and context caching patterns.