need to use openCv to identifiy text

This commit is contained in:
2023-05-22 00:57:12 +02:00
parent 0c99c6b36f
commit 48a7338928
7 changed files with 222 additions and 96 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
const {startBookWithNumbers, scheduleBookWithNumbers} = require('./src/appointment')
startBookWithNumbers(0, 2, "random", "./163_contacts.xlsx", true, false).then((r) => {
startBookWithNumbers(70, 200, "random", "/Users/lpan/Desktop/gmail_contacts.xlsx", true, false).then((r) => {
console.log(r)
})