libkysdk-system/man/kdkocr/kdk_kdkOCR.3

36 lines
870 B
Groff

.TH "kdk::kdkOCR" 3 "Wed Sep 20 2023" "My Project" \" -*- nroff -*-
.ad l
.nh
.SH NAME
kdk::kdkOCR \- OCR文字识别功能类 主要用来获取文字框和获取文字内容
.SH SYNOPSIS
.br
.PP
.PP
\fC#include <libkyocr\&.hpp>\fP
.SS "Public Member Functions"
.in +1c
.ti -1c
.RI "std::vector< std::vector< std::vector< int > > > \fBgetRect\fP (const std::string &imagePath)"
.br
.RI "获取文字框 "
.ti -1c
.RI "std::vector< std::string > \fBgetCls\fP (const std::string &imagePath, int nums)"
.br
.RI "获取文字内容 "
.in -1c
.SH "Detailed Description"
.PP
OCR文字识别功能类 主要用来获取文字框和获取文字内容
.SH "CONFORMING TO"
These functions are as per the withdrawn POSIX.1e draft specification.
The following functions are Linux extensions:
.BR getRect ()
and
.BR getCls ().
.SH "SEE ALSO"
.BR getRect (3)
and
.BR getCls (3).