centos7下php使用tesseract
Posted
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了centos7下php使用tesseract相关的知识,希望对你有一定的参考价值。
- 安装:
yum -y install tesseract composer require thiagoalessio/tesseract_ocr 1.3.0
- 使用:
<?php require_once "vendor/autoload.php"; echo (new TesseractOCR(‘text.png‘)) ->run();
以上是关于centos7下php使用tesseract的主要内容,如果未能解决你的问题,请参考以下文章
tesseract-php 包装器在本地主机上运行时出现路径错误