-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.gitmodules
31 lines (31 loc) · 1.15 KB
/
.gitmodules
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
# Git submodule definition file
#
# Reference:
#
# * Git - gitmodules Documentation
# https://git-scm.com/docs/gitmodules
#
# Copyright 2024 林博仁(Buo-ren Lin) <[email protected]>
# SPDX-License-Identifier: CC-BY-SA-4.0
[submodule "Tesseract Orange"]
path = Tesseract Orange
url = https://gitlab.com/tesseract-prebuilt/tesseract-orange.git
ignore = dirty
[submodule "Tesseract Green"]
path = Tesseract Green
url = https://gitlab.com/tesseract-prebuilt/tesseract-green.git
ignore = dirty
[submodule "Tesseract Open Source OCR Engine (main repository)"]
path = Tesseract Open Source OCR Engine (main repository)
url = https://github.com/tesseract-ocr/tesseract.git
ignore = dirty
fetchRecurseSubmodules = false
[submodule "Snap packaging for the Tesseract application"]
path = Snap packaging for the Tesseract application
url = https://github.com/brlin-tw/tesseract-snap.git
ignore = dirty
[submodule "Snap packaging for the Tesseract application (for Snapcrafters)"]
path = Snap packaging for the Tesseract application (for Snapcrafters)
url = https://github.com/brlin-tw/tesseract-snapcrafters.git
ignore = dirty
branch = patch/impl-snap-packaging