New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@anytestforpm/ocr

Package Overview
Dependencies
Maintainers
1
Versions
40
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@anytestforpm/ocr - npm Package Compare versions

Comparing version 1.3.2 to 1.3.3

10

ocr.js

@@ -9,3 +9,3 @@

const OCR_LANGUAGE_MAP = {
VN: "vie",
TH: "vie",
ID: "ind",

@@ -17,3 +17,3 @@ IN: "hin",

PK: "eng",
TH: "tha+eng",
VN: "tha+eng",
PH: "eng",

@@ -138,5 +138,5 @@ NG: "eng"

const resText = String(result.data.text);
// if (configData.region === "TH") {
// resText = resText.replace(" ","");
// }
if (configData.region === "VN") {
resText = resText.replace(" ","");
}
console.log("OCR Text >>> ", resText);

@@ -143,0 +143,0 @@

{
"name": "@anytestforpm/ocr",
"version": "1.3.2",
"version": "1.3.3",
"description": "",

@@ -5,0 +5,0 @@ "main": "ocr.js",

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