An open API service indexing awesome lists of open source software.

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

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


List of all languages.

License

This project is licensed under the MIT License