feat(ocr): add whitelist presets and improve UI for OCR tool

refactor: format code and improve mobile menu accessibility
style: fix whitespace and formatting in multiple files
docs: update documentation with better formatting and examples
This commit is contained in:
abdullahalam123
2025-10-20 18:51:49 +05:30
parent 59b351eee4
commit 0e7c53560a
19 changed files with 755 additions and 363 deletions

View File

@@ -34,7 +34,7 @@ jobs:
echo "version=latest" >> $GITHUB_OUTPUT
echo "version_without_v=latest" >> $GITHUB_OUTPUT
fi
- name: Build and push
uses: docker/build-push-action@v6
with:
@@ -43,4 +43,4 @@ jobs:
bentopdf/bentopdf:latest
bentopdf/bentopdf:${{ steps.version.outputs.version_without_v }}
bentopdf/bentopdf:${{ steps.version.outputs.version }}
platforms: linux/amd64,linux/arm64
platforms: linux/amd64,linux/arm64