a11ycat-ocr
Advanced tools
Comparing version 0.0.2 to 0.0.3
{ | ||
"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 @@ |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Native code
Supply chain riskContains native code (e.g., compiled binaries or shared libraries). Including native code can obscure malicious behavior.
Found 13 instances in 1 package
Filesystem access
Supply chain riskAccesses the file system, and could potentially read sensitive data.
Found 1 instance in 1 package
78
1
0
4586
6
18