Socket
Socket
Sign inDemoInstall

a11ycat-ocr

Package Overview
Dependencies
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

a11ycat-ocr - npm Package Compare versions

Comparing version 0.0.2 to 0.0.3

2

package.json
{
"name": "a11ycat-ocr",
"version": "0.0.2",
"version": "0.0.3",
"source": "src/index.ts",

@@ -5,0 +5,0 @@ "main": "dist/index.js",

@@ -9,8 +9,11 @@ # a11ycat-ocr

* [ImageMagick 7](https://imagemagick.org/)
* [Tesseract OCR](https://github.com/tesseract-ocr/tesseract)
>IMPORTANT: `a11ycat-ocr` expects the ImageMagick tools, as well as the `tesseract` binary to be available in your `PATH`
Optional:
This is only needed if you are testing out the `tess` method on the `OCR` class. It is currently experimental, and does not return any of the OCR'd data, but is much faster than tesseract.js.
* [Tesseract OCR](https://github.com/tesseract-ocr/tesseract)
>IMPORTANT: `a11ycat-ocr` expects the ImageMagick tools to be availabe in `$PATH`. If you are testing the `tess` method on the `OCR` class, then `tesseract` must also be in `$PATH`
## Quick Start

@@ -17,0 +20,0 @@

SocketSocket SOC 2 Logo

Product

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

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc