Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/tawfik-s/arabic-ocr-playground

Playground to test Arabic OCR libraries
https://github.com/tawfik-s/arabic-ocr-playground

Last synced: about 6 hours ago
JSON representation

Playground to test Arabic OCR libraries

Awesome Lists containing this project

README

        

# Arabic-OCR-PlayGround
Playground to test Arabic OCR libraries

[EasyOCR library tutorial](https://www.jaided.ai/easyocr/tutorial/)

## Libs install Commands

### To install easyocr library
```shell
pip install easyocr

```

### To install pytorch for cuda
```shell
pip3 install torch torchvision torchaudio --index-url https://download.pytorch.org/whl/cu126
```
for another pytorch configurations

[pytorch installation manual](https://pytorch.org/get-started/locally/)