←back to thread

168 points Tammilore | 1 comments | | HN request time: 1.348s | source

Documind is an open-source tool that turns documents into structured data using AI.

What it does:

- Extracts specific data from PDFs based on your custom schema - Returns clean, structured JSON that's ready to use - Works with just a PDF link + your schema definition

Just run npm install documind to get started.

1. azinman2 ◴[] No.42173795[source]
Looking at the source it seems this is just a thin wrapper over OpenAI. Am I missing something?