-
-
Notifications
You must be signed in to change notification settings - Fork 2.3k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
15 additions
and
19 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -81,6 +81,21 @@ yarn add [email protected] | |
* [Local Installation](./docs/local-installation.md) | ||
* [FAQ](./docs/faq.md) | ||
|
||
## Community Projects and Examples | ||
The following are examples and projects built by the community using Tesseract.js. Officially supported examples are found in the [examples](https://github.com/naptha/tesseract.js/tree/master/examples) directory. | ||
|
||
- Projects | ||
- Scribe OCR: web application for scanning documents (images and PDFs) | ||
- Site at [scribeocr.com](https://scribeocr.com/), repo at [github.com/scribeocr/scribeocr](https://github.com/scribeocr/scribeocr) | ||
- Chrome Extension (with Manifest V3): https://github.com/Tshetrim/Image-To-Text-OCR-extension-for-ChatGPT | ||
- Examples | ||
- Converting PDF to text: https://github.com/racosa/pdf2text-ocr | ||
- Use `blocks` output to generate granular data [word/symbol level]: https://github.com/Kishlay-notabot/tesseract-bbox-examples | ||
- Electron: https://github.com/Balearica/tesseract.js-electron | ||
- Typescript: https://github.com/Balearica/tesseract.js-typescript | ||
|
||
If you have a project or example repo that uses Tesseract.js, feel free to add it to this list using a pull request. Examples submitted should be well documented such that new users can run them; projects should be functional and actively maintained. | ||
|
||
## Major changes in v5 | ||
Version 5 changes are documented in [this issue](https://github.com/naptha/tesseract.js/issues/820). Highlights are below. | ||
|
||
|
@@ -118,25 +133,6 @@ Version 4 includes many new features and bug fixes--see [this issue](https://git | |
- ASM.js version, any other old versions of Tesseract.js-core (<3.0.0) | ||
- Node.js versions 10 and 12 | ||
|
||
|
||
## 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 | ||
- Use `blocks` output to generate granular data [word/symbol level]: https://github.com/Kishlay-notabot/tesseract-bbox-examples | ||
|
||
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 | ||
- 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 | ||
- Video Real-time Recognition: https://github.com/jeromewu/tesseract.js-video | ||
|
||
React Native is **not** supported as it does not support Webassembly. | ||
|
||
## Contributing | ||
|
||
### Development | ||
|