1.0.15 • Published 10 months ago

kshop-screen-capture-to-text v1.0.15

Weekly downloads
-
License
ISC
Repository
-
Last release
10 months ago

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'
}
1.0.15

10 months ago

1.0.14

10 months ago

1.0.13

10 months ago

1.0.12

10 months ago

1.0.11

10 months ago

1.0.10

10 months ago

1.0.9

10 months ago

1.0.8

10 months ago

1.0.7

10 months ago

1.0.6

10 months ago

1.0.3

10 months ago

1.0.2

10 months ago

1.0.1

10 months ago

1.0.0

10 months ago