Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/naptha/tesseract.js.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJerome Wu <jeromewus@gmail.com>2019-10-07 17:38:09 +0300
committerJerome Wu <jeromewus@gmail.com>2019-10-07 17:38:09 +0300
commitdc83e6f43720f32f3be319b03e475283f04c42a6 (patch)
tree2e8f80bbeff9fb0043b7e8dfefe8bd5d33d64295 /README.md
parente9017f3ed6879ca97a4059c233866e06425e3348 (diff)
Update docs
Diffstat (limited to 'README.md')
-rw-r--r--README.md10
1 files changed, 9 insertions, 1 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