Linux 软件免费装
Banner图

Ming's OCR Scanner

开发者 v20202020
更新时间 2026年8月3日 04:32
PHP版本: 7.4 及以上
WordPress版本: 7.0
版权: GPLv2 or later
版权网址: 版权信息

标签

forms ai webhook ocr text recognition tesseract document scanner

下载

1.0.2 1.0.3 1.0.0 1.0.1

详情介绍:

Ming's OCR Scanner lets users scan printed documents directly from a browser or upload an image for OCR processing. The plugin supports both browser-based OCR using Tesseract.js and server-side OCR using the Tesseract executable. Extracted text can be saved into the WordPress database or sent to an external application through a webhook. Features include: Perfect for:

安装:

  1. Upload the plugin to the "/wp-content/plugins/" directory, or install it through the WordPress Plugins screen.
  2. Activate the plugin.
  3. Open "Mings OCR Scanner" from the WordPress admin menu.
  4. Choose your OCR engine:
  5. Tesseract.js (browser-based)
  6. Server-side Tesseract
  7. Configure your webhook or scan history options if desired.

升级注意事项:

1.0.0 Initial release.

常见问题:

Does this plugin require Tesseract to be installed?

No. You can use tesseract.min.js entirely inside the browser without installing anything on your server. If you prefer server-side OCR, install the Tesseract executable on your server and configure its path in the plugin settings. Here is the download link: https://tesseract-ocr.github.io/tessdoc/Installation.html

Does it work on mobile phones?

Yes. Just open your WordPress website installed with this plugin. Go to dashboard, then go to this plugin's admin page.

Can OCR results be saved?

Yes. Scanned text can be stored in the WordPress database for later viewing. Later you can export it as csv files.

Can I send OCR results to another application?

Yes. The plugin can send structured OCR results to any webhook endpoint.

Which OCR engine is more accurate?

Accuracy depends on document quality. Server-side Tesseract is generally faster and more suitable for large workloads, while tesseract.min.js requires no server installation and works entirely in the user's browser.

更新日志:

1.0.1 Added webhook bearer token. 1.0.0