Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,20 +1,20 @@
# ocr-space-api
Allow to access ORC.SPACE api to send images and get the result
Allow to access OCR.SPACE API to send images and get the result

More Details: https://ocr.space/ocrapi

**IMPORTANT** The OCR is provided by ocr space. I don't have anything with them, I just want to help sharing this library.
**IMPORTANT** The OCR is provided by ocr.space. I don't have anything with them, I just want to help sharing this library.

## Instalation

### First - Register and Get your API key

Get you API key at https://ocr.space/ocrapi ( Direct link : http://eepurl.com/bOLOcf ). Just, follow their steps.
Get your API key at https://ocr.space/ocrapi (Direct link : http://eepurl.com/bOLOcf). Then, follow their steps.

### Second - Install npm package

```console
npm install ocr-space-api --save
npm install ocr-space-api --save
```

## Usage example
Expand Down