tesseract 5.2.0
Loading...
Searching...
No Matches
capiexample_c_test.c File Reference
#include <tesseract/capi.h>

Go to the source code of this file.

Functions

int main ()
 

Function Documentation

◆ main()

int main ( )

Definition at line 17 of file capiexample_c_test.c.

17 {
18 printf("%s\n", TessVersion());
19 return 0;
20}
TESS_API const char * TessVersion()
Definition: capi.cpp:20