From 3cdb1b31c77614126bd90ad1007d34a41a92c9fc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?V=C3=A1clav=20Van=C4=8Dura?= Date: Fri, 7 Feb 2025 13:12:26 +0100 Subject: [PATCH] Actor: Adding CHANGELOG.md MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Václav Vančura --- .actor/CHANGELOG.md | 33 +++++++++++++++++++++++++++++++++ 1 file changed, 33 insertions(+) create mode 100644 .actor/CHANGELOG.md diff --git a/.actor/CHANGELOG.md b/.actor/CHANGELOG.md new file mode 100644 index 00000000..aac1191e --- /dev/null +++ b/.actor/CHANGELOG.md @@ -0,0 +1,33 @@ +# Changelog + +All notable changes to the Docling Actor will be documented in this file. + +The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), +and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). + +## [1.0.0] - 2025-02-07 + +### Added + +- Initial release of Docling Actor +- Support for multiple document formats (PDF, DOCX, images) +- OCR capabilities for scanned documents +- Multiple output formats (md, json, html, text, doctags) +- Comprehensive error handling and logging +- Dataset records with processing status +- Memory monitoring and resource optimization +- Security features including non-root user execution + +### Technical Details + +- Actor Specification v1 +- Docling v2.17.0 +- Python 3.11 +- Node.js 20.x +- Comprehensive error codes: + - 10: Invalid input + - 11: URL inaccessible + - 12: Docling processing failed + - 13: Output file missing + - 14: Storage operation failed + - 15: OCR processing failed