| 开发者 | v20202020 |
|---|---|
| 更新时间 | 2026年8月3日 04:32 |
| PHP版本: | 7.4 及以上 |
| WordPress版本: | 7.0 |
| 版权: | GPLv2 or later |
| 版权网址: | 版权信息 |
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
Yes. Just open your WordPress website installed with this plugin. Go to dashboard, then go to this plugin's admin page.
Yes. Scanned text can be stored in the WordPress database for later viewing. Later you can export it as csv files.
Yes. The plugin can send structured OCR results to any webhook endpoint.
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.