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
- Host: GitHub
- URL: https://github.com/jeromewu/tesseract.js-typescript
- Owner: jeromewu
- Created: 2019-10-07T13:07:15.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2023-05-06T23:16:00.000Z (about 3 years ago)
- Last Synced: 2025-05-06T11:42:59.687Z (about 1 year ago)
- Language: TypeScript
- Size: 11.7 KB
- Stars: 19
- Watchers: 2
- Forks: 7
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
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
```