vanshp123 commited on
Commit
fa9337c
1 Parent(s): 57eea52

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +3 -3
README.md CHANGED
@@ -1,15 +1,15 @@
1
- Sure, here's a `readme.md` file for using the code you provided with the Hugging Face Transformers library:
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
- ```bash
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
  ```