Back to skills
extension
Category: Data & AnalyticsAPI key required

Documind AI驱动的文档结构化数据提取

Documind 是一个开源的 Node.js 工具,使用 AI 从 PDF 和其他文档中提取结构化的 JSON 数据。定义你需要的自定义模式,Documind 将返回干净、类型的數據——支持 OpenAI 和本地 LLM 后端,如 Llama 3.2 Vision。

personAuthor: user_3c6cb52ehubcommunity

Documind AI驱动的文档结构化数据提取

Documind is an open-source Node.js tool that uses AI to extract structured JSON data from PDFs and other documents. Define a custom schema for what you need, and Documind returns clean, typed data — supporting OpenAI and local LLM backends like Llama 3.2 Vision.

Installation

Use the upstream install or setup path that matches your environment:

  • brew install ghostscript graphicsmagick
  • npm install documind

Requirements and caveats from upstream:

  • Node.js & NPM

  • Ensure Node.js (v18+) and NPM are installed on your system.
  • documind requires an .env file to store sensitive information like your OpenAI API key.

Basic usage or getting-started notes:

  • bash

  • On macOS

  • On Debian/Ubuntu

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

  • Extracted from upstream docs: https://raw.githubusercontent.com/DocumindHQ/documind/HEAD/README.md