https://github.com/vladocar/spacestone
CLI for tesseract.js
https://github.com/vladocar/spacestone
cli console console-application node-js nodejs terminal tesseract tesseract-ocr
Last synced: 2 months ago
JSON representation
CLI for tesseract.js
- Host: GitHub
- URL: https://github.com/vladocar/spacestone
- Owner: vladocar
- License: mit
- Created: 2020-01-28T19:19:38.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2020-01-28T19:56:20.000Z (over 6 years ago)
- Last Synced: 2025-03-14T15:16:14.447Z (over 1 year ago)
- Topics: cli, console, console-application, node-js, nodejs, terminal, tesseract, tesseract-ocr
- Language: JavaScript
- Size: 38.1 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Spacestone
CLI for tesseract.js
Tesseract is Open Source Optical character recognition (OCR) Engine.
Tool based on tesseract.js.
Spacestone CLI takes images and converts them into .PDF text and .txt file.
Installation
```shell
npm i -g spacestone
```
You can use spacestone like this:
```shell
spacestone --url https://www.example.com/someimage.png
```
```shell
spacestone -u https://raw.githubusercontent.com/vladocar/Spacestone/master/example/Metamorphosis.png
```
or locally:
```shell
spacestone -u /../../SomeImage.png -l ita
```
Parameters:
--url, -u Url or local directory
--lang, -l language
-h help
License
This project is licensed under the MIT License