restructure project
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user