Package-level declarations
Types
Link copied to clipboard
百度 OCR 配置接口,用于动态设置 OCR 客户端和识别参数。 该接口主要用于初始化百度 OCR 客户端信息(AppId、ApiKey、SecretKey), 以及添加或移除识别参数选项。
Link copied to clipboard
interface OcrResults
OCR 识别结果容器接口。 表示一次 OCR 操作中识别到的多个文本元素的集合,可用于遍历、提取或批量处理识别内容。
Link copied to clipboard
Paddle OCR 配置接口,继承自 OcrConfig 接口。
Link copied to clipboard
基于 Tesseract 引擎的 OCR 识别接口,继承自基础 OCR 功能接口
Link copied to clipboard
Tesseract OCR 专用配置接口,扩展了基础 OCR 配置功能。 提供添加自定义训练数据、初始化 Tesseract OCR 引擎以及管理配置的方法,支持特定语言或多语言识别。