File size: 1,042 Bytes
2d46e42 | 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 32 | Update project structure, add pipeline and tests
# Conflicts:
# configs/config.yaml
# Please enter the commit message for your changes. Lines starting
# with '#' will be ignored, and an empty message aborts the commit.
#
# Committer: Hayk Arutyunyan <haykarutyunyan@MacBook-Pro-Hayk.local>
#
# interactive rebase in progress; onto 3d54e9d
# Last command done (1 command done):
# pick e710af8 # Update project structure, add pipeline and tests
# No commands remaining.
# You are currently rebasing branch 'main' on '3d54e9d'.
#
# Changes to be committed:
# modified: configs/config.yaml
# deleted: notebooks/mnemo_ocr_final_v03_color_v01.ipynb
# new file: pytest.ini
# new file: src/__init__.py
# new file: src/config_loader.py
# new file: src/ocr_utils.py
# new file: src/pipeline.py
# new file: tests/__init__.py
# new file: tests/conftest.py
# new file: tests/test_extract_text.py
# new file: tests/test_iter_input_images.py
# new file: tests/test_ocr_utils.py
# new file: tests/test_process_all_images.py
#
|