From 461e868c07be70f8cddafaa61bd24d42b97377c1 Mon Sep 17 00:00:00 2001 From: "Namhyeon, Go" Date: Thu, 10 Jul 2025 13:00:35 +0900 Subject: [PATCH] Delete .gitmodules #283 --- .gitmodules | 9 --------- 1 file changed, 9 deletions(-) delete mode 100644 .gitmodules diff --git a/.gitmodules b/.gitmodules deleted file mode 100644 index 875b921..0000000 --- a/.gitmodules +++ /dev/null @@ -1,9 +0,0 @@ -[submodule "app/assets/tessdata"] - path = app/assets/tessdata - url = https://github.com/tesseract-ocr/tessdata -[submodule "app/assets/tessdata_best"] - path = app/assets/tessdata_best - url = https://github.com/tesseract-ocr/tessdata_best -[submodule "app/assets/tessdata_fast"] - path = app/assets/tessdata_fast - url = https://github.com/tesseract-ocr/tessdata_fast