Offline OCR

A safe, fully offline region-select OCR — no data ever leaves your browser.

As of June 2026, Offline OCR has 794 users and a 4.50/5 rating from 2 reviews in the Productivity category.

Usersno change0%
794
794
Ratingno change0%
4.50
2 reviews
Reviewsno change0%
2
Version
0.5.0
Manifest V3
90-day change · In the last 90 days this extension 3 version updates, changed permissions.

History

8 snapshots

Tracking since Apr 25, 2026.

857.28398.5-60.27999999999997Apr 25, 2026Jun 7, 2026
View as table
DateUsersRatingReviewsVersion
Apr 25, 20260.1.0
May 2, 20260.1.0
May 9, 202630.1.0
May 13, 20265534.5020.3.0
May 19, 20266424.5020.3.0
May 25, 20267014.5020.3.0
Jun 1, 20267434.5020.4.0
Jun 7, 20267634.5020.5.0
Now7944.5020.5.0

Changelog

  • Jun 1, 2026
    description
    Offline OCR — A safe, fully offline region-select OCR
    
    Select any area on screen with your mouse to recognize text and copy it to your clipboard instantly.
    Powered by NDLOCR, an OCR engine developed by the National Diet Library of Japan (NDL), delivering high-accuracy Japanese text recognition.
    All processing happens entirely in your browser. No internet connection required — your images and text are never sent to any external server.
    
    ■ Key Features
    
    - Fully offline — your data never leaves your device
    - One-click usage — just select a region and text is automatically copied
    - Optimized for Japanese — powered by the National Diet Library's OCR technology
    - 3 ways to launch — toolbar icon / keyboard shortcut / right-click menu
    - Regex cleaning rules — auto-remove commas, spaces, or line breaks before copying. Create your own custom rules to fit your workflow, such as stripping digit separators from invoice amounts
    - Image viewer — open local images or clipboard images for OCR, with zoom and region selection
    - Multilingual UI — automatically switches between Japanese and English
    
    ■ How to Use
    
    1. Click the extension icon (or use the keyboard shortcut)
    2. Drag to select the area you want to OCR
    3. Wait a few seconds — the result is automatically copied to your clipboard
    
    💡 Image viewer
       You can also OCR local image files and clipboard images.
       - From the extension popup: "Open Image" / "Open Clipboard Image"
       - Right-click an image on any web page → "Open Image in Viewer"
       In the viewer you can zoom in to select a region, or OCR the entire image at once.
    
    ■ Great For
    
    - Copying text from PDFs or images
    - Quickly extracting numbers from invoices and receipts
    - Transcribing text from screenshots
    - Working with confidential documents you don't want to upload to external services
    
    ■ Privacy
    
    Offline OCR makes absolutely no network requests.
    The OCR engine (ONNX Runtime Web) and models are fully bundled within the extension and run entirely inside your browser.
    No personal data or images are ever collected or transmitted.
    
    ■ Technical Details
    
    - OCR Engine: NDLOCR-Lite (lightweight version of the National Diet Library OCR)
    - Detection Model: DEIM (FP32)
    - Recognition Model: PARSeq (FP32)
    - Inference Runtime: ONNX Runtime Web (WebAssembly)
    - Supported Languages: Japanese (horizontal text)
    - Requirements: Chrome 116 or later
    
    ■ Acknowledgments
    
    The OCR engine and models used in this extension are based on NDLOCR, researched, developed, and published by the National Diet Library of Japan (NDL).
    We sincerely thank the National Diet Library for making their high-accuracy Japanese OCR technology openly available.
    
    ■ Changelog
    
    v0.4.0
    - Added "Open Image in Viewer" to the image right-click menu
    
    v0.3.0
    - Added the image viewer (OCR for local images and clipboard images)
    - Supports file selection / drag & drop / Ctrl+V paste
    
    v0.2.0
    - Improved recognition accuracy so OCR works even with tight region selections
    
    v0.1.0
    - Initial release
    Offline OCR — A safe, fully offline region-select OCR
    
    Select any area on screen with your mouse to recognize text and copy it to your clipboard instantly.
    Powered by NDLOCR, an OCR engine developed by the National Diet Library of Japan (NDL), delivering high-accuracy Japanese text recognition.
    All processing happens entirely in your browser. No internet connection required — your images and text are never sent to any external server.
    
    ■ Key Features
    
    - Fully offline — your data never leaves your device
    - One-click usage — just select a region and text is automatically copied
    - Optimized for Japanese — powered by the National Diet Library's OCR technology
    - 3 ways to launch — toolbar icon / keyboard shortcut / right-click menu
    - Regex cleaning rules — auto-remove commas, spaces, or line breaks before copying. Create your own custom rules to fit your workflow, such as stripping digit separators from invoice amounts
    - Image viewer — open local images or clipboard images for OCR, with zoom and region selection
    - Multilingual UI — automatically switches between Japanese and English
    
    ■ How to Use
    
    1. Click the extension icon (or use the keyboard shortcut)
    2. Drag to select the area you want to OCR
    3. Wait a few seconds — the result is automatically copied to your clipboard
    
    💡 Image viewer
       You can also OCR local image files and clipboard images.
       - From the extension popup: "Open Image" / "Open Clipboard Image"
       - Right-click an image on any web page → "Open Image in Viewer"
       In the viewer you can zoom in to select a region, or OCR the entire image at once.
    
    ■ Great For
    
    - Copying text from PDFs or images
    - Quickly extracting numbers from invoices and receipts
    - Transcribing text from screenshots
    - Working with confidential documents you don't want to upload to external services
    
    ■ Privacy
    
    Offline OCR makes absolutely no network requests.
    The OCR engine (ONNX Runtime Web) and models are fully bundled within the extension and run entirely inside your browser.
    No personal data or images are ever collected or transmitted.
    
    ■ Technical Details
    
    - OCR Engine: NDLOCR-Lite (lightweight version of the National Diet Library OCR)
    - Detection Model: DEIM (FP32)
    - Recognition Model: PARSeq (FP32)
    - Inference Runtime: ONNX Runtime Web (WebAssembly)
    - Supported Languages: Japanese (horizontal text)
    - Requirements: Chrome 116 or later
    
    ■ Acknowledgments
    
    The OCR engine and models used in this extension are based on NDLOCR, researched, developed, and published by the National Diet Library of Japan (NDL).
    We sincerely thank the National Diet Library for making their high-accuracy Japanese OCR technology openly available.
    
    ■ Changelog
    
    v0.5.0
    - OCR output for tables and receipts is now tab-separated (paste into Excel / Google Sheets and each cell lands in its own column)
    - Cleaning rule replacement strings now support escape sequences (\t \n \r \\ \0)
    - Fixed a bug where the blue selection rectangle bled into the captured image; detection accuracy benefits as a side effect
    - Added Debug mode — save and inspect the cropped + padded image fed to the detector
    
    v0.4.0
    - Added "Open Image in Viewer" to the image right-click menu
    
    v0.3.0
    - Added the image viewer (OCR for local images and clipboard images)
    - Supports file selection / drag & drop / Ctrl+V paste
    
    v0.2.0
    - Improved recognition accuracy so OCR works even with tight region selections
    
    v0.1.0
    - Initial release
  • May 25, 2026
    description
    Offline OCR — A safe, fully offline region-select OCR
    
    Select any area on screen with your mouse to recognize text and copy it to your clipboard instantly.
    Powered by NDLOCR, an OCR engine developed by the National Diet Library of Japan (NDL), delivering high-accuracy Japanese text recognition.
    All processing happens entirely in your browser. No internet connection required — your images and text are never sent to any external server.
    
    ■ Key Features
    
    - Fully offline — your data never leaves your device
    - One-click usage — just select a region and text is automatically copied
    - Optimized for Japanese — powered by the National Diet Library's OCR technology
    - 3 ways to launch — toolbar icon / keyboard shortcut / right-click menu
    - Regex cleaning rules — auto-remove commas, spaces, or line breaks before copying. Create your own custom rules to fit your workflow, such as stripping digit separators from invoice amounts
    - Multilingual UI — automatically switches between Japanese and English
    
    ■ How to Use
    
    1. Click the extension icon (or use the keyboard shortcut)
    2. Drag to select the area you want to OCR
    3. Wait a few seconds — the result is automatically copied to your clipboard
    
    💡 You can also open image or PDF files directly in Chrome and scan them.
       Just drag and drop a local file into Chrome, then select the region.
    
    ■ Great For
    
    - Copying text from PDFs or images
    - Quickly extracting numbers from invoices and receipts
    - Transcribing text from screenshots
    - Working with confidential documents you don't want to upload to external services
    
    ■ Privacy
    
    SnapOCR Offline makes absolutely no network requests.
    The OCR engine (ONNX Runtime Web) and models are fully bundled within the extension and run entirely inside your browser.
    No personal data or images are ever collected or transmitted.
    
    ■ Technical Details
    
    - OCR Engine: NDLOCR-Lite (lightweight version of the National Diet Library OCR)
    - Detection Model: DEIM (FP32)
    - Recognition Model: PARSeq (FP32)
    - Inference Runtime: ONNX Runtime Web (WebAssembly)
    - Supported Languages: Japanese (horizontal text)
    - Requirements: Chrome 116 or later
    
    ■ Acknowledgments
    
    The OCR engine and models used in this extension are based on NDLOCR, researched, developed, and published by the National Diet Library of Japan (NDL).
    We sincerely thank the National Diet Library for making their high-accuracy Japanese OCR technology openly available.
    Offline OCR — A safe, fully offline region-select OCR
    
    Select any area on screen with your mouse to recognize text and copy it to your clipboard instantly.
    Powered by NDLOCR, an OCR engine developed by the National Diet Library of Japan (NDL), delivering high-accuracy Japanese text recognition.
    All processing happens entirely in your browser. No internet connection required — your images and text are never sent to any external server.
    
    ■ Key Features
    
    - Fully offline — your data never leaves your device
    - One-click usage — just select a region and text is automatically copied
    - Optimized for Japanese — powered by the National Diet Library's OCR technology
    - 3 ways to launch — toolbar icon / keyboard shortcut / right-click menu
    - Regex cleaning rules — auto-remove commas, spaces, or line breaks before copying. Create your own custom rules to fit your workflow, such as stripping digit separators from invoice amounts
    - Image viewer — open local images or clipboard images for OCR, with zoom and region selection
    - Multilingual UI — automatically switches between Japanese and English
    
    ■ How to Use
    
    1. Click the extension icon (or use the keyboard shortcut)
    2. Drag to select the area you want to OCR
    3. Wait a few seconds — the result is automatically copied to your clipboard
    
    💡 Image viewer
       You can also OCR local image files and clipboard images.
       - From the extension popup: "Open Image" / "Open Clipboard Image"
       - Right-click an image on any web page → "Open Image in Viewer"
       In the viewer you can zoom in to select a region, or OCR the entire image at once.
    
    ■ Great For
    
    - Copying text from PDFs or images
    - Quickly extracting numbers from invoices and receipts
    - Transcribing text from screenshots
    - Working with confidential documents you don't want to upload to external services
    
    ■ Privacy
    
    Offline OCR makes absolutely no network requests.
    The OCR engine (ONNX Runtime Web) and models are fully bundled within the extension and run entirely inside your browser.
    No personal data or images are ever collected or transmitted.
    
    ■ Technical Details
    
    - OCR Engine: NDLOCR-Lite (lightweight version of the National Diet Library OCR)
    - Detection Model: DEIM (FP32)
    - Recognition Model: PARSeq (FP32)
    - Inference Runtime: ONNX Runtime Web (WebAssembly)
    - Supported Languages: Japanese (horizontal text)
    - Requirements: Chrome 116 or later
    
    ■ Acknowledgments
    
    The OCR engine and models used in this extension are based on NDLOCR, researched, developed, and published by the National Diet Library of Japan (NDL).
    We sincerely thank the National Diet Library for making their high-accuracy Japanese OCR technology openly available.
    
    ■ Changelog
    
    v0.4.0
    - Added "Open Image in Viewer" to the image right-click menu
    
    v0.3.0
    - Added the image viewer (OCR for local images and clipboard images)
    - Supports file selection / drag & drop / Ctrl+V paste
    
    v0.2.0
    - Improved recognition accuracy so OCR works even with tight region selections
    
    v0.1.0
    - Initial release
  • May 9, 2026
    permissions
    scripting, offscreen, clipboardWrite, contextMenus, storage
    scripting, offscreen, clipboardRead, clipboardWrite, contextMenus, storage

Permissions & access

Permissions
scriptingoffscreenclipboardReadclipboardWritecontextMenusstorage
Host access
<all_urls>

Screenshots

Offline OCR screenshot 1Offline OCR screenshot 2Offline OCR screenshot 3Offline OCR screenshot 4Offline OCR screenshot 5

About

Offline OCR — A safe, fully offline region-select OCR

Select any area on screen with your mouse to recognize text and copy it to your clipboard instantly.
Powered by NDLOCR, an OCR engine developed by the National Diet Library of Japan (NDL), delivering high-accuracy Japanese text recognition.
All processing happens entirely in your browser. No internet connection required — your images and text are never sent to any external server.

■ Key Features

- Fully offline — your data never leaves your device
- One-click usage — just select a region and text is automatically copied
- Optimized for Japanese — powered by the National Diet Library's OCR technology
- 3 ways to launch — toolbar icon / keyboard shortcut / right-click menu
- Regex cleaning rules — auto-remove commas, spaces, or line breaks before copying. Create your own custom rules to fit your workflow, such as stripping digit separators from invoice amounts
- Image viewer — open local images or clipboard images for OCR, with zoom and region selection
- Multilingual UI — automatically switches between Japanese and English

■ How to Use

1. Click the extension icon (or use the keyboard shortcut)
2. Drag to select the area you want to OCR
3. Wait a few seconds — the result is automatically copied to your clipboard

💡 Image viewer
   You can also OCR local image files and clipboard images.
   - From the extension popup: "Open Image" / "Open Clipboard Image"
   - Right-click an image on any web page → "Open Image in Viewer"
   In the viewer you can zoom in to select a region, or OCR the entire image at once.

■ Great For

- Copying text from PDFs or images
- Quickly extracting numbers from invoices and receipts
- Transcribing text from screenshots
- Working with confidential documents you don't want to upload to external services

■ Privacy

Offline OCR makes absolutely no network requests.
The OCR engine (ONNX Runtime Web) and models are fully bundled within the extension and run entirely inside your browser.
No personal data or images are ever collected or transmitted.

■ Technical Details

- OCR Engine: NDLOCR-Lite (lightweight version of the National Diet Library OCR)
- Detection Model: DEIM (FP32)
- Recognition Model: PARSeq (FP32)
- Inference Runtime: ONNX Runtime Web (WebAssembly)
- Supported Languages: Japanese (horizontal text)
- Requirements: Chrome 116 or later

■ Acknowledgments

The OCR engine and models used in this extension are based on NDLOCR, researched, developed, and published by the National Diet Library of Japan (NDL).
We sincerely thank the National Diet Library for making their high-accuracy Japanese OCR technology openly available.

■ Changelog

v0.5.0
- OCR output for tables and receipts is now tab-separated (paste into Excel / Google Sheets and each cell lands in its own column)
- Cleaning rule replacement strings now support escape sequences (\t \n \r \\ \0)
- Fixed a bug where the blue selection rectangle bled into the captured image; detection accuracy benefits as a side effect
- Added Debug mode — save and inspect the cropped + padded image fed to the detector

v0.4.0
- Added "Open Image in Viewer" to the image right-click menu

v0.3.0
- Added the image viewer (OCR for local images and clipboard images)
- Supports file selection / drag & drop / Ctrl+V paste

v0.2.0
- Improved recognition accuracy so OCR works even with tight region selections

v0.1.0
- Initial release

Technical

Version
0.5.0
Manifest
V3
Size
71.82MiB
Min Chrome
88
Languages
2
Featured
No

Metadata

ID
cfppiicaeemimcbodibggnnolckcpmpd
Developer ID
u53a5794fc940dd5ca87122abe7d2d8ea
Developer Email
[email protected]
Created
Apr 24, 2026
Last Updated (Store)
Jun 1, 2026
Last Scraped
Jun 7, 2026
Website

Data sourced from the Chrome Web Store · last verified Jun 7, 2026.