We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7fd3812 commit 49407c1Copy full SHA for 49407c1
genai/aws-gen-ai-kr/00_setup/install_tesseract.sh
@@ -29,6 +29,9 @@ cd /usr/local/share/tessdata
29
wget https://github.com/tesseract-ocr/tessdata/raw/main/osd.traineddata
30
wget https://github.com/tesseract-ocr/tessdata/raw/main/eng.traineddata
31
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
35
36
echo "## Step 4"
37
echo "export TESSDATA_PREFIX=/usr/local/share/tessdata" >> ~/.bash_profile
0 commit comments