From fb60a2389f2c1e4939a4147c1596c6357402d4b3 Mon Sep 17 00:00:00 2001 From: Jerome Wu Date: Tue, 2 Jul 2019 23:30:25 +0800 Subject: [PATCH] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 6a22edf..1dba84d 100644 --- a/README.md +++ b/README.md @@ -44,6 +44,7 @@ worker.recognize(myImage) - Upgrade to tesseract v4 - Support multiple languages at the same time, eg: eng+chi_tra for English and Traditional Chinese - Supported image formats: png, jpg, bmp, pbm +- Support WebAssembly (fallback to ASM.js when browser doesn't support) ## Installation