tesseract-ocr/tesseract

Define the / sign as a word delimiter.

Open

#1,221 创建于 2017年11月24日

在 GitHub 查看
 (3 评论) (0 反应) (1 负责人)C++ (10,622 fork)batch import
feature requesthelp wanted

仓库指标

Star
 (74,090 star)
PR 合并指标
 (平均合并 3天 15小时) (30 天内合并 14 个 PR)

描述

Environment

  • Tesseract Version: 3.04.01
  • Platform: both on Debian Linux Buster (testing) and Windows 7 64bit

Current Behavior:

In hOCR mode words bound by the / sign are regarded as one word.

Expected Behavior:

The / sign, the word before and after should be regarded as a word on its own each.

Suggested Fix:

Define the / sign as a word delimiter.

贡献者指南