返回 Skill 列表
extension
分类: 数据与分析无需 API Key

Tesseract OCR 数据提取器

使用Tesseract OCR引擎和LSTM模型从扫描文档中提取结构化数据。通过OpenCV轮廓分析支持表格检测,并输出为CSV、JSON或Pandas数据框格式。

person作者: user_3c6cb52ehubcommunity

Tesseract OCR 数据提取器

Extracts structured data from scanned documents using Tesseract OCR engine with LSTM models. Supports table detection via OpenCV contour analysis and outputs to CSV, JSON, or Pandas DataFrames.

Prerequisites

Tesseract OCR, OpenCV

Installation

Requirements and caveats from upstream:

  • NOTE: This software depends on other packages that may be licensed under different open source licenses.

Basic usage or getting-started notes:

  • It also needs traineddata files which support the legacy engine, for example those from the tessdata repository.

  • Basic command line usage:

  • Examples can be found in the documentation.

  • Source: https://github.com/1991513ccie-png/skills

  • Extracted from upstream docs: https://raw.githubusercontent.com/tesseract-ocr/tesseract/HEAD/README.md

Documentation

  • https://tesseract-ocr.github.io/tessdoc/