Socket
Socket
Sign inDemoInstall

tesseract.js-core

Package Overview
Dependencies
0
Maintainers
3
Versions
29
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    tesseract.js-core

Tesseract C++ API in Pure Javascript


Version published
Weekly downloads
70K
decreased by-17.58%
Maintainers
3
Install size
9.89 MB
Created
Weekly downloads
 

Readme

Source

tesseract.js-core

Core part of tesseract.js, which compiles original tesseract from C to JavaScript WebAssembly.

Environment

  • Emscripten: 1.38.16 (trzeci/emscripten:sdk-tag-1.38.16-64bit)
  • Leptonica: 1.74.2
    • zlib: 1.2.5
    • libtiff: 3.9.4
    • libjpeg: 8.4.0
    • libpng: 1.4.22
  • Tesseract: 4.0.0

Contribution

As we leverage git-submodule to manage dependencies, remember to add recursive when cloning the repository:

$ git clone --recursive https://github.com/naptha/tesseract.js-core

To build tesseract-core.js by yourself, please install docker and run:

$ sh build.sh

The genreated files will be stored in src/tesseract-core.*

Keywords

FAQs

Last updated on 30 Sep 2019

Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc