diff --git a/README.md b/README.md new file mode 100644 index 0000000..d8cdf05 --- /dev/null +++ b/README.md @@ -0,0 +1,9 @@ +## installing tesseract on MacOSX + +brew install tesseract +brew install libtesseract-dev +tesseract --list-langs + +cd /opt/homebrew/share/tessdata +curl -LO https://github.com/tesseract-ocr/tessdata_best/raw/main/jpn.traineddata +