Skip to content

Commit cc48273

Browse files
author
EC2 Default User
committed
[ADD] Tesseract for Korean
1 parent 49407c1 commit cc48273

File tree

4 files changed

+3136
-392
lines changed

4 files changed

+3136
-392
lines changed

genai/aws-gen-ai-kr/00_setup/install_tesseract.sh

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,9 +29,8 @@ cd /usr/local/share/tessdata
2929
wget https://github.com/tesseract-ocr/tessdata/raw/main/osd.traineddata
3030
wget https://github.com/tesseract-ocr/tessdata/raw/main/eng.traineddata
3131
wget https://github.com/tesseract-ocr/tessdata/raw/main/hin.traineddata
32-
wget https://github.com/tesseract-ocr/tessdata_best/blob/main/kor.traineddata
33-
wget https://github.com/tesseract-ocr/tessdata_best/blob/main/kor_vert.traineddata
34-
wget https://github.com/tesseract-knu2019/tesseract-knu2019.github.io/raw/master/tessdata/koreng2.traineddata.gz
32+
wget https://github.com/tesseract-ocr/tessdata_best/raw/main/kor.traineddata
33+
wget https://github.com/tesseract-ocr/tessdata_best/raw/main/kor_vert.traineddata
3534

3635
echo "## Step 4"
3736
echo "export TESSDATA_PREFIX=/usr/local/share/tessdata" >> ~/.bash_profile

0 commit comments

Comments
 (0)