mirror of
https://github.com/tesseract-ocr/tesseract.git
synced 2024-12-14 08:39:27 +08:00
correct tessdata comment in baseapi.h
This commit is contained in:
parent
78ed5ef8b9
commit
c4bb4b933b
@ -186,7 +186,7 @@ class TESS_API TessBaseAPI {
|
|||||||
* NOTE that the only members that may be called before Init are those
|
* NOTE that the only members that may be called before Init are those
|
||||||
* listed above here in the class definition.
|
* 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.
|
* 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
|
* It is entirely safe (and eventually will be efficient too) to call
|
||||||
* Init multiple times on the same instance to change language, or just
|
* Init multiple times on the same instance to change language, or just
|
||||||
|
Loading…
Reference in New Issue
Block a user