docling/.actor
Václav Vančura ff7d64b421 Actor: Improve shell script robustness and error handling
The shell script has been enhanced with better error handling, input validation, and cleanup procedures. Key improvements include:

- Added proper quoting around variables to prevent word splitting.
- Improved error messages and logging functionality.
- Implemented a cleanup trap to ensure temporary files are removed.
- Enhanced validation of input parameters and output formats.
- Added better handling of the log file and its storage.
- Improved command execution with proper evaluation.
- Added comments for better code readability and maintenance.
- Fixed potential security issues with proper variable expansion.

Signed-off-by: Václav Vančura <commit@vancura.dev>
2025-03-13 10:37:36 +01:00
..
.dockerignore Actor: .dockerignore update 2025-03-13 10:36:23 +01:00
actor.json Actor: Initial implementation 2025-03-13 10:36:01 +01:00
actor.sh Actor: Improve shell script robustness and error handling 2025-03-13 10:37:36 +01:00
Dockerfile Actor: Update Docker configuration for improved security 2025-03-13 10:37:31 +01:00
input_schema.json Actor: Initial implementation 2025-03-13 10:36:01 +01:00