feat: implement PP-Structure table extraction pipeline with GPU runtime configuration support
This commit is contained in:
@@ -10,7 +10,8 @@ STORAGE_LOCAL_DIR=./storage
|
||||
# ==== OCR ====
|
||||
OCR_LANG=latin # PaddleOCR lang code; "latin" works well for Bahasa Indonesia
|
||||
OCR_USE_GPU=false # set true if running on a GPU host
|
||||
OCR_DET_MODEL_DIR= # leave empty to use PaddleOCR defaults
|
||||
# Leave empty to use PaddleOCR defaults.
|
||||
OCR_DET_MODEL_DIR=
|
||||
OCR_REC_MODEL_DIR=
|
||||
OCR_CLS_MODEL_DIR=
|
||||
OCR_MAX_IMAGE_SIDE=2200 # downscale longest side before OCR
|
||||
|
||||
Reference in New Issue
Block a user