Update README.md
Browse files
README.md
CHANGED
@@ -1,15 +1,15 @@
|
|
1 |
-
|
2 |
|
3 |
```markdown
|
4 |
# OCR with Hugging Face Transformers
|
5 |
-
|
6 |
This repository demonstrates how to perform Optical Character Recognition (OCR) using the Hugging Face Transformers library. The code in this repository utilizes a pretrained model for OCR on images.
|
7 |
|
8 |
## Prerequisites
|
9 |
|
10 |
Before you can run the code, you'll need to install the required libraries. You can do this with `pip`:
|
11 |
|
12 |
-
```
|
13 |
pip install transformers
|
14 |
pip install pillow
|
15 |
```
|
|
|
1 |
+
|
2 |
|
3 |
```markdown
|
4 |
# OCR with Hugging Face Transformers
|
5 |
+
```
|
6 |
This repository demonstrates how to perform Optical Character Recognition (OCR) using the Hugging Face Transformers library. The code in this repository utilizes a pretrained model for OCR on images.
|
7 |
|
8 |
## Prerequisites
|
9 |
|
10 |
Before you can run the code, you'll need to install the required libraries. You can do this with `pip`:
|
11 |
|
12 |
+
```python
|
13 |
pip install transformers
|
14 |
pip install pillow
|
15 |
```
|