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
New Contributors
Full Changelog: v2.2.8...v2.3.0