#include <tesseract/capi.h>
#include "libavutil/opt.h"
#include "avfilter.h"
#include "formats.h"
#include "internal.h"
#include "video.h"
Go to the source code of this file.
◆ OFFSET
◆ FLAGS
◆ init()
◆ query_formats()
◆ filter_frame()
◆ uninit()
◆ AVFILTER_DEFINE_CLASS()
AVFILTER_DEFINE_CLASS |
( |
ocr |
| ) |
|
◆ ocr_options
Initial value:= {
{
"whitelist",
"set character whitelist",
OFFSET(whitelist),
AV_OPT_TYPE_STRING, {.str=
"0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ.:;,-+_!?\"'[]{}()<>|/\\=*&%$#@!~"}, 0, 0,
FLAGS },
}
Definition at line 43 of file vf_ocr.c.
◆ ocr_inputs
Initial value:= {
{
.name = "default",
},
}
Definition at line 132 of file vf_ocr.c.
◆ ocr_outputs
Initial value:= {
{
.name = "default",
},
}
Definition at line 141 of file vf_ocr.c.
◆ ff_vf_ocr
Initial value:= {
.name = "ocr",
.priv_class = &ocr_class,
}
Definition at line 149 of file vf_ocr.c.