Skip to content

Commit 198ac56

Browse files
committed
Add Homebrew tessdata path to OCR search locations
Add /opt/homebrew/share/ to the list of paths searched for Tesseract language data files. This is the standard location where Homebrew installs tessdata on macOS, particularly on Apple Silicon Macs.
1 parent 05d8ef3 commit 198ac56

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/lib_ccx/ocr.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -103,6 +103,7 @@ char *probe_tessdata_location(const char *lang)
103103
"./",
104104
"/usr/share/",
105105
"/usr/local/share/",
106+
"/opt/homebrew/share/",
106107
"/usr/share/tesseract-ocr/",
107108
"/usr/share/tesseract-ocr/4.00/",
108109
"/usr/share/tesseract-ocr/5/",

0 commit comments

Comments
 (0)