Search...Search plugins and themes...
⌘K
Sign in
  • Get started
  • Download
  • Pricing
  • Enterprise
  • Account
  • Obsidian
  • Overview
  • Sync
  • Publish
  • Canvas
  • Mobile
  • Web Clipper
  • CLI
  • Learn
  • Help
  • Developers
  • Changelog
  • About
  • Roadmap
  • Blog
  • Resources
  • System status
  • License overview
  • Terms of service
  • Privacy policy
  • Security
  • Community
  • Plugins
  • Themes
  • Discord
  • Forum / 中文论坛
  • Merch store
  • Brand guidelines
Follow us
DiscordTwitterBlueskyThreadsMastodonYouTubeGitHub
© 2026 Obsidian

Handwriting PDF

NeurocloudNeurocloud156 downloads

Convert handwritten PDF notes into formatted Markdown with Gemini document understanding.

Add to Obsidian
  • Overview
  • Scorecard
  • Updates12

Turn handwritten PDF notes into clean Obsidian notes without doing the copy-paste dance.

Handwriting PDF is a small Obsidian plugin for those PDFs that are full of useful handwritten notes but are annoying to search, skim, or reuse. Pick a PDF, run the plugin, and it asks Gemini to read the handwriting, clean up the obvious typos and punctuation, preserve the structure it can understand, and drop everything into a fresh Markdown note.

Current version: 0.1.20.

This project was built in collaboration with AI using OpenAI Codex.

What It Does

By default, Handwriting PDF keeps the workflow simple:

  • Right-click a PDF on desktop, or use the file action on mobile.
  • Send the selected PDF to Gemini for handwriting recognition.
  • Create a new note named YYYY-MM-DD - NoteTitle.md.
  • Let you customize the note title format while keeping YYYY-MM-DD - NoteTitle as the default.
  • Put the note title at the very top of the file.
  • Add a short summary before the transcription.
  • Turn the handwriting into readable Markdown with headings, bullets, emphasis, tables, and LaTeX-style math when Gemini can identify them.
  • Keep the AI cleanup path on by default so obvious spelling, grammar, capitalization, punctuation, headings, and bold emphasis are cleaned up or preserved when supported by the visible note.
  • Let you customize the summary guidance while keeping summaries short, useful, and focused on context, action items, themes, and highlights.
  • Tag clear meeting action items with #Todo by default, using a configurable tag.
  • Format clear handwritten table layouts as Markdown tables that render in Obsidian.
  • Use a cheap local formatting preflight so tables, lists, and math only get extra formatting attention when the PDF hints or visible layout call for it.
  • Keep the transcription faithful: cleanup should not change the note's content, meaning, numbers, dates, or conclusions.
  • Link back to the PDF inside your vault instead of embedding it by default.
  • Create an OCR-enhanced PDF copy by default, after the Markdown note appears, while Obsidian opens the new note.
  • Use searchable-text-only OCR PDF mode by default so the plugin does not ask Gemini for line coordinates unless you choose the slower positioned mode.
  • Save generated notes in Handwriting PDF Notes unless you choose a different folder.
  • Log timing details to the developer console so slow steps are easier to spot.

The goal is simple: handwritten PDF in, useful Obsidian note out.

Setup

Install the plugin in your vault, open the Handwriting PDF settings, and add your Gemini API key. The default model is gemini-3.1-flash-lite. You can also choose another PDF-friendly handwriting model from the dropdown.

That is the main setup. After that, select a PDF and run Create handwriting note.

Generated Note Layout

Generated notes are meant to be easy to scan:

# 2026-06-07 - Example Title

## Details
- Source PDF: [[example.pdf]]

## Summary

...

## Transcription

...

## Source PDF

[[example.pdf]]

If you turn on Embed PDF in note, the final PDF section uses an embed instead:

![[example.pdf]]

Optional OCR PDF Copy

There is also an OCR-enhanced PDF feature. It is on by default.

When enabled, the plugin creates a separate PDF copy with an invisible searchable text layer. The original PDF is not changed. By default, the Markdown note is created first and the OCR-enhanced PDF is created afterward in the background.

To keep things fast, the plugin checks whether the PDF already has a text layer:

  • If a text layer already exists, the plugin avoids requesting positioned coordinates and preserves the existing PDF text-layer positioning.
  • In the default Searchable text only mode, the plugin uses the cleaned transcription/page text to create the invisible layer without asking Gemini for extra OCR coordinates.
  • If the PDF is image-only, you can choose the slower positioned mode so Gemini returns line positions for a more spatially aligned layer.

Privacy and Network Use

This plugin needs your own Gemini API key. When you run a conversion, the selected PDF is sent to Google's Gemini API for handwriting recognition, cleanup, formatting, and optional summary generation.

The API key is saved in Obsidian's local plugin data for the current vault. The plugin does not include a bundled API key, does not run ads, and does not collect telemetry.

Notes

Handwriting recognition is only as good as the source PDF and the model response. The plugin tries to preserve structure, but messy handwriting, cramped margins, and complex layouts can still need a quick human pass.

This plugin bundles pdf-lib under the MIT license; see PDF-LIB-LICENSE.md.

HealthExcellent
ReviewPassed
About
Convert handwritten PDFs to formatted Markdown via Gemini, preserving headings, lists, emphasis, tables and LaTeX equations while correcting spelling, grammar, capitalization and punctuation. Create dated notes (YYYY-MM-DD - Title.md), optionally add a concise summary, and embed the original or OCR-processed PDF (local OCR copy created with bundled JS) at the end.
PDFOCRAI
Details
Current version
0.1.20
Last updated
Last month
Created
Last month
Updates
12 releases
Downloads
156
Compatible with
Obsidian 1.5.0+
Platforms
Desktop, Mobile
License
GPL-3.0
Report bugRequest featureReport plugin
Author
NeurocloudNeurocloudneurocloud-activate
GitHubneurocloud-activate
  1. Community
  2. Plugins
  3. PDF
  4. Handwriting PDF

Related plugins

Text Extractor

A (companion) plugin to facilitate the extraction of text from images (OCR) and PDFs.

AI Image OCR

Extracts text from images using AI Vision models.

OCR-AI

Convert PDFs to rich Markdown, including images and ocr using the marker api

Smart Connections

Find related notes and excerpts while writing. Your AI link building copilot displays relevant content in graph + list view. A local embedding model powers semantic search. Zero setup. No API key.

Claudian

Embeds Claude Code/Codex and other local Agents as AI collaborators in your vault.

Copilot

Your AI Copilot: Chat with Your Second Brain, Learn Faster, Work Smarter.

Fast Note Sync

Real-time sync of your vaults across server, mobile, and web; shareable with anyone; supports REST and MCP integrations to build your personal AI knowledge base.

Agent Client

Chat with Claude Code, Codex, Gemini CLI, and more via the Agent Client Protocol — right from your vault.

Text Generator

Generate text content using GPT-3 (OpenAI).

Smart Composer

AI chat with note context, smart writing assistance, and one-click edits for your vault.