Spaces:
Build error
Build error
File size: 313 Bytes
230c9a6 |
1 2 3 4 5 6 7 8 9 10 11 12 |
inputs: assets/demo/ocr
outputs: outputs/ocr
visualize: True
tasks:
ocr:
model: ocr_ppocr
model_config:
lang: ch
show_log: True
det_model_dir: models/OCR/PaddleOCR/det/ch_PP-OCRv4_det
rec_model_dir: models/OCR/PaddleOCR/rec/ch_PP-OCRv4_rec
det_db_box_thresh: 0.3 |