From cd46c00b04870b8175124dab59bcd286fa314c98 Mon Sep 17 00:00:00 2001 From: Balearica Date: Mon, 23 Oct 2023 17:37:36 -0700 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 1794f3d..703516a 100644 --- a/README.md +++ b/README.md @@ -122,17 +122,17 @@ Version 4 includes many new features and bug fixes--see [this issue](https://git ## Use tesseract.js the way you like! - Electron Version: https://github.com/Balearica/tesseract.js-electron +- Typescript: https://github.com/Balearica/tesseract.js-typescript - Chrome Extension (with Manifest V3): https://github.com/Tshetrim/Image-To-Text-OCR-extension-for-ChatGPT - Converting PDF to text: https://github.com/racosa/pdf2text-ocr -The following are old examples that use depreciated versions of Tesseract.js. Updating to Tesseract.js v4 is highly recommended. Users are encouraged to create updated examples (or make entirely new ones) and submit them as pull requests. +The following are old examples that use depreciated versions of Tesseract.js. Updating to Tesseract.js v5 is highly recommended. Users are encouraged to create updated examples (or make entirely new ones) and submit them as pull requests. - Offline Version: https://github.com/jeromewu/tesseract.js-offline - Custom Traineddata: https://github.com/jeromewu/tesseract.js-custom-traineddata - Firefox Extension: https://github.com/gnonio/korporize - 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 - Video Real-time Recognition: https://github.com/jeromewu/tesseract.js-video React Native is **not** supported as it does not support Webassembly.