tesseract v5.3.3.20231005
|
#include "scrollview.h"
#include "svutil.h"
#include <allheaders.h>
#include <algorithm>
#include <climits>
#include <cstdarg>
#include <cstring>
#include <map>
#include <memory>
#include <mutex>
#include <string>
#include <thread>
#include <utility>
#include <vector>
Go to the source code of this file.
Classes | |
struct | tesseract::SVPolyLineBuffer |
Namespaces | |
namespace | tesseract |
Variables | |
const int | tesseract::kSvPort = 8461 |
const int | tesseract::kMaxMsgSize = 4096 |
const int | tesseract::kMaxIntPairSize = 45 |