diff options
| author | Gustaf Rydholm <gustaf.rydholm@gmail.com> | 2022-09-27 00:08:04 +0200 |
|---|---|---|
| committer | Gustaf Rydholm <gustaf.rydholm@gmail.com> | 2022-09-27 00:08:04 +0200 |
| commit | 27ff7d113108e9cc51ddc5ff13b648b9c75fa865 (patch) | |
| tree | 96b35c2f65978b8718665aaded3d29f00aaf43e2 /text_recognizer/metadata/shared.py | |
| parent | 3227735099f8acb37ffe658b8f04b6c308b64d23 (diff) | |
Add metadata
Diffstat (limited to 'text_recognizer/metadata/shared.py')
| -rw-r--r-- | text_recognizer/metadata/shared.py | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/text_recognizer/metadata/shared.py b/text_recognizer/metadata/shared.py new file mode 100644 index 0000000..a4d1da0 --- /dev/null +++ b/text_recognizer/metadata/shared.py @@ -0,0 +1,4 @@ +from pathlib import Path + +DATA_DIRNAME = Path(__file__).resolve().parents[2] / "data" +DOWNLOADED_DATA_DIRNAME = DATA_DIRNAME / "downloded" |