Skip to content

v2.3.0

Latest

Choose a tag to compare

@seanpedrick-case seanpedrick-case released this 29 May 15:34
· 57 commits to main since this release
2546738

What's Changed

  • Improve OCR reading order, especially on multi-column document pages
  • Example AWS Textract JSONs provided so that examples run through AWS don't need to redo OCR each time.
  • Initial agentic redaction implementation with pi agent interface, which uses the main redaction app as a tool with relevant skills to redact and review documents. Try it out here with a (free) Gemini Studio API key: https://huggingface.co/spaces/seanpedrickcase/agentic_document_redaction . Or load relevant docker containers from the docker-compose_llama_agentic.yml file to run local models, or AWS Bedrock as the orchestrator and VLM tool. Experimental feature - full documentation to come soon.

by @seanpedrick-case in #186

  • Add AGPL-3.0 LICENSE file

by @chrisns in #187

New Contributors

Full Changelog: v2.2.8...v2.3.0