orbitkit 0.8.76__tar.gz → 0.8.78__tar.gz
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.
- {orbitkit-0.8.76/orbitkit.egg-info → orbitkit-0.8.78}/PKG-INFO +1 -1
- orbitkit-0.8.78/orbitkit/VERSION +1 -0
- {orbitkit-0.8.76 → orbitkit-0.8.78}/orbitkit/airflow_handler/data_preprocessing.py +4 -3
- {orbitkit-0.8.76 → orbitkit-0.8.78}/orbitkit/airflow_handler/file_handler_v2.py +1 -1
- {orbitkit-0.8.76 → orbitkit-0.8.78/orbitkit.egg-info}/PKG-INFO +1 -1
- orbitkit-0.8.76/orbitkit/VERSION +0 -1
- {orbitkit-0.8.76 → orbitkit-0.8.78}/LICENSE +0 -0
- {orbitkit-0.8.76 → orbitkit-0.8.78}/MANIFEST.in +0 -0
- {orbitkit-0.8.76 → orbitkit-0.8.78}/README.md +0 -0
- {orbitkit-0.8.76 → orbitkit-0.8.78}/orbitkit/__init__.py +0 -0
- {orbitkit-0.8.76 → orbitkit-0.8.78}/orbitkit/airflow_handler/__init__.py +0 -0
- {orbitkit-0.8.76 → orbitkit-0.8.78}/orbitkit/airflow_handler/file_flow_entry_process.py +0 -0
- {orbitkit-0.8.76 → orbitkit-0.8.78}/orbitkit/airflow_handler/file_flow_exit_process.py +0 -0
- {orbitkit-0.8.76 → orbitkit-0.8.78}/orbitkit/airflow_handler/file_handler.py +0 -0
- {orbitkit-0.8.76 → orbitkit-0.8.78}/orbitkit/audio_transcoder/__init__.py +0 -0
- {orbitkit-0.8.76 → orbitkit-0.8.78}/orbitkit/audio_transcoder/netmind_extract_v1.py +0 -0
- {orbitkit-0.8.76 → orbitkit-0.8.78}/orbitkit/constant/__init__.py +0 -0
- {orbitkit-0.8.76 → orbitkit-0.8.78}/orbitkit/constant/report_schema.py +0 -0
- {orbitkit-0.8.76 → orbitkit-0.8.78}/orbitkit/id_srv/__init__.py +0 -0
- {orbitkit-0.8.76 → orbitkit-0.8.78}/orbitkit/id_srv/id_gen.py +0 -0
- {orbitkit-0.8.76 → orbitkit-0.8.78}/orbitkit/id_srv/id_perm_like.py +0 -0
- {orbitkit-0.8.76 → orbitkit-0.8.78}/orbitkit/lark_send/__init__.py +0 -0
- {orbitkit-0.8.76 → orbitkit-0.8.78}/orbitkit/lark_send/lark.py +0 -0
- {orbitkit-0.8.76 → orbitkit-0.8.78}/orbitkit/llm_tools/__init__.py +0 -0
- {orbitkit-0.8.76 → orbitkit-0.8.78}/orbitkit/llm_tools/quick_rag_chat.py +0 -0
- {orbitkit-0.8.76 → orbitkit-0.8.78}/orbitkit/orbit_type/__init__.py +0 -0
- {orbitkit-0.8.76 → orbitkit-0.8.78}/orbitkit/orbit_type/doc_4_compile_rule.py +0 -0
- {orbitkit-0.8.76 → orbitkit-0.8.78}/orbitkit/orbit_type/orbit_type_simple.py +0 -0
- {orbitkit-0.8.76 → orbitkit-0.8.78}/orbitkit/orbit_type/tools.py +0 -0
- {orbitkit-0.8.76 → orbitkit-0.8.78}/orbitkit/pdf_embedding/__init__.py +0 -0
- {orbitkit-0.8.76 → orbitkit-0.8.78}/orbitkit/pdf_embedding/pdf_txt_embedding.py +0 -0
- {orbitkit-0.8.76 → orbitkit-0.8.78}/orbitkit/pdf_embedding/pdf_txt_embedding_v2.py +0 -0
- {orbitkit-0.8.76 → orbitkit-0.8.78}/orbitkit/pdf_extractor/__init__.py +0 -0
- {orbitkit-0.8.76 → orbitkit-0.8.78}/orbitkit/pdf_extractor/a_stock_extractor_v1.py +0 -0
- {orbitkit-0.8.76 → orbitkit-0.8.78}/orbitkit/pdf_extractor/exceptions.py +0 -0
- {orbitkit-0.8.76 → orbitkit-0.8.78}/orbitkit/pdf_extractor/mineru_demo.py +0 -0
- {orbitkit-0.8.76 → orbitkit-0.8.78}/orbitkit/pdf_extractor/pdf_block_extractor_base.py +0 -0
- {orbitkit-0.8.76 → orbitkit-0.8.78}/orbitkit/pdf_extractor/pdf_block_extractor_v1.py +0 -0
- {orbitkit-0.8.76 → orbitkit-0.8.78}/orbitkit/pdf_extractor/pdf_block_extractor_v2.py +0 -0
- {orbitkit-0.8.76 → orbitkit-0.8.78}/orbitkit/pdf_extractor/pdf_extractor_azure.py +0 -0
- {orbitkit-0.8.76 → orbitkit-0.8.78}/orbitkit/pdf_extractor/pdf_extractor_minerU_v1.py +0 -0
- {orbitkit-0.8.76 → orbitkit-0.8.78}/orbitkit/pdf_extractor/pdf_extractor_netmind_v1.py +0 -0
- {orbitkit-0.8.76 → orbitkit-0.8.78}/orbitkit/pdf_extractor/pdf_extractor_netmind_v2.py +0 -0
- {orbitkit-0.8.76 → orbitkit-0.8.78}/orbitkit/pdf_extractor/pdf_extractor_netmind_v3.py +0 -0
- {orbitkit-0.8.76 → orbitkit-0.8.78}/orbitkit/pdf_extractor/pdf_extractor_orbit.py +0 -0
- {orbitkit-0.8.76 → orbitkit-0.8.78}/orbitkit/pdf_extractor_simple/__init__.py +0 -0
- {orbitkit-0.8.76 → orbitkit-0.8.78}/orbitkit/pdf_extractor_simple/base.py +0 -0
- {orbitkit-0.8.76 → orbitkit-0.8.78}/orbitkit/pdf_extractor_simple/cloud_provider.py +0 -0
- {orbitkit-0.8.76 → orbitkit-0.8.78}/orbitkit/pdf_extractor_simple/core.py +0 -0
- {orbitkit-0.8.76 → orbitkit-0.8.78}/orbitkit/pdf_extractor_simple/exceptions.py +0 -0
- {orbitkit-0.8.76 → orbitkit-0.8.78}/orbitkit/pdf_extractor_simple/extractors.py +0 -0
- {orbitkit-0.8.76 → orbitkit-0.8.78}/orbitkit/pdf_extractor_simple/utils.py +0 -0
- {orbitkit-0.8.76 → orbitkit-0.8.78}/orbitkit/pdf_writer/__init__.py +0 -0
- {orbitkit-0.8.76 → orbitkit-0.8.78}/orbitkit/pdf_writer/pdf_writer_simple.py +0 -0
- {orbitkit-0.8.76 → orbitkit-0.8.78}/orbitkit/util/__init__.py +0 -0
- {orbitkit-0.8.76 → orbitkit-0.8.78}/orbitkit/util/cache_asset_downloader.py +0 -0
- {orbitkit-0.8.76 → orbitkit-0.8.78}/orbitkit/util/common.py +0 -0
- {orbitkit-0.8.76 → orbitkit-0.8.78}/orbitkit/util/customize_regix_manager.py +0 -0
- {orbitkit-0.8.76 → orbitkit-0.8.78}/orbitkit/util/is_xbrl_structure.py +0 -0
- {orbitkit-0.8.76 → orbitkit-0.8.78}/orbitkit/util/secret_manager.py +0 -0
- {orbitkit-0.8.76 → orbitkit-0.8.78}/orbitkit/util/universal_extractor.py +0 -0
- {orbitkit-0.8.76 → orbitkit-0.8.78}/orbitkit/util/util_aliyun.py +0 -0
- {orbitkit-0.8.76 → orbitkit-0.8.78}/orbitkit/util/util_aliyun_oss_simple.py +0 -0
- {orbitkit-0.8.76 → orbitkit-0.8.78}/orbitkit/util/util_aws.py +0 -0
- {orbitkit-0.8.76 → orbitkit-0.8.78}/orbitkit/util/util_aws_s3_wrapper.py +0 -0
- {orbitkit-0.8.76 → orbitkit-0.8.78}/orbitkit/util/util_date.py +0 -0
- {orbitkit-0.8.76 → orbitkit-0.8.78}/orbitkit/util/util_html.py +0 -0
- {orbitkit-0.8.76 → orbitkit-0.8.78}/orbitkit/util/util_kafka.py +0 -0
- {orbitkit-0.8.76 → orbitkit-0.8.78}/orbitkit/util/util_md5.py +0 -0
- {orbitkit-0.8.76 → orbitkit-0.8.78}/orbitkit/util/util_selenium.py +0 -0
- {orbitkit-0.8.76 → orbitkit-0.8.78}/orbitkit/util/util_simple_timer.py +0 -0
- {orbitkit-0.8.76 → orbitkit-0.8.78}/orbitkit/util/util_str.py +0 -0
- {orbitkit-0.8.76 → orbitkit-0.8.78}/orbitkit/util/util_type_mapping.py +0 -0
- {orbitkit-0.8.76 → orbitkit-0.8.78}/orbitkit/util/util_url.py +0 -0
- {orbitkit-0.8.76 → orbitkit-0.8.78}/orbitkit.egg-info/SOURCES.txt +0 -0
- {orbitkit-0.8.76 → orbitkit-0.8.78}/orbitkit.egg-info/dependency_links.txt +0 -0
- {orbitkit-0.8.76 → orbitkit-0.8.78}/orbitkit.egg-info/not-zip-safe +0 -0
- {orbitkit-0.8.76 → orbitkit-0.8.78}/orbitkit.egg-info/requires.txt +0 -0
- {orbitkit-0.8.76 → orbitkit-0.8.78}/orbitkit.egg-info/top_level.txt +0 -0
- {orbitkit-0.8.76 → orbitkit-0.8.78}/setup.cfg +0 -0
- {orbitkit-0.8.76 → orbitkit-0.8.78}/setup.py +0 -0
|
@@ -0,0 +1 @@
|
|
|
1
|
+
0.8.78
|
|
@@ -117,9 +117,10 @@ class DocumentProcessor:
|
|
|
117
117
|
|
|
118
118
|
@staticmethod
|
|
119
119
|
def update_target_stage_by_report_type(doc, target_stage):
|
|
120
|
-
report_type_ids = doc.get('x_orbit_data', {}).get('report_type_id_list', [])
|
|
121
|
-
allow_embedding_types = {'
|
|
122
|
-
return target_stage if any(rid in allow_embedding_types for rid in report_type_ids) else "extract"
|
|
120
|
+
# report_type_ids = doc.get('x_orbit_data', {}).get('report_type_id_list', [])
|
|
121
|
+
# allow_embedding_types = {'10122'}
|
|
122
|
+
# return target_stage if any(rid in allow_embedding_types for rid in report_type_ids) else "extract"
|
|
123
|
+
return "extract"
|
|
123
124
|
|
|
124
125
|
@staticmethod
|
|
125
126
|
def update_target_stage_by_reported_at(doc, target_stage):
|
|
@@ -68,7 +68,7 @@ class FileFlowHandleV2:
|
|
|
68
68
|
return False, f"'{field}' cannot be empty."
|
|
69
69
|
|
|
70
70
|
if int(params['priority']) > 10 and params['urgent'] is False:
|
|
71
|
-
return False, f"The priority of '{params.get('priority')}' must be
|
|
71
|
+
return False, f"The priority of '{params.get('priority')}' must be less than or equal to 10."
|
|
72
72
|
|
|
73
73
|
return True, ""
|
|
74
74
|
|
orbitkit-0.8.76/orbitkit/VERSION
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
0.8.76
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|