data-science-document-ai 1.40.1__py3-none-any.whl → 1.40.2__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- {data_science_document_ai-1.40.1.dist-info → data_science_document_ai-1.40.2.dist-info}/METADATA +1 -1
- {data_science_document_ai-1.40.1.dist-info → data_science_document_ai-1.40.2.dist-info}/RECORD +4 -4
- src/postprocessing/postprocess_partner_invoice.py +0 -4
- {data_science_document_ai-1.40.1.dist-info → data_science_document_ai-1.40.2.dist-info}/WHEEL +0 -0
{data_science_document_ai-1.40.1.dist-info → data_science_document_ai-1.40.2.dist-info}/RECORD
RENAMED
|
@@ -10,7 +10,7 @@ src/pdf_processing.py,sha256=S_eTsgaDIIr3SCrEmaQZyc7TDJlRI0GCuP0P9EGF1Xc,15385
|
|
|
10
10
|
src/postprocessing/common.py,sha256=OR9O73gUP4tevIZMnorbiUgzviEJlVr46ArTWMXrYVA,19316
|
|
11
11
|
src/postprocessing/postprocess_booking_confirmation.py,sha256=nK32eDiBNbauyQz0oCa9eraysku8aqzrcoRFoWVumDU,4827
|
|
12
12
|
src/postprocessing/postprocess_commercial_invoice.py,sha256=3I8ijluTZcOs_sMnFZxfkAPle0UFQ239EMuvZfDZVPg,1028
|
|
13
|
-
src/postprocessing/postprocess_partner_invoice.py,sha256=
|
|
13
|
+
src/postprocessing/postprocess_partner_invoice.py,sha256=cM4te4qjOI_bXyrF8Zhb6X7eNf5aMKoRaPCFfqFv-98,11538
|
|
14
14
|
src/prompts/library/bookingConfirmation/evergreen/placeholders.json,sha256=Re2wBgZoaJ5yImUUAwZOZxFcKXHxi83TCZwTuqd2v2k,1405
|
|
15
15
|
src/prompts/library/bookingConfirmation/evergreen/prompt.txt,sha256=qlBMFDHy-gwr2PVeuHrfMEg_8Ibdym243DnaCgINa7g,2614
|
|
16
16
|
src/prompts/library/bookingConfirmation/hapag-lloyd/placeholders.json,sha256=Re2wBgZoaJ5yImUUAwZOZxFcKXHxi83TCZwTuqd2v2k,1405
|
|
@@ -54,6 +54,6 @@ src/prompts/prompt_library.py,sha256=VJWHeXN-s501C2GiidIIvQQuZdU6T1R27hE2dKBiI40
|
|
|
54
54
|
src/setup.py,sha256=kPSZosrICfaGZeDaajr40Ha7Ok4XK4fo_uq35Omiwr0,7128
|
|
55
55
|
src/tms.py,sha256=UXbIo1QE--hIX6NZi5Qyp2R_CP338syrY9pCTPrfgnE,1741
|
|
56
56
|
src/utils.py,sha256=-1Yq_5ExZlFQRUPRsQHiBD3TthNSiPVPp46Dvdb9Kf0,13830
|
|
57
|
-
data_science_document_ai-1.40.
|
|
58
|
-
data_science_document_ai-1.40.
|
|
59
|
-
data_science_document_ai-1.40.
|
|
57
|
+
data_science_document_ai-1.40.2.dist-info/METADATA,sha256=RYwuTFlx4I5lADhMdoZ5RBr-qPMD2eKMydljNOjPFK0,2153
|
|
58
|
+
data_science_document_ai-1.40.2.dist-info/WHEEL,sha256=M5asmiAlL6HEcOq52Yi5mmk9KmTVjY2RDPtO4p9DMrc,88
|
|
59
|
+
data_science_document_ai-1.40.2.dist-info/RECORD,,
|
|
@@ -301,10 +301,6 @@ def associate_forto_item_code(input_string, params):
|
|
|
301
301
|
if forto_item_code is None:
|
|
302
302
|
# 2. Fallback to embedding function if no good fuzzy match
|
|
303
303
|
forto_item_code = get_tms_mappings(input_string, "line_items")
|
|
304
|
-
# embeddings_dict = embed_manager.embeddings_dict
|
|
305
|
-
# forto_item_code = embed_manager._find_most_similar_option(
|
|
306
|
-
# input_string, *embeddings_dict["item_codes_label"]
|
|
307
|
-
# )
|
|
308
304
|
|
|
309
305
|
result = {"documentValue": input_string, "formattedValue": forto_item_code}
|
|
310
306
|
return result
|
{data_science_document_ai-1.40.1.dist-info → data_science_document_ai-1.40.2.dist-info}/WHEEL
RENAMED
|
File without changes
|