PHPackages                             appel/copy-notes - 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. [Utility &amp; Helpers](/categories/utility)
4. /
5. appel/copy-notes

ActiveProject[Utility &amp; Helpers](/categories/utility)

appel/copy-notes
================

Extract text from scanned handwritten notes using Google Vision API.

00PHP

Since Sep 20Pushed 6y ago1 watchersCompare

[ Source](https://github.com/avrahamappel/copy-notes)[ Packagist](https://packagist.org/packages/appel/copy-notes)[ RSS](/packages/appel-copy-notes/feed)WikiDiscussions master Synced 5d ago

READMEChangelogDependenciesVersions (1)Used By (0)

Usage
=====

[](#usage)

Run from the command line:

```
copy-notes path/to/file/notes.jpg
```

A `notes-text.txt` file will be created with the results of the image scan in the same directory as the source image that you supplied.

You can also pass a target file path as a second parameter.

```
copy-notes path/to/file/notes.jpg ~/Notes/notes.txt
```

Installation (Composer)
=======================

[](#installation-composer)

```
composer global require appel/copy-notes
```

Don't forget to enable the Google Vision API and download the credentials JSON file. Once you've done that, pass the file path to the `GOOGLE_APPLICATION_CREDENTIALS` environment variable.

```
export GOOGLE_APPLICATION_CREDENTIALS=path/to/credentials.json
```

Happy copying! 📝

###  Health Score

17

—

LowBetter than 6% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity0

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity36

Early-stage or recently created project

 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.

### Community

Maintainers

![](https://www.gravatar.com/avatar/c5380728b99919e632776bbe389056c34beb2ae339e4f8f2a66285345549b48f?d=identicon)[avrahamappel](/maintainers/avrahamappel)

---

Top Contributors

[![avrahamappel](https://avatars.githubusercontent.com/u/33736292?v=4)](https://github.com/avrahamappel "avrahamappel (8 commits)")

---

Tags

ocrphpvision-api

### Embed Badge

![Health badge](/badges/appel-copy-notes/health.svg)

```
[![Health](https://phpackages.com/badges/appel-copy-notes/health.svg)](https://phpackages.com/packages/appel-copy-notes)
```

###  Alternatives

[supercool/tools

A collection of useful tools for Craft CMS websites

5418.0k](/packages/supercool-tools)

PHPackages © 2026

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