如何在PHP中从图像中读取文本

时间:2018-04-14 18:09:10

标签: php image ocr tesseract

我已从GIT https://github.com/thiagoalessio/tesseract-ocr-for-php

下载了存储库

我有以下图片: enter image description here

我想要文字 “快速的棕色狐狸越过懒狗”

我使用了下面的代码。但它给出了EMPTY结果。

require_once 'vendor/autoload.php';// if you are using composer
use thiagoalessio\TesseractOCR\TesseractOCR;
$result = new TesseractOCR('text.jpeg'))->run();
echo $result;

您可以使用以下链接下载我的脚本: https://files.fm/u/9vecfvk9

您也可以在https://files.fm上传工作代码并分享工作代码链接。

请伙计们帮助我。感谢您的回答。

非常感谢先进!

0 个答案:

没有答案