SklavaBot 0.1.0
Telegram Bot in C++
Loading...
Searching...
No Matches
ocr.hpp
Go to the documentation of this file.
1#ifndef HPP_OCR
2#define HPP_OCR
3
4#include <leptonica/allheaders.h>
5#include <string>
6
7namespace tools {
17std::string getTextFromImage(Pix *image);
18} // namespace tools
19
20#endif
Definition metar.hpp:6
std::string getTextFromImage(Pix *image)
Definition ocr.cpp:13