Socket
Socket
Sign inDemoInstall

tesseract.js-core

Package Overview
Dependencies
0
Maintainers
1
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
91K
increased by4.75%
Maintainers
1
Install size
3.45 MB
Created
Weekly downloads
 

Readme

Source

tesseract.js-core

Odds are you probably want to be using tesseract.js instead. It's a high level async API that works on the browser as well as the server. But if you're a big fan of manual memory management and slow, blocking computation, then you're at the right place!

The API essentially mirrors the Tesseract C++ API specified in baseapi.h. In particular, it's the subset which is described by tesseract.idl


Note that this didn't work for me on io.js v1.0.3 (giving a "read_params_file: parameter not found: enable_new_segsearch" error). Switching to Node v0.12.2 worked.

Keywords

FAQs

Last updated on 15 Jul 2015

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