feat(ocr): Add OnnxTR as possible OCR engine

Signed-off-by: felix <felixdittrich92@gmail.com>
This commit is contained in:
felix 2025-03-25 10:07:33 +01:00
parent e74d229d4b
commit 07dfdaf7ba
2 changed files with 1740 additions and 58 deletions

View File

@ -14,9 +14,6 @@ runs:
with: with:
python-version: ${{ inputs.python-version }} python-version: ${{ inputs.python-version }}
cache: 'poetry' cache: 'poetry'
- name: Update lockfile
run: poetry update
shell: bash
- name: Install dependencies - name: Install dependencies
run: poetry install --all-extras run: poetry install --all-extras
shell: bash shell: bash

1795
poetry.lock generated

File diff suppressed because it is too large Load Diff