12.12 投标人须知正文提取

This commit is contained in:
zy123 2024-12-12 16:18:04 +08:00
parent 9fc1a6e64a
commit e0775f405a
3 changed files with 3 additions and 3 deletions

View File

@ -1,6 +1,6 @@
import json
from flask_app.general.json_utils import clean_json_string, rename_outer_key
from flask_app.general.json_utils import clean_json_string, add_outer_key
from flask_app.工程标.投标人须知正文提取指定内容工程标 import extract_from_notice
from flask_app.工程标.判断是否分包等 import judge_whether_main, read_questions_from_judge
from flask_app.general.多线程提问 import read_questions_from_file, multi_threading

View File

@ -12,7 +12,7 @@ from flask_app.货物标.基础信息解析main import aggregate_basic_info_good
from flask_app.货物标.截取pdf货物标版 import truncate_pdf_specific_goods
from flask_app.工程标.截取pdf import truncate_pdf_specific_engineering,truncate_pdf_main
from flask_app.general.post_processing import inner_post_processing
from flask_app.old_version.基础信息整合_old import aggregate_basic_info_engineering
from flask_app.工程标.基础信息整合工程标 import aggregate_basic_info_engineering
def get_global_logger(unique_id):

View File

@ -24,7 +24,7 @@ def create_app():
app.register_blueprint(test_zbparse_bp)
app.connection_limiters['upload'] = ConnectionLimiter(max_connections=10)
app.connection_limiters['get_deviation'] = ConnectionLimiter(max_connections=10)
app.connection_limiters['default'] = ConnectionLimiter(max_connections=10)
app.connection_limiters['default'] = ConnectionLimiter(max_connections=1)
@app.teardown_request
def teardown_request(exception):