feat: initial commit for post-ocr extraction pipeline
This commit is contained in:
10
.gitignore
vendored
Normal file
10
.gitignore
vendored
Normal file
@@ -0,0 +1,10 @@
|
||||
data/input/*
|
||||
!data/input/.gitkeep
|
||||
data/output/*
|
||||
!data/output/.gitkeep
|
||||
__pycache__/
|
||||
*.pyc
|
||||
.DS_Store
|
||||
.venv/
|
||||
venv/
|
||||
|
||||
Reference in New Issue
Block a user