PHPackages                             hahadu/image-to-text - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Image &amp; Media](/categories/media)
4. /
5. hahadu/image-to-text

ActiveLibrary[Image &amp; Media](/categories/media)

hahadu/image-to-text
====================

图像转像素代码

v1.0.1(5y ago)28Apache-2.0PHPPHP &gt;=5.6

Since Oct 9Pushed 5y agoCompare

[ Source](https://github.com/hahadu/image-to-text)[ Packagist](https://packagist.org/packages/hahadu/image-to-text)[ RSS](/packages/hahadu-image-to-text/feed)WikiDiscussions master Synced 3w ago

READMEChangelog (1)DependenciesVersions (3)Used By (0)

ImageToText
===========

[](#imagetotext)

图像转像素代码类
========

[](#图像转像素代码类)

安装：

composer require hahadu/image-to-text

使用：

```
use Hahadu\ImageToText\ImageToText;

$file_name = "test.jpg"; //图像路径
$chars = "01"; //设置转换字符
$toText = new ImageToText($chars);
$result = $toText->to_text($file_name);
var_dump($result);

```

- 2020.10.09：简化类库使用流程

###  Health Score

23

—

LowBetter than 26% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity7

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity51

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 100% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Every ~0 days

Total

2

Last Release

2092d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/8803f4b62a77e88a2b14f57d7d68a5bacaa69fd8c58b17101e89044fab8abb27?d=identicon)[hahadu](/maintainers/hahadu)

---

Top Contributors

[![hahadu](https://avatars.githubusercontent.com/u/38153732?v=4)](https://github.com/hahadu "hahadu (7 commits)")

### Embed Badge

![Health badge](/badges/hahadu-image-to-text/health.svg)

```
[![Health](https://phpackages.com/badges/hahadu-image-to-text/health.svg)](https://phpackages.com/packages/hahadu-image-to-text)
```

###  Alternatives

[goat1000/svggraph

Generates SVG graphs

135911.1k3](/packages/goat1000-svggraph)[gravatarphp/gravatar

Gravatar URL builder which is most commonly called as a Gravatar library

16653.6k2](/packages/gravatarphp-gravatar)[rsoury/wp-imgix

Rewrites WordPress image URLs to use ImgIX

167.2k](/packages/rsoury-wp-imgix)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
