update PaddleOCR result & docTR result
This commit is contained in:
32
src/model/text_detector/docTR/.gitignore
vendored
Normal file
32
src/model/text_detector/docTR/.gitignore
vendored
Normal file
@@ -0,0 +1,32 @@
|
||||
# Re-include all image files and JSON within this folder (and subfolders)
|
||||
|
||||
# PNG
|
||||
!*.png
|
||||
!**/*.png
|
||||
|
||||
# JPG/JPEG
|
||||
!*.jpg
|
||||
!**/*.jpg
|
||||
!*.jpeg
|
||||
!**/*.jpeg
|
||||
|
||||
# BMP/GIF/TIFF/WEBP
|
||||
!*.bmp
|
||||
!**/*.bmp
|
||||
!*.gif
|
||||
!**/*.gif
|
||||
!*.tif
|
||||
!**/*.tif
|
||||
!*.tiff
|
||||
!**/*.tiff
|
||||
!*.webp
|
||||
!**/*.webp
|
||||
|
||||
# JSON
|
||||
!*.json
|
||||
!**/*.json
|
||||
|
||||
# Ensure this file itself is tracked
|
||||
!.gitignore
|
||||
|
||||
|
Reference in New Issue
Block a user