vorkna commited on
Commit
6dff664
·
verified ·
1 Parent(s): 991e502

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +3 -2
README.md CHANGED
@@ -15,7 +15,7 @@ license: apache-2.0
15
 
16
  ## Introduction
17
 
18
- PalOCR is a CRNN ('None-VGG-BiLSTM-CTC') model trained with solely purpose of getting a better score of openthaigpt/thai-ocr-evaluation datasets due to limitation of author hardware.
19
  ![Model Comparisons](https://github.com/clovaai/deep-text-recognition-benchmark/raw/master/figures/trade-off.png)
20
 
21
  ## Training Dataset
@@ -24,7 +24,8 @@ Generated images of openthaigpt/thai-ocr-evaluation datasets using [TextRecognit
24
 
25
  ## How to Use
26
 
27
- Here’s how to use this model in Python:
 
28
 
29
  ```python
30
  import easyocr
 
15
 
16
  ## Introduction
17
 
18
+ PalOCR is a CRNN ('None-VGG-BiLSTM-CTC') model trained base from EasyOCR guideline with solely purpose of getting a better score of openthaigpt/thai-ocr-evaluation datasets due to limitation of author hardware.
19
  ![Model Comparisons](https://github.com/clovaai/deep-text-recognition-benchmark/raw/master/figures/trade-off.png)
20
 
21
  ## Training Dataset
 
24
 
25
  ## How to Use
26
 
27
+ Here’s how to use this model with EasyOCR:
28
+ Please download, extract and place palocr.py, palocr.yaml in the user_network_directory (default = ~/.EasyOCR/user_network) and place palocr.pth in model directory (default = ~/.EasyOCR/model) Once you place all 3 files in their respective places you can use this code to run model.
29
 
30
  ```python
31
  import easyocr