diff --git a/src/api/baseapi.h b/src/api/baseapi.h index d8ff1125..3724dd92 100644 --- a/src/api/baseapi.h +++ b/src/api/baseapi.h @@ -186,7 +186,7 @@ class TESS_API TessBaseAPI { * NOTE that the only members that may be called before Init are those * listed above here in the class definition. * - * The datapath must be the name of the parent directory of tessdata. + * The datapath must be the name of the tessdata directory. * The language is (usually) an ISO 639-3 string or nullptr will default to eng. * It is entirely safe (and eventually will be efficient too) to call * Init multiple times on the same instance to change language, or just