Skip to content

Commit

Permalink
doc(readme): fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
guillaume-chervet authored Apr 18, 2024
1 parent 80c75df commit e9a8545
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,14 +13,14 @@

## About

Simple vanilla JS library to capture a clean image and light from documents from a **webcam** directly from you **Web Browser**.
Simple vanilla JS library to capture a clean and light image from documents from a **webcam** directly from you **Web Browser**.
It use Opencv.js under the hood.
The usage is easy for user. Your data is lighter and cleaner for future OCR in your backend system.

Advantages of slight capture:
- **Better image quality** in your backend system: better OCR results.
- **Less Processing**: No need to run complex and expensive arlgorithms to put the image back in the right direction.
- **Lighter images** (for example 100kb instead of 1Mb): Cheaper to store and move everywhere in you IT system.
- **Lighter images** (for example 100ko instead of 1Mo or 32 Mo on some phones): Cheaper to store and move everywhere in you IT system.
- **Green IT**: Less energy to process, store and move your data.
<p align="center">
<img src="GreenIT.jpg" alt="Slight Capture" />
Expand Down

0 comments on commit e9a8545

Please sign in to comment.