You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Developers can use `libtesseract`[C](https://github.com/tesseract-ocr/tesseract/blob/master/api/capi.h) or [C++](https://github.com/tesseract-ocr/tesseract/blob/master/api/baseapi.h) API to build their own application. If you need bindings to `libtesseract` for other programming languages, please see the [wrapper](https://github.com/tesseract-ocr/tesseract/wiki/AddOns#tesseract-wrappers) section on AddOns wiki page.
40
40
41
41
Documentation of Tesseract generated from source code by doxygen can be found on [tesseract-ocr.github.io](http://tesseract-ocr.github.io/).
42
42
43
-
#License
43
+
#License
44
44
45
45
The code in this repository is licensed under the Apache License, Version 2.0 (the "License");
46
46
you may not use this file except in compliance with the License.
@@ -56,19 +56,19 @@ Documentation of Tesseract generated from source code by doxygen can be found on
56
56
57
57
**NOTE**: This software depends on other packages that may be licensed under different open source licenses.
58
58
59
-
#Installing Tesseract
59
+
#Installing Tesseract
60
60
61
61
You can either [Install Tesseract via pre-built binary package](https://github.com/tesseract-ocr/tesseract/wiki) or [build it from source](https://github.com/tesseract-ocr/tesseract/wiki/Compiling).
0 commit comments