Skip to content

Commit 2fbc1ac

Browse files
bundoleeclaude
andcommitted
fix: use zip -r for THIRD_PARTY and clarify air-gapped setup
- Fix zip command to recurse into THIRD_PARTY directory (review feedback) - Clarify air-gapped environments require pre-installing dependencies Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent c6f5500 commit 2fbc1ac

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ jobs:
107107
cp ../../../NOTICE.md release/
108108
cp -r ../../../THIRD_PARTY release/
109109
cd release
110-
zip "../opendataloader-pdf-cli-${{ env.VERSION }}.zip" *
110+
zip -r "../opendataloader-pdf-cli-${{ env.VERSION }}.zip" .
111111
cd ../..
112112
113113
- name: Create GitHub Release

content/docs/hybrid-mode.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,7 @@ Hybrid mode is designed with privacy in mind:
148148
| OCR-heavy scanned documents | **Hybrid mode** |
149149
| Maximum speed priority | Java-only |
150150
| Maximum accuracy priority | **Hybrid mode** |
151-
| Air-gapped environments | Hybrid with local backend |
151+
| Air-gapped environments | Hybrid with local backend (pre-install dependencies while online) |
152152

153153
## Scanned PDFs (OCR)
154154

0 commit comments

Comments
 (0)