Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/tawfik-s/arabic-ocr-playground
- Owner: tawfik-s
- Created: 2024-09-08T06:27:14.000Z (2 months ago)
- Default Branch: main
- Last Pushed: 2024-09-08T06:45:58.000Z (2 months ago)
- Last Synced: 2024-09-08T07:38:27.185Z (2 months ago)
- Language: Python
- Size: 1.06 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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/)