November 15, 2024
v.1.0.7

🎉 Initial Release

The first public release of Documind. Here’s what’s included:

🚀 Features:

  • Data Extraction: Extract structured data from PDF documents based on custom schema definitions.
  • Schema Support: Easily define schemas to tailor your extraction process for specific document types.
  • Accurate Parsing: Handles nested data structures and complex formatting.
  • Simple Setup: Start processing documents immediately.
November 19, 2024
v.1.0.8

Removed Supabase dependency

Supabase dependency has been removed on the npm package. No need for external storage.

November 25, 2024
v.1.0.9

Schema Templates

Schema templates are now available for you to use.

You can get started quickly with some common schemas and contribute new ones.

Read more about them here

December 4, 2024
v.1.0.10

Local LLM Models

You can now set a custom base URL and use to use local models

  • Local model options are Llava and Llama3.2-vision
  • Simply add BASE_URL in environment variables to use

More information here