centos7下php使用tesseract

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了centos7下php使用tesseract相关的知识,希望对你有一定的参考价值。

  1. 安装:
    yum  -y  install  tesseract
    composer  require  thiagoalessio/tesseract_ocr  1.3.0
  2. 使用:
    <?php
    require_once "vendor/autoload.php";
    echo (new TesseractOCR(‘text.png‘))
    ->run();

以上是关于centos7下php使用tesseract的主要内容,如果未能解决你的问题,请参考以下文章

tesseract Centos7 安装

tesseract Centos7 安装

php怎么做图片识别

tesseract-php 包装器在本地主机上运行时出现路径错误

docker中基于centos7.3搭建tesseract5环境以及制作镜像

docker中基于centos7.3搭建tesseract5环境以及制作镜像