kshop-screen-capture-to-text
v1.0.15
Published
a project that can get text from capture screen of kshop app
Downloads
5
Readme
Get Started 🚀
This package is used to extract text from a screen capture of KShop.
Usage/Examples
example input
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'
}