update PaddleOCR result & docTR result

This commit is contained in:
Nguyễn Phước Thành
2025-08-09 22:29:33 +07:00
parent f63589a10a
commit 028e3237bb
15 changed files with 12838 additions and 0 deletions

View 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