
內容簡介
這是一款 WordPress 外掛,使用OCR和Tesseract來提取附加圖像中的文本。
使用此外掛,每次上傳圖像後會新增一篇文章,其中包含在檔案中識別出的所有文本字符。
您可以編輯這些文本以提高其精確度,並在網站的其他地方使用它們。
OCR 外掛需要 PHP 的支援版本,具有 GD 擴展和以下命令行實用程序:
* 用於實際OCR的Tesseract。
您必須在您的伺服器上手動安裝這個實用工具,並且 PHP 也能夠執行它。
由於這個外掛需要進行一些複雜的操作,所以建議只供進階用戶使用。
外掛標籤
開發者團隊
原文外掛簡介
A plugin for extracting text from attached images using OCR via Tesseract.
This plugin adds a new post named for each image upload containing any recognized text characters within the file.
This text can then be edited for accuracy and used elsewhere on the site.
The OCR plugin requires a supported version of PHP with the GD extension and the following command line utility:
* Tesseract for the actual OCR
This utility must be manually installed on your server and executable by PHP.
This process, and consequently this plugin, is recommended only for advanced users.
