Skip to content

OCR Extractor

Extract text from attachments and store it as Markdown in your notes.

The above warnings are based on limited information and might not always be accurate.

Data

IDocr-extractor
AuthorJohnathan Ritzi
Minimum Obsidian Version1.11.4
Official Release Date2025-12-16
Last update2026-07-05

Last Refresh

Obsidian Stats last refreshed the data behind this page on Jul 13, 2026.

Community plugin snapshotJul 13, 2026
Repository clonelast successful checkout Jul 6, 2026
Release acquisitionrelease metadata checked Jul 6, 2026; latest main.js acquired

Quick Links

Changes

DateChanged PropertyOld ValueNew Value
2025-12-16Plugin Added
2026-05-12authorJohnathan Ritzijritzi
2026-05-12descriptionExtract text from documents, images, etc. and store it as Markdown in your notes.Extract text from PDFs, documents, images, etc. with OCR and store it as Markdown in your notes.
2026-05-23descriptionExtract text from PDFs, documents, images, etc. with OCR and store it as Markdown in your notes.Extract text from PDFs, documents, images, etc. and store it as Markdown in your notes.
2026-05-24descriptionExtract text from PDFs, documents, images, etc. and store it as Markdown in your notes.Extract text from PDFs, images, documents, etc. and store it as Markdown in your notes.
2026-05-28authorjritziJohnathan Ritzi
2026-06-14descriptionExtract text from PDFs, images, documents, etc. and store it as Markdown in your notes.Extract text from attachments and store it as Markdown in your notes.

Repository Data

LicenseMIT in package.json
MIT in LICENSE file
Package Managerpnpm
Uses TypescriptYes
Installed BundlersVite, esbuild
Installed Testing FrameworksVitest
Has Test FilesYes
Latest Release main.js Size3.08 MB
Detected ES VersionES2018
Probably MinifiedYes
main.js API Findings12 disclosures
Uses BRAT beta releasesNo
Dependencies@mistralai/mistralai, file-type, i18next, openai, p-limit, pdfjs-dist, semver, tesseract.js
Dev Dependencies@electron/asar, @eslint/config-helpers, @eslint/js, @mswjs/interceptors, @playwright/test, @tesseract.js-data/eng, @types/node, @types/semver, esbuild, eslint, eslint-config-prettier, eslint-plugin-obsidianmd, generate-license-file, globals, husky, jiti, obsidian, ocr-extractor-api, prettier, tslib, typescript, typescript-eslint, vite, vitest

main.js API Findings

These conservative findings come from static analysis of the latest release main.js. The table includes warnings and high-confidence informational findings; lower-confidence informational findings are omitted to reduce false positives. Warnings indicate usage of potentially risky APIs, but such APIs can be used safely if handled with care.

DisclosureDetected From
Dynamic Code Or Remote CodeEvaluates dynamic code or injects scripts
Embedded Base64 BlobIncludes large embedded base64 blobs
Full Vault AccessEnumerates vault files
Global Handlers Or TimersRegisters events, DOM handlers, or intervals
Metadata AccessReads Obsidian metadata cache
Network AccessUses browser network APIs
Node Filesystem AccessUses direct Node filesystem-related modules
Note Content AccessReads vault files
Private Network AccessReferences localhost or private-network addresses
Process Or Shell AccessUses Node process or subprocess APIs
Vault File WriteWrites vault files
Worker UsageUses Worker APIs
FindingTypeConfidenceEvidence
Evaluates dynamic code or injects scriptsWarningHighimport (2), dynamic_code:function_constructor (1)
Uses direct Node filesystem-related modulesWarningHighfs/promises (1), os (1), path (1)
Uses Node process or subprocess APIsWarningHighprocess.env (10), process.platform (2), child_process (1)
References localhost or private-network addressesWarningMediumlocalhost (6)
Uses Worker APIsInfoHighWorker (3)
Includes large embedded base64 blobsInfoHighbase64 blob (1)
Registers events, DOM handlers, or intervalsInfoHighsetTimeout (23)
Reads Obsidian metadata cacheInfoHighapp.metadataCache.getCache (2), app.metadataCache (2)
References URLs or constructs URL objectsInfoHighhttp:// (17), https:// (29), URL (24), URLSearchParams (4)
Uses browser network APIsInfoHighfetch (5), XMLHttpRequest (2)
Persists plugin settings or dataInfoHighthis.loadData (1), this.saveData (2)
Registers plugin settings UIInfoHighthis.addSettingTab (1), Setting (3), obsidian.Setting (3)
Accesses Obsidian vault APIsInfoHighapp.vault (6)
Enumerates vault filesInfoHighapp.vault.getAllFolders (1), app.vault.getMarkdownFiles (1)
Reads vault filesInfoHighapp.vault.cachedRead (1), app.vault.readBinary (1)
Writes vault filesInfoHighapp.vault.process (1)
Accesses Obsidian workspace APIsInfoHighapp.workspace (3)

The above data may not be accurate and contain errors. For more information refer to the page about data collection.

Lines of Code

The plugin has a total of 4552 lines of code. The following chart shows the lines of code split by programming language.

Downloads

The following chart shows the total number of downloads of the plugin over time. The second chart shows the delta of downloads per week, which is the number of new downloads per week. New version releases are marked with vertical lines.

Version History

VersionRelease DateNote
1.0.02025-10-11Released while not listed
1.0.12025-10-12Released while not listed
1.1.02025-12-30None
1.2.02026-01-18None
1.3.02026-02-15None
2.0.02026-02-22None
2.0.12026-02-22None
2.1.02026-04-01None
2.2.02026-05-11None
2.2.12026-05-16None
2.2.22026-05-21None
2.3.02026-06-14None
2.3.12026-06-14None
2.3.22026-06-20None
2.4.02026-06-28None
2.4.12026-07-05None

Blacklisted versions are versions that are known to cause major issues or contain security concerns and have thus been blacklisted by the Obsidian team. Obsidian will disable plugins on startup whose installed version is blacklisted. Released while not listed versions happened outside the period where the plugin was present in the community plugin list and are excluded from aggregate release statistics.