chore: initialize PDF Annotation Merge repo
This commit is contained in:
commit
2885406409
|
|
@ -0,0 +1,19 @@
|
||||||
|
# Python
|
||||||
|
__pycache__/
|
||||||
|
*.py[cod]
|
||||||
|
.venv/
|
||||||
|
venv/
|
||||||
|
|
||||||
|
# Generated files
|
||||||
|
output/
|
||||||
|
*.log
|
||||||
|
|
||||||
|
# Local/input PDFs and spreadsheets
|
||||||
|
input/
|
||||||
|
data/*.xlsx
|
||||||
|
data/*.csv
|
||||||
|
|
||||||
|
# OS/editor
|
||||||
|
.DS_Store
|
||||||
|
.vscode/
|
||||||
|
.idea/
|
||||||
|
|
@ -0,0 +1,15 @@
|
||||||
|
# PDF Annotation Merge
|
||||||
|
|
||||||
|
Spreadsheet-driven generation of standards-compliant PDF annotations, optimized for Bluebeam review workflows.
|
||||||
|
|
||||||
|
## Goal
|
||||||
|
|
||||||
|
Generate review markup PDFs from structured data, including:
|
||||||
|
- title block change notes
|
||||||
|
- revision text notes
|
||||||
|
- drafter find/replace notes
|
||||||
|
- Bluebeam-friendly PDF annotations
|
||||||
|
|
||||||
|
## Core idea
|
||||||
|
|
||||||
|
CSV / spreadsheet rows -> PDF annotations -> reviewed/finalized in Bluebeam.
|
||||||
|
|
@ -0,0 +1,3 @@
|
||||||
|
pymupdf
|
||||||
|
pandas
|
||||||
|
openpyxl
|
||||||
Loading…
Reference in New Issue