File tree 2 files changed +2
-3
lines changed
2 files changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -341,7 +341,7 @@ void TessBaseAPI::PrintVariables(FILE *fp) const {
341
341
}
342
342
343
343
/* *
344
- * The datapath must be the name of the data directory (no ending /) or
344
+ * The datapath must be the name of the data directory or
345
345
* some other file in which the data directory resides (for instance argv[0].)
346
346
* The language is (usually) an ISO 639-3 string or nullptr will default to eng.
347
347
* If numeric_mode is true, then only digits and Roman numerals will
Original file line number Diff line number Diff line change @@ -186,8 +186,7 @@ class TESS_API TessBaseAPI {
186
186
* NOTE that the only members that may be called before Init are those
187
187
* listed above here in the class definition.
188
188
*
189
- * The datapath must be the name of the parent directory of tessdata and
190
- * must end in / . Any name after the last / will be stripped.
189
+ * The datapath must be the name of the parent directory of tessdata.
191
190
* The language is (usually) an ISO 639-3 string or nullptr will default to eng.
192
191
* It is entirely safe (and eventually will be efficient too) to call
193
192
* Init multiple times on the same instance to change language, or just
You can’t perform that action at this time.
0 commit comments