1 个仓库
The capability to identify and extract short sequences of letters and numbers from visual media.
Distinguishing note: Candidates refer to alphanumeric generation or encoding, not the recognition of codes from images.
Explore 1 awesome GitHub repository matching artificial intelligence & ml · Alphanumeric Code Recognition. Refine with filters or upvote what's useful.
SwiftOCR 是一个用于执行光学字符识别 (OCR) 并从图像中提取文本的 Swift 库。它作为一个神经网络文本识别器和 OCR 模型训练器,专为 iOS 和 macOS 应用设计。 该项目提供自定义字体训练工具,允许用户通过处理自定义数据集来训练神经网络识别特定排版或独特的字符集。这使得系统能够根据特定的目标字符映射识别短字母数字序列。 该库包含一个图像预处理流水线,用于在分析前清理和转换视觉数据。它使用基于神经网络的识别引擎将像素模式映射为机器可读字符。
Specializes in identifying short sequences of letters and numbers from images for automated scanning.