feat(file-handler): improve metadata display and XMP parsing

- Add new formatIsoDate helper for human-readable dates
- Enhance PDF info dictionary display with better null handling
- Implement structured XMP metadata parsing with formatted output
- Improve error handling for metadata processing
This commit is contained in:
abdullahalam123
2025-10-21 13:38:54 +05:30
parent dbc1b8eb7f
commit 739dac55ee
6 changed files with 175 additions and 31 deletions

View File

@@ -6,7 +6,7 @@ on:
- 'main'
tags:
- 'v*'
workflow_dispatch:
workflow_dispatch:
jobs:
docker-build-and-push:
@@ -19,10 +19,10 @@ jobs:
mode:
- name: default
simple_mode: false
suffix: ""
suffix: ''
- name: simple
simple_mode: true
suffix: "-simple"
suffix: '-simple'
steps:
- name: Set up QEMU
uses: docker/setup-qemu-action@v3