I'm making ionic app and use tesseract to read digital number.
my guide is simon : https://www.youtube.com/watch?v=c6MyNU0jp28

after searching and i found i have to use like external traineddata like 
7seg (https://github.com/Shreeshrii/tessdata_ssd). but i can't integrate it 
with my ionic app..

i try to add :
corePath: "../../assets/scripts/tesseract-core.wasm.js",
workerPath: "../../assets/scripts/worker.min.js",
langPath: "../../assets/scripts/lang-data",

in my lang-data : 7seg.traineddata

await this.worker.loadLanguage("7seg");
await this.worker.initialize("7seg");

and its not work. it try to download the 7seg as zip. but shows error can't 
load language. any suggestion?

"tesseract.js": "^3.0.3"

-- 
You received this message because you are subscribed to the Google Groups 
"tesseract-ocr" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to tesseract-ocr+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tesseract-ocr/a8268fc6-928f-4dee-a468-6b63d745d320n%40googlegroups.com.

Reply via email to