https://github.com/jsmithdev/imgtxt
CLI tool to log text from an image
https://github.com/jsmithdev/imgtxt
Last synced: 29 days ago
JSON representation
CLI tool to log text from an image
- Host: GitHub
- URL: https://github.com/jsmithdev/imgtxt
- Owner: jsmithdev
- License: mit
- Created: 2021-04-01T20:18:37.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2023-03-10T20:14:56.000Z (about 3 years ago)
- Last Synced: 2025-09-27T13:43:10.175Z (8 months ago)
- Language: JavaScript
- Size: 10.3 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
- License: license
Awesome Lists containing this project
README
# imgtxt
CLI tool to log text from an image
## Install
```bash
npm install --global imgtxt
```
## Usage
`imgtxt [path to an image]`
> The path can be a local path to an image or a url to an image
> The local path can be encoded or not, for example `my img.png` or `my%20img.png`
For help run
`imgtxt --help`
### Example
```bash
$ imgtxt /home/user/screenshot/hello image.png
Passed with 81% confidence
-------------------image-text-----------------------
Mild Splendour of the various-vested Night!
```