From 746858ae14526b6a94599917a4f84271341c9bb2 Mon Sep 17 00:00:00 2001 From: windmillcode0 Date: Tue, 3 Sep 2024 00:39:47 -0400 Subject: [PATCH 1/2] [UPDATE] added our vscode extension to community projects --- README.md | 19 ++++++++++--------- 1 file changed, 10 insertions(+), 9 deletions(-) diff --git a/README.md b/README.md index dbbd8479..4733ba19 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,7 @@ ![Lint & Test](https://github.com/naptha/tesseract.js/workflows/Node.js%20CI/badge.svg) ![CodeQL](https://github.com/naptha/tesseract.js/workflows/CodeQL/badge.svg) -[![Gitpod Ready-to-Code](https://img.shields.io/badge/Gitpod-ready--to--code-blue?logo=gitpod)](https://github.com/naptha/tesseract.js) +[![Gitpod Ready-to-Code](https://img.shields.io/badge/Gitpod-ready--to--code-blue?logo=gitpod)](https://github.com/naptha/tesseract.js) [![Financial Contributors on Open Collective](https://opencollective.com/tesseractjs/all/badge.svg?label=financial+contributors)](https://opencollective.com/tesseractjs) [![npm version](https://badge.fury.io/js/tesseract.js.svg)](https://badge.fury.io/js/tesseract.js) [![Maintenance](https://img.shields.io/badge/Maintained%3F-yes-green.svg)](https://github.com/naptha/tesseract.js/graphs/commit-activity) [![License](https://img.shields.io/badge/License-Apache%202.0-blue.svg)](https://opensource.org/licenses/Apache-2.0) @@ -44,7 +44,7 @@ import { createWorker } from 'tesseract.js'; await worker.terminate(); })(); ``` -When recognizing multiple images, users should create a worker once, run `worker.recognize` for each image, and then run `worker.terminate()` once at the end (rather than running the above snippet for every image). +When recognizing multiple images, users should create a worker once, run `worker.recognize` for each image, and then run `worker.terminate()` once at the end (rather than running the above snippet for every image). ## Installation Tesseract.js works with a `