Last updated: 2026-03-14
Metric Book Transcriber (“the Add-on”) is an open-source Google Docs™ Editor add-on that helps users transcribe images of metric books (birth, marriage, and death registers) using the Google™ AI (Gemini™) API.
| Data | Why | Where it goes |
|---|---|---|
| Google AI (Gemini) API key | Required to call the Gemini API on the user’s behalf. | Stored in Google Apps Script User Properties (private per Google account). Never sent anywhere other than Google’s Generative Language API endpoint. |
| Document content (Context section) | The text under the “Context” heading in the active Google Doc is read to build the transcription prompt. | Sent to the Google AI (Gemini) API as part of the prompt. Not stored elsewhere. |
| Selected image | The image the user selects for transcription is read from the document. | Sent (base64-encoded) to the Google AI (Gemini) API. Not stored elsewhere. |
| Google Drive™ folder contents (file names and images) | When using “Import Book from Drive Folder,” the add-on reads image files from the specified folder. | Images are inserted into the user’s Google Doc. File metadata and blobs are processed in memory only. |
The add-on sends data to a single third-party service:
generativelanguage.googleapis.com) — to perform image transcription. The data sent consists of the document Context text and the selected image. Google’s own privacy terms govern how Google processes this data. See Google’s AI Privacy Policy.The add-on does not send data to any other third-party service.
The add-on does not collect analytics, telemetry, usage metrics, or tracking data of any kind.
The add-on does not use cookies.
The add-on does not share, sell, or transfer user data to any third party except as described above (Google AI API calls initiated by the user).
PropertiesService.getUserProperties().deleteProperty('GEMINI_API_KEY') in the Apps Script editor console, or by entering a new key through the add-on’s “Set API Key” dialog.The add-on is not directed at children under the age of 13 and does not knowingly collect personal information from children.
If this policy changes, the updated version will be posted in this repository with a new “Last updated” date.
For questions about this privacy policy, open an issue at github.com/dekochka/geneascript-gdoc-addon/issues.