Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

kshop-screen-capture-to-text

Package Overview
Dependencies
Maintainers
0
Versions
14
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

kshop-screen-capture-to-text

a project that can get text from capture screen of kshop app

  • 1.0.15
  • latest
  • npm
  • Socket score

Version published
Weekly downloads
1
decreased by-50%
Maintainers
0
Weekly downloads
 
Created
Source

Get Started 🚀

This package is used to extract text from a screen capture of KShop.

Usage/Examples

example input KShop Screen Capture

  import detectSingleFile from "kshop-screen-capture-to-text"
  const result = await detectSingleFile("./images/62710.jpg", 5)
  console.log(result)

will return something like this

result {
  index: null,
  filePath: './images/62640.jpg',
  amount: 1000,
  accountName: 'นายสมควร',
  dateTime: '2024-06-17 20:01:00',
  fromBank: 'ไทยพาณิชย์',
  KPlusReferenceNumber: null,
  referenceNumber: 'KPS004KB0O00001797190'
}

FAQs

Package last updated on 29 Sep 2024

Did you know?

Socket

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
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc