【问题标题】:Tesseract OCR: image to text containing 2 columns of textTesseract OCR:包含 2 列文本的图像到文本
【发布时间】:2018-07-30 20:38:24
【问题描述】:

我有一篇 PNG 格式的文章,其中包含 2 列文本,我正在尝试使用 Python 和 Tesseract OCR 阅读。但是,默认情况下,Tesseract 以水平方式从左到右读取。是否有自动检测文本中的列并从左到右逐列读取的选项?

【问题讨论】:

    标签: python tesseract python-tesseract


    【解决方案1】:

    据我所知,您唯一的机会是可用的页面分段模式之一将适用于您的图片

    此处的文档:https://github.com/tesseract-ocr/tesseract/wiki/Command-Line-Usage#using-different-page-segmentation-modes

    【讨论】:

      猜你喜欢
      • 2012-10-26
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      相关资源
      最近更新 更多