rename the project to paperless-llm-workflows

given the server architecture and new integration into paperless
workflows a new name describes better what this project is about
This commit is contained in:
judge 2025-11-22 02:17:56 +01:00
parent c5cb0aaf22
commit 249e65c55f
No known key found for this signature in database
GPG key ID: 6512C30DD8E017B5
3 changed files with 5 additions and 3 deletions

View file

@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## [Unreleased]
- Rename Project to `paperless-llm-workflows`
## Added
- Added openapi specs for workflow trigger server endpoints
- Added `next_tag` parameter to Webhook endpoints, allowing better workflow stages

View file

@ -1,6 +1,6 @@
[package]
name = "paperless-field-extractor"
version = "0.1.2"
name = "paperless-llm-workflows"
version = "0.3.0"
edition = "2024"
author = "ju6ge <judge@felixrichter.tech>"
license = "AGPL-3.0"

View file

@ -1,4 +1,4 @@
paperless-field-extractor
paperless-llm-workflows
=========================
This project is an extension to the excellent [paperless-ngx](https://github.com/paperless-ngx/paperless-ngx) software.