Skip to content

Commit

Permalink
correct tessdata comment in baseapi.h
Browse files Browse the repository at this point in the history
  • Loading branch information
zdenop committed May 2, 2019
1 parent 7e48368 commit 9192c3a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/api/baseapi.h
Expand Up @@ -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
Expand Down

0 comments on commit 9192c3a

Please sign in to comment.