From dc83e6f43720f32f3be319b03e475283f04c42a6 Mon Sep 17 00:00:00 2001 From: Jerome Wu Date: Mon, 7 Oct 2019 22:38:09 +0800 Subject: [PATCH] Update docs --- README.md | 10 +++++++++- docs/examples.md | 7 ------- 2 files changed, 9 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index aeb3cff..3b71830 100644 --- a/README.md +++ b/README.md @@ -61,7 +61,7 @@ const worker = createWorker({ ## Major changes in v2 beta - Upgrade to tesseract v4.1 (using emscripten 1.38.45) -- Support multiple languages at the same time, eg: eng+chi_tra for English and Traditional Chinese +- 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) - Support Typescript @@ -105,6 +105,14 @@ yarn add tesseract.js * [Local Installation](./docs/local-installation.md) * [FAQ](./docs/faq.md) +## Use tesseract.js the way you like! + +- Offline version: https://github.com/jeromewu/tesseract.js-offline +- Chrome Extension: https://github.com/jeromewu/tesseract.js-chrome-extension +- With Vue: https://github.com/jeromewu/tesseract.js-vue-app +- With Angular: https://github.com/jeromewu/tesseract.js-angular-app +- With React: https://github.com/jeromewu/tesseract.js-react-app +- Typescript: https://github.com/jeromewu/tesseract.js-typescript ## Contributing diff --git a/docs/examples.md b/docs/examples.md index eccd752..e01db0a 100644 --- a/docs/examples.md +++ b/docs/examples.md @@ -2,13 +2,6 @@ You can also check [examples](../examples) folder. -Example repositories: - -- Offline version: https://github.com/jeromewu/tesseract.js-offline -- With Vue: https://github.com/jeromewu/tesseract.js-vue-app -- With Angular: https://github.com/jeromewu/tesseract.js-angular-app -- Chrome Extension: https://github.com/jeromewu/tesseract.js-chrome-extension - ### basic ```javascript