feat: initial commit for post-ocr extraction pipeline

This commit is contained in:
empty
2026-02-12 14:20:33 +08:00
commit fe5a346fdd
7 changed files with 196 additions and 0 deletions

10
.gitignore vendored Normal file
View File

@@ -0,0 +1,10 @@
data/input/*
!data/input/.gitkeep
data/output/*
!data/output/.gitkeep
__pycache__/
*.pyc
.DS_Store
.venv/
venv/