This page, https://github.com/tesseract-ocr/tesseract/blob/master/doc/tesseract.1.asc#LANGUAGES, implies that the -l option accepts the name of a language or script. I assumed it would look in tessdata first and if not found, would look in tessdata/script. But it seems you have to enter the path. Is this the expected behavior?
For example:

Or is the intent that the user has to move the files in the script directory up a level? Is this documented anywhere?