lfx-nightly 0.1.11.dev6__py3-none-any.whl → 0.1.11.dev7__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.
- lfx/base/data/docling_utils.py +1 -1
- {lfx_nightly-0.1.11.dev6.dist-info → lfx_nightly-0.1.11.dev7.dist-info}/METADATA +1 -1
- {lfx_nightly-0.1.11.dev6.dist-info → lfx_nightly-0.1.11.dev7.dist-info}/RECORD +5 -5
- {lfx_nightly-0.1.11.dev6.dist-info → lfx_nightly-0.1.11.dev7.dist-info}/WHEEL +0 -0
- {lfx_nightly-0.1.11.dev6.dist-info → lfx_nightly-0.1.11.dev7.dist-info}/entry_points.txt +0 -0
lfx/base/data/docling_utils.py
CHANGED
@@ -133,7 +133,7 @@ def docling_worker(file_paths: list[str], queue, pipeline: str, ocr_engine: str)
|
|
133
133
|
check_shutdown() # Check before heavy operations
|
134
134
|
|
135
135
|
pipeline_options = PdfPipelineOptions()
|
136
|
-
pipeline_options.do_ocr = ocr_engine
|
136
|
+
pipeline_options.do_ocr = ocr_engine not in {"", "None"}
|
137
137
|
if pipeline_options.do_ocr:
|
138
138
|
ocr_factory = get_ocr_factory(
|
139
139
|
allow_external_plugins=False,
|
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.4
|
2
2
|
Name: lfx-nightly
|
3
|
-
Version: 0.1.11.
|
3
|
+
Version: 0.1.11.dev7
|
4
4
|
Summary: Langflow Executor - A lightweight CLI tool for executing and serving Langflow AI flows
|
5
5
|
Author-email: Gabriel Luiz Freitas Almeida <gabriel@langflow.org>
|
6
6
|
Requires-Python: <3.14,>=3.10
|
@@ -29,7 +29,7 @@ lfx/base/curl/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
29
29
|
lfx/base/curl/parse.py,sha256=Yw6mMbGg7e-ffrBItEUJeTiljneCXlNyt5afzEP9eUI,6094
|
30
30
|
lfx/base/data/__init__.py,sha256=lQsYYMyAg_jA9ZF7oc-LNZsRE2uMGT6g16WzsUByHqs,81
|
31
31
|
lfx/base/data/base_file.py,sha256=XFj3u9OGHcRbWfzslzvvxn-qpaCeX0uUQ0fStUCo65I,25495
|
32
|
-
lfx/base/data/docling_utils.py,sha256=
|
32
|
+
lfx/base/data/docling_utils.py,sha256=2kwI_eOPg-Wr2mfuGkOXFsW-53VqV8_F-XUTWruYMXg,9744
|
33
33
|
lfx/base/data/utils.py,sha256=eZJgkOvQ3MaURDfgkH2MiZZOBF5_D0nSlmDY6LgLRik,5960
|
34
34
|
lfx/base/document_transformers/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
35
35
|
lfx/base/document_transformers/model.py,sha256=etVEmyakiEgflB-fayClPnFRhaEdXfdUu4cqpgtk8ek,1317
|
@@ -693,7 +693,7 @@ lfx/utils/schemas.py,sha256=NbOtVQBrn4d0BAu-0H_eCTZI2CXkKZlRY37XCSmuJwc,3865
|
|
693
693
|
lfx/utils/util.py,sha256=xGR32XDRr_TtruhjnXfI7lEWmk-vgywHAy3kz5SBowc,15725
|
694
694
|
lfx/utils/util_strings.py,sha256=nU_IcdphNaj6bAPbjeL-c1cInQPfTBit8mp5Y57lwQk,1686
|
695
695
|
lfx/utils/version.py,sha256=cHpbO0OJD2JQAvVaTH_6ibYeFbHJV0QDHs_YXXZ-bT8,671
|
696
|
-
lfx_nightly-0.1.11.
|
697
|
-
lfx_nightly-0.1.11.
|
698
|
-
lfx_nightly-0.1.11.
|
699
|
-
lfx_nightly-0.1.11.
|
696
|
+
lfx_nightly-0.1.11.dev7.dist-info/METADATA,sha256=zHBECXdO597ceJZd14mhIrATBlHHfhBx4Irs7b79B_4,7971
|
697
|
+
lfx_nightly-0.1.11.dev7.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
|
698
|
+
lfx_nightly-0.1.11.dev7.dist-info/entry_points.txt,sha256=1724p3RHDQRT2CKx_QRzEIa7sFuSVO0Ux70YfXfoMT4,42
|
699
|
+
lfx_nightly-0.1.11.dev7.dist-info/RECORD,,
|
File without changes
|
File without changes
|