restructure project

This commit is contained in:
Yaojia Wang
2026-01-27 23:58:17 +01:00
parent 58bf75db68
commit d6550375b0
230 changed files with 5513 additions and 1756 deletions

View File

@@ -9,8 +9,8 @@ Tests the parsing of Swedish invoice payment lines including:
"""
import pytest
from src.ocr.machine_code_parser import MachineCodeParser, MachineCodeResult
from src.pdf.extractor import Token as TextToken
from shared.ocr.machine_code_parser import MachineCodeParser, MachineCodeResult
from shared.pdf.extractor import Token as TextToken
class TestParseStandardPaymentLine: