web-atrio/tesseract-php

用于 Tesseract 命令行的 PHP 类

0.2 2017-10-13 13:45 UTC

This package is not auto-updated.

Last update: 2024-09-29 03:31:15 UTC


README

用于 Tesseract 命令行的 PHP 类

要求

您应该已安装 Tesseract

安装

该包可以通过 composer 安装

$ composer require web-atrio/tesseract-php

用法

读取图像文件或 PDF 文件。对于 PDF 文件,需要 temp 属性。

$tesseract = new TesseractPHP("test.png");
$output = $tesseract->run();

许可协议

MIT 许可协议 (MIT)。有关更多信息,请参阅 许可文件