From ecf03503f119c0c590db9f3b30f9199eac4086e9 Mon Sep 17 00:00:00 2001 From: jeromewu Date: Fri, 20 Mar 2020 02:26:52 +0000 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e977069..d37124c 100644 --- a/README.md +++ b/README.md @@ -70,7 +70,7 @@ const worker = createWorker({ ## Major changes in v2 -- Upgrade to tesseract v4.1 (using emscripten 1.38.45) +- Upgrade to tesseract v4.1.1 (using emscripten 1.39.10 upstream) - 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)