mirror of
https://gitlab.com/MrFry/mrfrys-node-server
synced 2025-04-01 20:24:18 +02:00
added tesseract package, trying to recognize text from base64 image
This commit is contained in:
parent
70e7af0ba0
commit
00ec614f1d
9 changed files with 484 additions and 284 deletions
|
@ -2,7 +2,7 @@
|
|||
"compilerOptions": {
|
||||
"noUnusedLocals": true,
|
||||
"noUnusedParameters": true,
|
||||
"noImplicitReturns":true,
|
||||
"noImplicitReturns": true,
|
||||
"noFallthroughCasesInSwitch": true,
|
||||
"suppressImplicitAnyIndexErrors": true,
|
||||
"moduleResolution": "node",
|
||||
|
@ -15,16 +15,10 @@
|
|||
"sourceMap": true,
|
||||
"outDir": "dist",
|
||||
"noImplicitAny": true,
|
||||
"lib": [
|
||||
"ES2020"
|
||||
]
|
||||
"lib": ["dom", "ES2020"]
|
||||
},
|
||||
"files": [
|
||||
"src/server.ts"
|
||||
],
|
||||
"include": [
|
||||
"src/**/*"
|
||||
],
|
||||
"files": ["src/server.ts"],
|
||||
"include": ["src/**/*"],
|
||||
"exclude": [
|
||||
"src/tests/",
|
||||
"node_modules",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue