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

https://github.com/jeromewu/tesseract.js-typescript

An example to use tesseract.js in typescript
https://github.com/jeromewu/tesseract.js-typescript

Last synced: about 1 year ago
JSON representation

An example to use tesseract.js in typescript

Awesome Lists containing this project

README

          

Tesseract.js Typescript
=======================

Please check tsconfig.json for configurations.

Install

```
$ npm install
```

Build

```
$ npm run build
```

Run
```
$ npm run start
```