From 140dd3ca3575afe8a0d5baebddf768f085caf8ba Mon Sep 17 00:00:00 2001
From: wangys <3401275564@qq.com>
Date: Sun, 29 Mar 2026 11:07:30 +0800
Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
.gitignore | 3 +-
ai-management-dify | 2 +-
ai-management-platform | 2 +-
difyPlugin/DifyCLI.md | 146 ---
difyPlugin/pdf/.difyignore | 184 ---
difyPlugin/pdf/.env.example | 3 -
.../pdf/.github/workflows/plugin-publish.yml | 109 --
difyPlugin/pdf/.gitignore | 176 ---
difyPlugin/pdf/GUIDE.md | 137 ---
difyPlugin/pdf/PRIVACY.md | 3 -
difyPlugin/pdf/README.md | 10 -
difyPlugin/pdf/_assets/icon-dark.svg | 55 -
difyPlugin/pdf/_assets/icon.svg | 55 -
difyPlugin/pdf/main.py | 6 -
difyPlugin/pdf/manifest.yaml | 40 -
difyPlugin/pdf/plugin.json | 64 --
difyPlugin/pdf/provider/pdf.py | 53 -
difyPlugin/pdf/provider/pdf.yaml | 21 -
difyPlugin/pdf/requirements.txt | 2 -
difyPlugin/pdf/tools/pdf_to_markdown.py | 234 ----
difyPlugin/pdf/tools/pdf_to_markdown.yaml | 51 -
difyPlugin/pdf/tools/pdf_toc.py | 312 -----
difyPlugin/pdf/tools/pdf_toc.yaml | 51 -
difyPlugin/数据清洗-大文件处理.yml.bak | 1000 -----------------
difyPlugin/需求文档.md | 122 --
docs/AI训练资料/2.pdf | Bin 1731069 -> 0 bytes
26 files changed, 4 insertions(+), 2837 deletions(-)
delete mode 100644 difyPlugin/DifyCLI.md
delete mode 100644 difyPlugin/pdf/.difyignore
delete mode 100644 difyPlugin/pdf/.env.example
delete mode 100644 difyPlugin/pdf/.github/workflows/plugin-publish.yml
delete mode 100644 difyPlugin/pdf/.gitignore
delete mode 100644 difyPlugin/pdf/GUIDE.md
delete mode 100644 difyPlugin/pdf/PRIVACY.md
delete mode 100644 difyPlugin/pdf/README.md
delete mode 100644 difyPlugin/pdf/_assets/icon-dark.svg
delete mode 100644 difyPlugin/pdf/_assets/icon.svg
delete mode 100644 difyPlugin/pdf/main.py
delete mode 100644 difyPlugin/pdf/manifest.yaml
delete mode 100644 difyPlugin/pdf/plugin.json
delete mode 100644 difyPlugin/pdf/provider/pdf.py
delete mode 100644 difyPlugin/pdf/provider/pdf.yaml
delete mode 100644 difyPlugin/pdf/requirements.txt
delete mode 100644 difyPlugin/pdf/tools/pdf_to_markdown.py
delete mode 100644 difyPlugin/pdf/tools/pdf_to_markdown.yaml
delete mode 100644 difyPlugin/pdf/tools/pdf_toc.py
delete mode 100644 difyPlugin/pdf/tools/pdf_toc.yaml
delete mode 100644 difyPlugin/数据清洗-大文件处理.yml.bak
delete mode 100644 difyPlugin/需求文档.md
delete mode 100644 docs/AI训练资料/2.pdf
diff --git a/.gitignore b/.gitignore
index 195f9bd6..3fed9d2b 100644
--- a/.gitignore
+++ b/.gitignore
@@ -6,4 +6,5 @@
**/*.difypkg
urbanLifeServ/*
-*/.data
\ No newline at end of file
+*/.data
+docs
\ No newline at end of file
diff --git a/ai-management-dify b/ai-management-dify
index 9fffb6e4..0de13a34 160000
--- a/ai-management-dify
+++ b/ai-management-dify
@@ -1 +1 @@
-Subproject commit 9fffb6e421cdc0d84a3a730c04a799456ad66776
+Subproject commit 0de13a34959c0179ac9a675f51ee2c8cd7e38450
diff --git a/ai-management-platform b/ai-management-platform
index 6bbe3e41..085ef040 160000
--- a/ai-management-platform
+++ b/ai-management-platform
@@ -1 +1 @@
-Subproject commit 6bbe3e4181466bc86712e2d0abdba36ed8988082
+Subproject commit 085ef040aedda9863b05f67b5fef0b242efa2ce3
diff --git a/difyPlugin/DifyCLI.md b/difyPlugin/DifyCLI.md
deleted file mode 100644
index 8f8a4387..00000000
--- a/difyPlugin/DifyCLI.md
+++ /dev/null
@@ -1,146 +0,0 @@
-> ## Documentation Index
-> Fetch the complete documentation index at: https://docs.dify.ai/llms.txt
-> Use this file to discover all available pages before exploring further.
-
-# CLI
-
-> Dify 插件开发命令行界面
-
- ⚠️ 本文档由 AI 自动翻译。如有任何不准确之处,请参考[英文原版](/en/develop-plugin/getting-started/cli)。
-
-使用命令行界面(CLI)设置和打包你的 Dify 插件。CLI 提供了一种简化的方式来管理你的插件开发工作流,从初始化到打包。
-
-本指南将指导你如何使用 CLI 进行 Dify 插件开发。
-
-## 前提条件
-
-在开始之前,请确保已安装以下内容:
-
-* Python 版本 ≥ 3.12
-* Dify CLI
-* Homebrew(适用于 Mac 用户)
-
-## 创建 Dify 插件项目
-
-
-
- ```bash theme={null}
- brew tap langgenius/dify
- brew install dify
- ```
-
-
-
- 从 [Dify GitHub 发布页面](https://github.com/langgenius/dify-plugin-daemon/releases) 获取最新的 Dify CLI
-
- ```bash theme={null}
- # Download dify-plugin-darwin-arm64
- chmod +x dify-plugin-darwin-arm64
- mv dify-plugin-darwin-arm64 dify
- sudo mv dify /usr/local/bin/
- ```
-
-
-
-现在你已成功安装 Dify CLI。你可以通过运行以下命令来验证安装:
-
-```bash theme={null}
-dify version
-```
-
-你可以使用以下命令创建一个新的 Dify 插件项目:
-
-```bash theme={null}
-dify plugin init
-```
-
-根据提示填写必填字段:
-
-```bash theme={null}
-Edit profile of the plugin
-Plugin name (press Enter to next step): hello-world
-Author (press Enter to next step): langgenius
-Description (press Enter to next step): hello world example
-Repository URL (Optional) (press Enter to next step): Repository URL (Optional)
- Enable multilingual README: [✔] English is required by default
-
-Languages to generate:
- English: [✔] (required)
- → 简体中文 (Simplified Chinese): [✔]
- 日本語 (Japanese): [✘]
- Português (Portuguese - Brazil): [✘]
-
-Controls:
- ↑/↓ Navigate • Space/Tab Toggle selection • Enter Next step
-```
-
-选择 `python` 并按 Enter 继续使用 Python 插件模板。
-
-```bash theme={null}
-Select the type of plugin you want to create, and press `Enter` to continue
-Before starting, here's some basic knowledge about Plugin types in Dify:
-
-- Tool: Tool Providers like Google Search, Stable Diffusion, etc. Used to perform specific tasks.
-- Model: Model Providers like OpenAI, Anthropic, etc. Use their models to enhance AI capabilities.
-- Endpoint: Similar to Service API in Dify and Ingress in Kubernetes. Extend HTTP services as endpoints with custom logi
-- Agent Strategy: Implement your own agent strategies like Function Calling, ReAct, ToT, CoT, etc.
-
-Based on the ability you want to extend, Plugins are divided into four types: Tool, Model, Extension, and Agent Strategy
-
-- Tool: A tool provider that can also implement endpoints. For example, building a Discord Bot requires both Sending and
-- Model: Strictly for model providers, no other extensions allowed.
-- Extension: For simple HTTP services that extend functionality.
-- Agent Strategy: Implement custom agent logic with a focused approach.
-
-We've provided templates to help you get started. Choose one of the options below:
--> tool
- agent-strategy
- llm
- text-embedding
- rerank
- tts
- speech2text
- moderation
- extension
-```
-
-输入默认的 dify 版本,留空则使用最新版本:
-
-```bash theme={null}
-Edit minimal Dify version requirement, leave it blank by default
-Minimal Dify version (press Enter to next step):
-```
-
-现在你已准备就绪!CLI 将创建一个以你提供的插件名称命名的新目录,并为你的插件设置基本结构。
-
-```bash theme={null}
-cd hello-world
-```
-
-## 运行插件
-
-确保你在 hello-world 目录中
-
-```bash theme={null}
-cp .env.example .env
-```
-
-编辑 `.env` 文件以设置插件的环境变量,例如 API 密钥或其他配置。你可以在 Dify 仪表板中找到这些变量。登录到你的 Dify 环境,点击右上角的"插件"图标,然后点击调试图标(或类似虫子的图标)。在弹出窗口中,复制"API Key"和"Host Address"。(请参考你本地对应的截图,其中显示了获取密钥和主机地址的界面)
-
-```bash theme={null}
-INSTALL_METHOD=remote
-REMOTE_INSTALL_HOST=debug-plugin.dify.dev
-REMOTE_INSTALL_PORT=5003
-REMOTE_INSTALL_KEY=********-****-****-****-************
-```
-
-现在你可以使用以下命令在本地运行你的插件:
-
-```bash theme={null}
-pip install -r requirements.txt
-python -m main
-```
-
-***
-
-[编辑此页面](https://github.com/langgenius/dify-docs/edit/main/en/develop-plugin/getting-started/cli.mdx) | [报告问题](https://github.com/langgenius/dify-docs/issues/new?template=docs.yml)
diff --git a/difyPlugin/pdf/.difyignore b/difyPlugin/pdf/.difyignore
deleted file mode 100644
index 4685c5eb..00000000
--- a/difyPlugin/pdf/.difyignore
+++ /dev/null
@@ -1,184 +0,0 @@
-# Byte-compiled / optimized / DLL files
-__pycache__/
-*.py[cod]
-*$py.class
-
-# Distribution / packaging
-.Python
-build/
-develop-eggs/
-dist/
-downloads/
-eggs/
-.eggs/
-lib/
-lib64/
-parts/
-sdist/
-var/
-wheels/
-share/python-wheels/
-*.egg-info/
-.installed.cfg
-*.egg
-MANIFEST
-
-# PyInstaller
-# Usually these files are written by a python script from a template
-# before PyInstaller builds the exe, so as to inject date/other infos into it.
-*.manifest
-*.spec
-
-# Installer logs
-pip-log.txt
-pip-delete-this-directory.txt
-
-# Unit test / coverage reports
-htmlcov/
-.tox/
-.nox/
-.coverage
-.coverage.*
-.cache
-nosetests.xml
-coverage.xml
-*.cover
-*.py,cover
-.hypothesis/
-.pytest_cache/
-cover/
-
-# Translations
-*.mo
-*.pot
-
-# Django stuff:
-*.log
-local_settings.py
-db.sqlite3
-db.sqlite3-journal
-
-# Flask stuff:
-instance/
-.webassets-cache
-
-# Scrapy stuff:
-.scrapy
-
-# Sphinx documentation
-docs/_build/
-
-# PyBuilder
-.pybuilder/
-target/
-
-# Jupyter Notebook
-.ipynb_checkpoints
-
-# IPython
-profile_default/
-ipython_config.py
-
-# pyenv
-# For a library or package, you might want to ignore these files since the code is
-# intended to run in multiple environments; otherwise, check them in:
-.python-version
-
-# pipenv
-# According to pypa/pipenv#598, it is recommended to include Pipfile.lock in version control.
-# However, in case of collaboration, if having platform-specific dependencies or dependencies
-# having no cross-platform support, pipenv may install dependencies that don't work, or not
-# install all needed dependencies.
-Pipfile.lock
-
-# UV
-# Similar to Pipfile.lock, it is generally recommended to include uv.lock in version control.
-# This is especially recommended for binary packages to ensure reproducibility, and is more
-# commonly ignored for libraries.
-uv.lock
-
-# poetry
-# Similar to Pipfile.lock, it is generally recommended to include poetry.lock in version control.
-# This is especially recommended for binary packages to ensure reproducibility, and is more
-# commonly ignored for libraries.
-# https://python-poetry.org/docs/basic-usage/#commit-your-poetrylock-file-to-version-control
-poetry.lock
-
-# pdm
-# Similar to Pipfile.lock, it is generally recommended to include pdm.lock in version control.
-#pdm.lock
-# pdm stores project-wide configurations in .pdm.toml, but it is recommended to not include it
-# in version control.
-# https://pdm.fming.dev/latest/usage/project/#working-with-version-control
-.pdm.toml
-.pdm-python
-.pdm-build/
-
-# PEP 582; used by e.g. github.com/David-OConnor/pyflow and github.com/pdm-project/pdm
-__pypackages__/
-
-# Celery stuff
-celerybeat-schedule
-celerybeat.pid
-
-# SageMath parsed files
-*.sage.py
-
-# Environments
-.env
-.venv
-env/
-venv/
-ENV/
-env.bak/
-venv.bak/
-
-# Spyder project settings
-.spyderproject
-.spyproject
-
-# Rope project settings
-.ropeproject
-
-# mkdocs documentation
-/site
-
-# mypy
-.mypy_cache/
-.dmypy.json
-dmypy.json
-
-# Pyre type checker
-.pyre/
-
-# pytype static type analyzer
-.pytype/
-
-# Cython debug symbols
-cython_debug/
-
-# PyCharm
-# JetBrains specific template is maintained in a separate JetBrains.gitignore that can
-# be found at https://github.com/github/gitignore/blob/main/Global/JetBrains.gitignore
-# and can be added to the global gitignore or merged into this file. For a more nuclear
-# option (not recommended) you can uncomment the following to ignore the entire idea folder.
-.idea/
-
-# Vscode
-.vscode/
-
-# Git
-.git/
-.gitignore
-.github/
-
-# Mac
-.DS_Store
-
-# Windows
-Thumbs.db
-
-# Dify plugin packages
-# To prevent packaging repetitively
-*.difypkg
-
diff --git a/difyPlugin/pdf/.env.example b/difyPlugin/pdf/.env.example
deleted file mode 100644
index 60358af8..00000000
--- a/difyPlugin/pdf/.env.example
+++ /dev/null
@@ -1,3 +0,0 @@
-INSTALL_METHOD=remote
-REMOTE_INSTALL_URL=debug.dify.ai:5003
-REMOTE_INSTALL_KEY=********-****-****-****-************
diff --git a/difyPlugin/pdf/.github/workflows/plugin-publish.yml b/difyPlugin/pdf/.github/workflows/plugin-publish.yml
deleted file mode 100644
index d24c4dd5..00000000
--- a/difyPlugin/pdf/.github/workflows/plugin-publish.yml
+++ /dev/null
@@ -1,109 +0,0 @@
-name: Plugin Publish Workflow
-
-on:
- release:
- types: [published]
-
-jobs:
- publish:
- runs-on: ubuntu-latest
- steps:
- - name: Checkout code
- uses: actions/checkout@v3
-
- - name: Download CLI tool
- run: |
- mkdir -p $RUNNER_TEMP/bin
- cd $RUNNER_TEMP/bin
-
- wget https://github.com/langgenius/dify-plugin-daemon/releases/download/0.0.6/dify-plugin-linux-amd64
- chmod +x dify-plugin-linux-amd64
-
- echo "CLI tool location:"
- pwd
- ls -la dify-plugin-linux-amd64
-
- - name: Get basic info from manifest
- id: get_basic_info
- run: |
- PLUGIN_NAME=$(grep "^name:" manifest.yaml | cut -d' ' -f2)
- echo "Plugin name: $PLUGIN_NAME"
- echo "plugin_name=$PLUGIN_NAME" >> $GITHUB_OUTPUT
-
- VERSION=$(grep "^version:" manifest.yaml | cut -d' ' -f2)
- echo "Plugin version: $VERSION"
- echo "version=$VERSION" >> $GITHUB_OUTPUT
-
- # If the author's name is not your github username, you can change the author here
- AUTHOR=$(grep "^author:" manifest.yaml | cut -d' ' -f2)
- echo "Plugin author: $AUTHOR"
- echo "author=$AUTHOR" >> $GITHUB_OUTPUT
-
- - name: Package Plugin
- id: package
- run: |
- cd $GITHUB_WORKSPACE
- PACKAGE_NAME="${{ steps.get_basic_info.outputs.plugin_name }}-${{ steps.get_basic_info.outputs.version }}.difypkg"
- $RUNNER_TEMP/bin/dify-plugin-linux-amd64 plugin package . -o "$PACKAGE_NAME"
-
- echo "Package result:"
- ls -la "$PACKAGE_NAME"
- echo "package_name=$PACKAGE_NAME" >> $GITHUB_OUTPUT
-
- echo "\nFull file path:"
- pwd
- echo "\nDirectory structure:"
- tree || ls -R
-
- - name: Checkout target repo
- uses: actions/checkout@v3
- with:
- repository: ${{steps.get_basic_info.outputs.author}}/dify-plugins
- path: dify-plugins
- token: ${{ secrets.PLUGIN_ACTION }}
- fetch-depth: 1
- persist-credentials: true
-
- - name: Prepare and create PR
- run: |
- PACKAGE_NAME="${{ steps.get_basic_info.outputs.plugin_name }}-${{ steps.get_basic_info.outputs.version }}.difypkg"
- mkdir -p dify-plugins/${{ steps.get_basic_info.outputs.author }}/${{ steps.get_basic_info.outputs.plugin_name }}
- mv "$PACKAGE_NAME" dify-plugins/${{ steps.get_basic_info.outputs.author }}/${{ steps.get_basic_info.outputs.plugin_name }}/
-
- cd dify-plugins
-
- git config user.name "GitHub Actions"
- git config user.email "actions@github.com"
-
- git fetch origin main
- git checkout main
- git pull origin main
-
- BRANCH_NAME="bump-${{ steps.get_basic_info.outputs.plugin_name }}-plugin-${{ steps.get_basic_info.outputs.version }}"
- git checkout -b "$BRANCH_NAME"
-
- git add .
- git commit -m "bump ${{ steps.get_basic_info.outputs.plugin_name }} plugin to version ${{ steps.get_basic_info.outputs.version }}"
-
- git push -u origin "$BRANCH_NAME" --force
-
- git branch -a
- echo "Waiting for branch to sync..."
- sleep 10 # Wait 10 seconds for branch sync
-
- - name: Create PR via GitHub API
- env:
- # How to config the token:
- # 1. Profile -> Settings -> Developer settings -> Personal access tokens -> Generate new token (with repo scope) -> Copy the token
- # 2. Go to the target repository -> Settings -> Secrets and variables -> Actions -> New repository secret -> Add the token as PLUGIN_ACTION
- GH_TOKEN: ${{ secrets.PLUGIN_ACTION }}
- run: |
- gh pr create \
- --repo langgenius/dify-plugins \
- --head "${{ steps.get_basic_info.outputs.author }}:${{ steps.get_basic_info.outputs.plugin_name }}-${{ steps.get_basic_info.outputs.version }}" \
- --base main \
- --title "bump ${{ steps.get_basic_info.outputs.plugin_name }} plugin to version ${{ steps.get_basic_info.outputs.version }}" \
- --body "bump ${{ steps.get_basic_info.outputs.plugin_name }} plugin package to version ${{ steps.get_basic_info.outputs.version }}
-
- Changes:
- - Updated plugin package file" || echo "PR already exists or creation skipped." # Handle cases where PR already exists
diff --git a/difyPlugin/pdf/.gitignore b/difyPlugin/pdf/.gitignore
deleted file mode 100644
index a16dc979..00000000
--- a/difyPlugin/pdf/.gitignore
+++ /dev/null
@@ -1,176 +0,0 @@
-# Byte-compiled / optimized / DLL files
-__pycache__/
-*.py[cod]
-*$py.class
-
-# C extensions
-*.so
-
-# Distribution / packaging
-.Python
-build/
-develop-eggs/
-dist/
-downloads/
-eggs/
-.eggs/
-lib/
-lib64/
-parts/
-sdist/
-var/
-wheels/
-share/python-wheels/
-*.egg-info/
-.installed.cfg
-*.egg
-MANIFEST
-
-# PyInstaller
-# Usually these files are written by a python script from a template
-# before PyInstaller builds the exe, so as to inject date/other infos into it.
-*.manifest
-*.spec
-
-# Installer logs
-pip-log.txt
-pip-delete-this-directory.txt
-
-# Unit test / coverage reports
-htmlcov/
-.tox/
-.nox/
-.coverage
-.coverage.*
-.cache
-nosetests.xml
-coverage.xml
-*.cover
-*.py,cover
-.hypothesis/
-.pytest_cache/
-cover/
-
-# Translations
-*.mo
-*.pot
-
-# Django stuff:
-*.log
-local_settings.py
-db.sqlite3
-db.sqlite3-journal
-
-# Flask stuff:
-instance/
-.webassets-cache
-
-# Scrapy stuff:
-.scrapy
-
-# Sphinx documentation
-docs/_build/
-
-# PyBuilder
-.pybuilder/
-target/
-
-# Jupyter Notebook
-.ipynb_checkpoints
-
-# IPython
-profile_default/
-ipython_config.py
-
-# pyenv
-# For a library or package, you might want to ignore these files since the code is
-# intended to run in multiple environments; otherwise, check them in:
-# .python-version
-
-# pipenv
-# According to pypa/pipenv#598, it is recommended to include Pipfile.lock in version control.
-# However, in case of collaboration, if having platform-specific dependencies or dependencies
-# having no cross-platform support, pipenv may install dependencies that don't work, or not
-# install all needed dependencies.
-#Pipfile.lock
-
-# UV
-# Similar to Pipfile.lock, it is generally recommended to include uv.lock in version control.
-# This is especially recommended for binary packages to ensure reproducibility, and is more
-# commonly ignored for libraries.
-#uv.lock
-
-# poetry
-# Similar to Pipfile.lock, it is generally recommended to include poetry.lock in version control.
-# This is especially recommended for binary packages to ensure reproducibility, and is more
-# commonly ignored for libraries.
-# https://python-poetry.org/docs/basic-usage/#commit-your-poetrylock-file-to-version-control
-#poetry.lock
-
-# pdm
-# Similar to Pipfile.lock, it is generally recommended to include pdm.lock in version control.
-#pdm.lock
-# pdm stores project-wide configurations in .pdm.toml, but it is recommended to not include it
-# in version control.
-# https://pdm.fming.dev/latest/usage/project/#working-with-version-control
-.pdm.toml
-.pdm-python
-.pdm-build/
-
-# PEP 582; used by e.g. github.com/David-OConnor/pyflow and github.com/pdm-project/pdm
-__pypackages__/
-
-# Celery stuff
-celerybeat-schedule
-celerybeat.pid
-
-# SageMath parsed files
-*.sage.py
-
-# Environments
-.env
-.venv
-env/
-venv/
-ENV/
-env.bak/
-venv.bak/
-
-# Spyder project settings
-.spyderproject
-.spyproject
-
-# Rope project settings
-.ropeproject
-
-# mkdocs documentation
-/site
-
-# mypy
-.mypy_cache/
-.dmypy.json
-dmypy.json
-
-# Pyre type checker
-.pyre/
-
-# pytype static type analyzer
-.pytype/
-
-# Cython debug symbols
-cython_debug/
-
-# PyCharm
-# JetBrains specific template is maintained in a separate JetBrains.gitignore that can
-# be found at https://github.com/github/gitignore/blob/main/Global/JetBrains.gitignore
-# and can be added to the global gitignore or merged into this file. For a more nuclear
-# option (not recommended) you can uncomment the following to ignore the entire idea folder.
-.idea/
-
-# Vscode
-.vscode/
-
-# macOS
-.DS_Store
-.AppleDouble
-.LSOverride
\ No newline at end of file
diff --git a/difyPlugin/pdf/GUIDE.md b/difyPlugin/pdf/GUIDE.md
deleted file mode 100644
index 27d33f9d..00000000
--- a/difyPlugin/pdf/GUIDE.md
+++ /dev/null
@@ -1,137 +0,0 @@
-# Dify Plugin Development Guide
-
-Welcome to Dify plugin development! This guide will help you get started quickly.
-
-## Plugin Types
-
-Dify plugins extend three main capabilities:
-
-| Type | Description | Example |
-|------|-------------|---------|
-| **Tool** | Perform specific tasks | Google Search, Stable Diffusion |
-| **Model** | AI model integrations | OpenAI, Anthropic |
-| **Endpoint** | HTTP services | Custom APIs, integrations |
-
-You can create:
-- **Tool**: Tool provider with optional endpoints (e.g., Discord bot)
-- **Model**: Model provider only
-- **Extension**: Simple HTTP service
-
-## Setup
-
-### Requirements
-- Python 3.11+
-- Dependencies: `pip install -r requirements.txt`
-
-## Development Process
-
-
-1. Manifest Structure
-
-Edit `manifest.yaml` to describe your plugin:
-
-```yaml
-version: 0.1.0 # Required: Plugin version
-type: plugin # Required: plugin or bundle
-author: YourOrganization # Required: Organization name
-label: # Required: Multi-language names
- en_US: Plugin Name
- zh_Hans: 插件名称
-created_at: 2023-01-01T00:00:00Z # Required: Creation time (RFC3339)
-icon: assets/icon.png # Required: Icon path
-
-# Resources and permissions
-resource:
- memory: 268435456 # Max memory (bytes)
- permission:
- tool:
- enabled: true # Tool permission
- model:
- enabled: true # Model permission
- llm: true
- text_embedding: false
- # Other model types...
- # Other permissions...
-
-# Extensions definition
-plugins:
- tools:
- - tools/my_tool.yaml # Tool definition files
- models:
- - models/my_model.yaml # Model definition files
- endpoints:
- - endpoints/my_api.yaml # Endpoint definition files
-
-# Runtime metadata
-meta:
- version: 0.0.1 # Manifest format version
- arch:
- - amd64
- - arm64
- runner:
- language: python
- version: "3.12"
- entrypoint: main
-```
-
-**Restrictions:**
-- Cannot extend both tools and models
-- Must have at least one extension
-- Cannot extend both models and endpoints
-- Limited to one supplier per extension type
-
-
-
-2. Implementation Examples
-
-Study these examples to understand plugin implementation:
-
-- [OpenAI](https://github.com/langgenius/dify-plugin-sdks/tree/main/python/examples/openai) - Model provider
-- [Google Search](https://github.com/langgenius/dify-plugin-sdks/tree/main/python/examples/google) - Tool provider
-- [Neko](https://github.com/langgenius/dify-plugin-sdks/tree/main/python/examples/neko) - Endpoint group
-
-
-
-3. Testing & Debugging
-
-1. Copy `.env.example` to `.env` and configure:
- ```
- INSTALL_METHOD=remote
- REMOTE_INSTALL_URL=debug.dify.ai:5003
- REMOTE_INSTALL_KEY=your-debug-key
- ```
-
-2. Run your plugin:
- ```bash
- python -m main
- ```
-
-3. Refresh your Dify instance to see the plugin (marked as "debugging")
-
-
-
-4. Publishing
-
-#### Manual Packaging
-```bash
-dify-plugin plugin package ./YOUR_PLUGIN_DIR
-```
-
-#### Automated GitHub Workflow
-
-Configure GitHub Actions to automate PR creation:
-
-1. Create a Personal Access Token for your forked repository
-2. Add it as `PLUGIN_ACTION` secret in your source repo
-3. Create `.github/workflows/plugin-publish.yml`
-
-When you create a release, the action will:
-- Package your plugin
-- Create a PR to your fork
-
-[Detailed workflow documentation](https://docs.dify.ai/plugins/publish-plugins/plugin-auto-publish-pr)
-
-
-## Privacy Policy
-
-If publishing to the Marketplace, provide a privacy policy in [PRIVACY.md](PRIVACY.md).
\ No newline at end of file
diff --git a/difyPlugin/pdf/PRIVACY.md b/difyPlugin/pdf/PRIVACY.md
deleted file mode 100644
index b088c73a..00000000
--- a/difyPlugin/pdf/PRIVACY.md
+++ /dev/null
@@ -1,3 +0,0 @@
-## Privacy
-
-!!! Please fill in the privacy policy of the plugin.
\ No newline at end of file
diff --git a/difyPlugin/pdf/README.md b/difyPlugin/pdf/README.md
deleted file mode 100644
index 0b767ecf..00000000
--- a/difyPlugin/pdf/README.md
+++ /dev/null
@@ -1,10 +0,0 @@
-## pdf
-
-**Author:** yslg
-**Version:** 0.0.1
-**Type:** tool
-
-### Description
-
-
-
diff --git a/difyPlugin/pdf/_assets/icon-dark.svg b/difyPlugin/pdf/_assets/icon-dark.svg
deleted file mode 100644
index 75a6cc1b..00000000
--- a/difyPlugin/pdf/_assets/icon-dark.svg
+++ /dev/null
@@ -1,55 +0,0 @@
-
-
diff --git a/difyPlugin/pdf/_assets/icon.svg b/difyPlugin/pdf/_assets/icon.svg
deleted file mode 100644
index 1decb4e0..00000000
--- a/difyPlugin/pdf/_assets/icon.svg
+++ /dev/null
@@ -1,55 +0,0 @@
-
-
diff --git a/difyPlugin/pdf/main.py b/difyPlugin/pdf/main.py
deleted file mode 100644
index 7e1a983d..00000000
--- a/difyPlugin/pdf/main.py
+++ /dev/null
@@ -1,6 +0,0 @@
-from dify_plugin import Plugin, DifyPluginEnv
-
-plugin = Plugin(DifyPluginEnv(MAX_REQUEST_TIMEOUT=120))
-
-if __name__ == '__main__':
- plugin.run()
diff --git a/difyPlugin/pdf/manifest.yaml b/difyPlugin/pdf/manifest.yaml
deleted file mode 100644
index 27f075f3..00000000
--- a/difyPlugin/pdf/manifest.yaml
+++ /dev/null
@@ -1,40 +0,0 @@
-version: 0.0.1
-type: plugin
-author: yslg
-name: pdf
-label:
- en_US: pdf
- ja_JP: pdf
- zh_Hans: pdf
- pt_BR: pdf
-description:
- en_US: pdfTools
- ja_JP: pdfTools
- zh_Hans: pdfTools
- pt_BR: pdfTools
-icon: icon.svg
-icon_dark: icon-dark.svg
-resource:
- memory: 268435456
- permission:
- tool:
- enabled: true
- model:
- enabled: true
- llm: true
-plugins:
- tools:
- - provider/pdf.yaml
-meta:
- version: 0.0.1
- arch:
- - amd64
- - arm64
- runner:
- language: python
- version: "3.12"
- entrypoint: main
- minimum_dify_version: null
-created_at: 2026-03-02T13:21:03.2806864+08:00
-privacy: PRIVACY.md
-verified: false
diff --git a/difyPlugin/pdf/plugin.json b/difyPlugin/pdf/plugin.json
deleted file mode 100644
index a3513216..00000000
--- a/difyPlugin/pdf/plugin.json
+++ /dev/null
@@ -1,64 +0,0 @@
-{
- "name": "pdf-plugin",
- "version": "1.0.0",
- "description": "PDF plugin for analyzing table of contents and extracting text",
- "author": "System",
- "type": "tool",
- "main": "main.py",
- "requirements": "requirements.txt",
- "icon": "https://neeko-copilot.bytedance.net/api/text2image?prompt=PDF%20document%20icon&size=square",
- "settings": [
- {
- "key": "debug",
- "type": "boolean",
- "default": false,
- "description": "Enable debug mode"
- }
- ],
- "functions": [
- {
- "name": "analyze_toc",
- "description": "Analyze PDF and find table of contents",
- "parameters": {
- "type": "object",
- "properties": {
- "file": {
- "type": "file",
- "description": "PDF file to analyze",
- "fileTypes": ["pdf"]
- }
- },
- "required": ["file"]
- }
- },
- {
- "name": "extract_text",
- "description": "Extract text from specified page range",
- "parameters": {
- "type": "object",
- "properties": {
- "file": {
- "type": "file",
- "description": "PDF file to extract text from",
- "fileTypes": ["pdf"]
- },
- "page_range": {
- "type": "object",
- "properties": {
- "start": {
- "type": "integer",
- "default": 0,
- "description": "Start page index"
- },
- "end": {
- "type": "integer",
- "description": "End page index"
- }
- }
- }
- },
- "required": ["file"]
- }
- }
- ]
-}
\ No newline at end of file
diff --git a/difyPlugin/pdf/provider/pdf.py b/difyPlugin/pdf/provider/pdf.py
deleted file mode 100644
index 50e7069e..00000000
--- a/difyPlugin/pdf/provider/pdf.py
+++ /dev/null
@@ -1,53 +0,0 @@
-from typing import Any
-
-from dify_plugin import ToolProvider
-from dify_plugin.errors.tool import ToolProviderCredentialValidationError
-
-
-class PdfProvider(ToolProvider):
-
- def _validate_credentials(self, credentials: dict[str, Any]) -> None:
- try:
- """
- IMPLEMENT YOUR VALIDATION HERE
- """
- except Exception as e:
- raise ToolProviderCredentialValidationError(str(e))
-
- #########################################################################################
- # If OAuth is supported, uncomment the following functions.
- # Warning: please make sure that the sdk version is 0.4.2 or higher.
- #########################################################################################
- # def _oauth_get_authorization_url(self, redirect_uri: str, system_credentials: Mapping[str, Any]) -> str:
- # """
- # Generate the authorization URL for pdf OAuth.
- # """
- # try:
- # """
- # IMPLEMENT YOUR AUTHORIZATION URL GENERATION HERE
- # """
- # except Exception as e:
- # raise ToolProviderOAuthError(str(e))
- # return ""
-
- # def _oauth_get_credentials(
- # self, redirect_uri: str, system_credentials: Mapping[str, Any], request: Request
- # ) -> Mapping[str, Any]:
- # """
- # Exchange code for access_token.
- # """
- # try:
- # """
- # IMPLEMENT YOUR CREDENTIALS EXCHANGE HERE
- # """
- # except Exception as e:
- # raise ToolProviderOAuthError(str(e))
- # return dict()
-
- # def _oauth_refresh_credentials(
- # self, redirect_uri: str, system_credentials: Mapping[str, Any], credentials: Mapping[str, Any]
- # ) -> OAuthCredentials:
- # """
- # Refresh the credentials
- # """
- # return OAuthCredentials(credentials=credentials, expires_at=-1)
diff --git a/difyPlugin/pdf/provider/pdf.yaml b/difyPlugin/pdf/provider/pdf.yaml
deleted file mode 100644
index 754fd59d..00000000
--- a/difyPlugin/pdf/provider/pdf.yaml
+++ /dev/null
@@ -1,21 +0,0 @@
-identity:
- author: "yslg"
- name: "pdf"
- label:
- en_US: "pdf"
- zh_Hans: "pdf"
- pt_BR: "pdf"
- ja_JP: "pdf"
- description:
- en_US: "pdfTools"
- zh_Hans: "pdfTools"
- pt_BR: "pdfTools"
- ja_JP: "pdfTools"
- icon: "icon.svg"
-
-tools:
- - tools/pdf_toc.yaml
- - tools/pdf_to_markdown.yaml
-extra:
- python:
- source: provider/pdf.py
diff --git a/difyPlugin/pdf/requirements.txt b/difyPlugin/pdf/requirements.txt
deleted file mode 100644
index 80735ec2..00000000
--- a/difyPlugin/pdf/requirements.txt
+++ /dev/null
@@ -1,2 +0,0 @@
-dify_plugin>=0.4.0,<0.7.0
-pymupdf>=1.27.1
\ No newline at end of file
diff --git a/difyPlugin/pdf/tools/pdf_to_markdown.py b/difyPlugin/pdf/tools/pdf_to_markdown.py
deleted file mode 100644
index 75367173..00000000
--- a/difyPlugin/pdf/tools/pdf_to_markdown.py
+++ /dev/null
@@ -1,234 +0,0 @@
-import json
-import re
-from collections.abc import Generator
-from typing import Any
-
-import fitz
-from dify_plugin import Tool
-from dify_plugin.entities.tool import ToolInvokeMessage
-
-
-class PdfToMarkdownTool(Tool):
- """Convert PDF to Markdown using an external catalog array."""
-
- def _invoke(self, tool_parameters: dict[str, Any]) -> Generator[ToolInvokeMessage]:
- file = tool_parameters.get("file")
- catalog_text = (tool_parameters.get("catalog") or "").strip()
- if not file:
- yield self.create_text_message("Error: file is required")
- return
- if not catalog_text:
- yield self.create_text_message("Error: catalog is required")
- return
-
- catalog = self._parse_catalog(catalog_text)
- if not catalog:
- yield self.create_text_message("Error: catalog must be a JSON array with title and page indexes")
- return
-
- doc = fitz.open(stream=file.blob, filetype="pdf")
- try:
- num_pages = len(doc)
- hf_texts = self._detect_headers_footers(doc, num_pages)
- page_mds = [self._page_to_markdown(doc[index], hf_texts) for index in range(num_pages)]
- final_md = self._assemble_by_catalog(catalog, page_mds, num_pages)
-
- yield self.create_text_message(final_md)
- yield self.create_blob_message(
- blob=final_md.encode("utf-8"),
- meta={"mime_type": "text/markdown"},
- )
- finally:
- doc.close()
-
- def _parse_catalog(self, catalog_text: str) -> list[dict[str, Any]]:
- try:
- raw = json.loads(catalog_text)
- except Exception:
- return []
-
- if not isinstance(raw, list):
- return []
-
- result: list[dict[str, Any]] = []
- for item in raw:
- if not isinstance(item, dict):
- continue
-
- title = str(item.get("title") or "").strip() or "Untitled"
- start_index = self._to_int(item.get("page_start_index"), None)
- end_index = self._to_int(item.get("page_end_index"), start_index)
-
- if start_index is None:
- start = self._to_int(item.get("start"), None)
- end = self._to_int(item.get("end"), start)
- if start is None:
- continue
- start_index = max(0, start - 1)
- end_index = max(start_index, (end if end is not None else start) - 1)
-
- if end_index is None:
- end_index = start_index
-
- result.append(
- {
- "title": title,
- "page_start_index": max(0, start_index),
- "page_end_index": max(start_index, end_index),
- }
- )
- return result
-
- def _detect_headers_footers(self, doc: fitz.Document, num_pages: int) -> set[str]:
- margin_ratio = 0.08
- sample_count = min(num_pages, 30)
- text_counts: dict[str, int] = {}
-
- for idx in range(sample_count):
- page = doc[idx]
- page_height = page.rect.height
- top_limit = page_height * margin_ratio
- bottom_limit = page_height * (1 - margin_ratio)
- try:
- blocks = page.get_text("blocks", sort=True) or []
- except Exception:
- continue
-
- seen: set[str] = set()
- for block in blocks:
- if len(block) < 7 or block[6] != 0:
- continue
- y0, y1 = block[1], block[3]
- text = (block[4] or "").strip()
- if not text or len(text) < 2 or text in seen:
- continue
- if y1 <= top_limit or y0 >= bottom_limit:
- seen.add(text)
- text_counts[text] = text_counts.get(text, 0) + 1
-
- threshold = max(3, sample_count * 0.35)
- return {text for text, count in text_counts.items() if count >= threshold}
-
- def _page_to_markdown(self, page: fitz.Page, hf_texts: set[str]) -> str:
- parts: list[str] = []
- page_height = page.rect.height
- top_margin = page_height * 0.06
- bottom_margin = page_height * 0.94
-
- table_rects: list[fitz.Rect] = []
- table_mds: list[str] = []
- try:
- find_tables = getattr(page, "find_tables", None)
- tables = []
- if callable(find_tables):
- table_finder = find_tables()
- tables = getattr(table_finder, "tables", []) or []
-
- for table in tables[:5]:
- try:
- table_rects.append(fitz.Rect(table.bbox))
- except Exception:
- pass
-
- cells = table.extract() or []
- if len(cells) < 2:
- continue
- if hf_texts and len(cells) <= 3:
- flat = " ".join(str(cell or "") for row in cells for cell in row)
- if any(hf in flat for hf in hf_texts):
- continue
-
- md_table = self._cells_to_md_table(cells)
- if md_table:
- table_mds.append(md_table)
- except Exception:
- pass
-
- try:
- blocks = page.get_text("blocks", sort=True) or []
- except Exception:
- blocks = []
-
- for block in blocks:
- if len(block) < 7 or block[6] != 0:
- continue
- x0, y0, x1, y1 = block[:4]
- text = (block[4] or "").strip()
- if not text:
- continue
-
- block_rect = fitz.Rect(x0, y0, x1, y1)
- if any(self._rects_overlap(block_rect, table_rect) for table_rect in table_rects):
- continue
- if hf_texts and (y1 <= top_margin or y0 >= bottom_margin):
- if any(hf in text for hf in hf_texts):
- continue
- if re.fullmatch(r"\s*\d{1,4}\s*", text):
- continue
-
- parts.append(text)
-
- parts.extend(table_mds)
- return "\n\n".join(parts)
-
- def _assemble_by_catalog(self, catalog: list[dict[str, Any]], page_mds: list[str], num_pages: int) -> str:
- parts: list[str] = []
- used_pages: set[int] = set()
-
- for item in catalog:
- start = max(0, min(int(item["page_start_index"]), num_pages - 1))
- end = max(start, min(int(item["page_end_index"]), num_pages - 1))
-
- chapter_parts = [f"# {item['title']}\n"]
- for idx in range(start, end + 1):
- if idx < len(page_mds) and page_mds[idx].strip() and idx not in used_pages:
- chapter_parts.append(page_mds[idx])
- used_pages.add(idx)
-
- if len(chapter_parts) > 1:
- parts.append("\n\n".join(chapter_parts))
-
- if parts:
- return "\n\n---\n\n".join(parts)
- return "\n\n---\n\n".join(m for m in page_mds if m.strip())
-
- @staticmethod
- def _rects_overlap(block_rect: fitz.Rect, table_rect: fitz.Rect) -> bool:
- inter = block_rect & table_rect
- if inter.is_empty:
- return False
- block_area = block_rect.width * block_rect.height
- if block_area <= 0:
- return False
- return (inter.width * inter.height) / block_area >= 0.3
-
- @staticmethod
- def _cells_to_md_table(cells: list) -> str:
- if not cells:
- return ""
-
- header = cells[0]
- ncols = len(header)
- if ncols == 0:
- return ""
-
- def clean(value: Any) -> str:
- return str(value or "").replace("|", "\\|").replace("\n", " ").strip()
-
- lines = [
- "| " + " | ".join(clean(cell) for cell in header) + " |",
- "| " + " | ".join("---" for _ in range(ncols)) + " |",
- ]
- for row in cells[1:]:
- padded = list(row) + [""] * max(0, ncols - len(row))
- lines.append("| " + " | ".join(clean(cell) for cell in padded[:ncols]) + " |")
- return "\n".join(lines)
-
- @staticmethod
- def _to_int(value: Any, default: int | None) -> int | None:
- try:
- if value is None or value == "":
- return default
- return int(value)
- except Exception:
- return default
diff --git a/difyPlugin/pdf/tools/pdf_to_markdown.yaml b/difyPlugin/pdf/tools/pdf_to_markdown.yaml
deleted file mode 100644
index 9a089a2b..00000000
--- a/difyPlugin/pdf/tools/pdf_to_markdown.yaml
+++ /dev/null
@@ -1,51 +0,0 @@
-identity:
- name: "pdf_to_markdown"
- author: "yslg"
- label:
- en_US: "PDF to Markdown"
- zh_Hans: "PDF to Markdown"
- pt_BR: "PDF para Markdown"
- ja_JP: "PDF to Markdown"
-description:
- human:
- en_US: "Convert PDF to Markdown using a catalog array. Images and graphics are ignored."
- zh_Hans: "Convert PDF to Markdown using a catalog array. Images and graphics are ignored."
- pt_BR: "Convert PDF to Markdown using a catalog array. Images and graphics are ignored."
- ja_JP: "Convert PDF to Markdown using a catalog array. Images and graphics are ignored."
- llm: "Convert a PDF file into Markdown using a catalog JSON array. Ignore images and graphics."
-parameters:
- - name: file
- type: file
- required: true
- label:
- en_US: PDF File
- zh_Hans: PDF File
- pt_BR: PDF File
- ja_JP: PDF File
- human_description:
- en_US: "PDF file to convert"
- zh_Hans: "PDF file to convert"
- pt_BR: "PDF file to convert"
- ja_JP: "PDF file to convert"
- llm_description: "PDF file to convert to Markdown"
- form: llm
- fileTypes:
- - "pdf"
- - name: catalog
- type: string
- required: true
- label:
- en_US: Catalog JSON
- zh_Hans: Catalog JSON
- pt_BR: Catalog JSON
- ja_JP: Catalog JSON
- human_description:
- en_US: "Catalog JSON array like [{title,start,end,page_start_index,page_end_index}]"
- zh_Hans: "Catalog JSON array like [{title,start,end,page_start_index,page_end_index}]"
- pt_BR: "Catalog JSON array like [{title,start,end,page_start_index,page_end_index}]"
- ja_JP: "Catalog JSON array like [{title,start,end,page_start_index,page_end_index}]"
- llm_description: "Catalog JSON array returned by pdf_toc"
- form: llm
-extra:
- python:
- source: tools/pdf_to_markdown.py
diff --git a/difyPlugin/pdf/tools/pdf_toc.py b/difyPlugin/pdf/tools/pdf_toc.py
deleted file mode 100644
index 12c1caf6..00000000
--- a/difyPlugin/pdf/tools/pdf_toc.py
+++ /dev/null
@@ -1,312 +0,0 @@
-import json
-import re
-from collections import OrderedDict
-from collections.abc import Generator
-from typing import Any
-
-import fitz
-from dify_plugin import Tool
-from dify_plugin.entities.model.llm import LLMModelConfig
-from dify_plugin.entities.model.message import SystemPromptMessage, UserPromptMessage
-from dify_plugin.entities.tool import ToolInvokeMessage
-
-_TOC_SYSTEM_PROMPT = """你是专业的PDF目录解析助手。请从以下PDF文本中提取文档的目录/章节结构。
-
-要求:
-1. 识别所有一级和二级标题及其对应的页码
-2. 只返回纯JSON数组,不要markdown代码块,不要任何解释
-3. 格式: [{"title": "章节标题", "page": 页码数字}]
-4. 页码必须是文档中标注的实际页码数字
-5. 如果无法识别目录,返回空数组 []"""
-
-
-class PdfTocTool(Tool):
- _TOC_PATTERNS = [
- r"目录",
- r"目\s*录",
- r"目\u3000录",
- r"Table of Contents",
- r"Contents",
- r"目次",
- ]
-
- def _invoke(self, tool_parameters: dict[str, Any]) -> Generator[ToolInvokeMessage]:
- file = tool_parameters.get("file")
- if not file:
- yield self.create_text_message("Error: file is required")
- return
-
- model_config = tool_parameters.get("model")
-
- doc = fitz.open(stream=file.blob, filetype="pdf")
- try:
- num_pages = len(doc)
-
- # 1) 优先从PDF元数据提取目录
- catalog = self._catalog_from_metadata(doc.get_toc(), num_pages)
-
- # 2) 元数据无目录时,使用LLM解析
- if not catalog and model_config:
- catalog = self._extract_toc_with_llm(doc, num_pages, model_config)
-
- # 3) 无LLM配置时回退到正则解析
- if not catalog:
- toc_start, toc_end = self._find_toc_pages(doc, num_pages)
- if toc_start is not None and toc_end is not None:
- toc_text = "\n".join(
- doc[index].get_text() or "" for index in range(toc_start, toc_end + 1)
- )
- printed_catalog = self._parse_toc_lines(toc_text)
- catalog = self._attach_page_indexes(printed_catalog, toc_end, num_pages)
-
- if not catalog:
- catalog = []
-
- yield self.create_text_message(json.dumps(catalog, ensure_ascii=False))
- finally:
- doc.close()
-
- def _extract_toc_with_llm(
- self, doc: fitz.Document, num_pages: int, model_config: dict[str, Any]
- ) -> list[dict[str, int | str]]:
- # 先尝试定位目录页
- toc_start, toc_end = self._find_toc_pages(doc, num_pages)
-
- if toc_start is not None and toc_end is not None:
- # 有目录页,提取目录页文本
- toc_text = "\n".join(
- doc[index].get_text() or "" for index in range(toc_start, toc_end + 1)
- )
- content_offset = toc_end
- else:
- # 无目录页,提取前15页文本让LLM识别章节结构
- sample = min(num_pages, 15)
- toc_text = "\n\n--- 第{}页 ---\n".join(
- [""] + [doc[i].get_text() or "" for i in range(sample)]
- )
- toc_text = toc_text.strip()
- if not toc_text:
- return []
- content_offset = 0
-
- # 截断过长文本
- if len(toc_text) > 15000:
- toc_text = toc_text[:15000] + "\n...[截断]"
-
- try:
- response = self.session.model.llm.invoke(
- model_config=LLMModelConfig(**model_config),
- prompt_messages=[
- SystemPromptMessage(content=_TOC_SYSTEM_PROMPT),
- UserPromptMessage(content=toc_text),
- ],
- stream=False,
- )
-
- llm_text = self._get_response_text(response)
- if not llm_text:
- return []
-
- raw_catalog = self._parse_llm_json(llm_text)
- if not raw_catalog:
- return []
-
- # 转换LLM返回的简单格式为完整catalog
- return self._build_catalog_from_llm(raw_catalog, content_offset, num_pages)
- except Exception:
- return []
-
- def _build_catalog_from_llm(
- self, raw: list[dict], content_offset: int, num_pages: int
- ) -> list[dict[str, int | str]]:
- entries: list[tuple[str, int]] = []
- for item in raw:
- title = str(item.get("title") or "").strip()
- page = self._to_int(item.get("page"), None)
- if not title or page is None:
- continue
- entries.append((title, page))
-
- if not entries:
- return []
-
- # 计算偏移量:第一个条目的页码与实际内容起始页的差值
- first_printed_page = entries[0][1]
- offset = (content_offset + 1) - first_printed_page if content_offset > 0 else 0
-
- result: list[dict[str, int | str]] = []
- for i, (title, page) in enumerate(entries):
- next_page = entries[i + 1][1] if i + 1 < len(entries) else page
- page_start_index = max(0, min(page + offset - 1, num_pages - 1))
- page_end_index = max(page_start_index, min(next_page + offset - 2, num_pages - 1))
- if i == len(entries) - 1:
- page_end_index = num_pages - 1
-
- result.append({
- "title": title,
- "start": page,
- "end": max(page, next_page - 1) if i + 1 < len(entries) else page,
- "page_start_index": page_start_index,
- "page_end_index": page_end_index,
- })
-
- return result
-
- @staticmethod
- def _get_response_text(response: Any) -> str:
- if not hasattr(response, "message") or not response.message:
- return ""
- content = response.message.content
- if isinstance(content, str):
- text = content
- elif isinstance(content, list):
- text = "".join(
- item.data if hasattr(item, "data") else str(item) for item in content
- )
- else:
- text = str(content)
-
- # 清理思考标签
- text = re.sub(r"[\s\S]*?", "", text, flags=re.IGNORECASE)
- text = re.sub(r"<\|[^>]+\|>", "", text)
- return text.strip()
-
- @staticmethod
- def _parse_llm_json(text: str) -> list[dict]:
- # 尝试提取JSON代码块
- code_match = re.search(r"```(?:json)?\s*([\s\S]*?)```", text)
- if code_match:
- text = code_match.group(1).strip()
-
- # 尝试找到JSON数组
- bracket_match = re.search(r"\[[\s\S]*\]", text)
- if bracket_match:
- text = bracket_match.group(0)
-
- try:
- result = json.loads(text)
- if isinstance(result, list):
- return result
- except Exception:
- pass
- return []
-
- def _catalog_from_metadata(self, toc: list, num_pages: int) -> list[dict[str, int | str]]:
- top = [(title, max(0, page - 1)) for level, title, page in toc if level <= 2 and page >= 1]
- if not top:
- return []
-
- result: list[dict[str, int | str]] = []
- for index, (title, start_index) in enumerate(top):
- end_index = top[index + 1][1] - 1 if index + 1 < len(top) else num_pages - 1
- result.append({
- "title": title,
- "start": start_index + 1,
- "end": max(start_index, end_index) + 1,
- "page_start_index": start_index,
- "page_end_index": max(start_index, end_index),
- })
- return result
-
- def _find_toc_pages(self, doc: fitz.Document, num_pages: int) -> tuple[int | None, int | None]:
- toc_start = None
- toc_end = None
- for page_number in range(min(num_pages, 30)):
- text = doc[page_number].get_text() or ""
- if any(re.search(pattern, text, re.IGNORECASE) for pattern in self._TOC_PATTERNS):
- if toc_start is None:
- toc_start = page_number
- toc_end = page_number
- elif toc_start is not None:
- break
- return toc_start, toc_end
-
- def _parse_toc_lines(self, text: str) -> list[dict[str, int | str]]:
- marker = re.search(
- r"^(List\s+of\s+Figures|List\s+of\s+Tables|图目录|表目录)",
- text,
- re.IGNORECASE | re.MULTILINE,
- )
- if marker:
- text = text[: marker.start()]
-
- pattern = re.compile(r"^\s*(?P
.+?)\s*(?:\.{2,}|\s)\s*(?P\d{1,5})\s*$")
- entries: list[tuple[str, int]] = []
- for raw in text.splitlines():
- line = raw.strip()
- if not line or len(line) < 3 or re.fullmatch(r"\d+", line):
- continue
-
- match = pattern.match(line)
- if not match:
- continue
-
- title = re.sub(r"\s+", " ", match.group("title")).strip("-_::")
- page = self._to_int(match.group("page"), None)
- if not title or page is None or len(title) <= 1:
- continue
- if title.lower() in {"page", "pages", "目录", "contents"}:
- continue
-
- entries.append((title, page))
-
- if not entries:
- return []
-
- dedup: OrderedDict[str, int] = OrderedDict()
- for title, page in entries:
- dedup.setdefault(title, page)
-
- titles = list(dedup.keys())
- pages = [dedup[title] for title in titles]
- result: list[dict[str, int | str]] = []
- for index, title in enumerate(titles):
- start = pages[index]
- end = max(start, pages[index + 1] - 1) if index + 1 < len(pages) else start
- result.append({"title": title, "start": start, "end": end})
- return result
-
- def _attach_page_indexes(
- self, catalog: list[dict[str, int | str]], toc_end: int, num_pages: int
- ) -> list[dict[str, int | str]]:
- if not catalog:
- return []
-
- first_page = None
- for item in catalog:
- start = self._to_int(item.get("start"), None)
- if start is not None and (first_page is None or start < first_page):
- first_page = start
-
- if first_page is None:
- return []
-
- offset = (toc_end + 1) - first_page
- result: list[dict[str, int | str]] = []
- for item in catalog:
- start = self._to_int(item.get("start"), None)
- end = self._to_int(item.get("end"), start)
- if start is None:
- continue
- if end is None:
- end = start
-
- page_start_index = max(0, min(start + offset, num_pages - 1))
- page_end_index = max(page_start_index, min(end + offset, num_pages - 1))
- result.append({
- "title": str(item.get("title") or "Untitled"),
- "start": start,
- "end": max(start, end),
- "page_start_index": page_start_index,
- "page_end_index": page_end_index,
- })
- return result
-
- @staticmethod
- def _to_int(value: Any, default: int | None) -> int | None:
- try:
- if value is None or value == "":
- return default
- return int(value)
- except Exception:
- return default
diff --git a/difyPlugin/pdf/tools/pdf_toc.yaml b/difyPlugin/pdf/tools/pdf_toc.yaml
deleted file mode 100644
index 0916a700..00000000
--- a/difyPlugin/pdf/tools/pdf_toc.yaml
+++ /dev/null
@@ -1,51 +0,0 @@
-identity:
- name: "pdf_toc"
- author: "yslg"
- label:
- en_US: "PDF TOC"
- zh_Hans: "PDF 目录提取"
- pt_BR: "PDF TOC"
- ja_JP: "PDF TOC"
-description:
- human:
- en_US: "Extract the catalog array from a PDF file using metadata or LLM."
- zh_Hans: "从PDF文件中提取目录数组,优先使用元数据,回退使用LLM解析。"
- pt_BR: "Extrair o array de catálogo de um arquivo PDF."
- ja_JP: "PDFファイルからカタログ配列を抽出する。"
- llm: "Extract a catalog array from a PDF file. Returns JSON text like [{title,start,end,page_start_index,page_end_index}]."
-parameters:
- - name: file
- type: file
- required: true
- label:
- en_US: PDF File
- zh_Hans: PDF 文件
- pt_BR: PDF File
- ja_JP: PDF File
- human_description:
- en_US: "PDF file to inspect"
- zh_Hans: "要解析的PDF文件"
- pt_BR: "PDF file to inspect"
- ja_JP: "PDF file to inspect"
- llm_description: "PDF file to extract catalog from"
- form: llm
- fileTypes:
- - "pdf"
- - name: model
- type: model-selector
- scope: llm
- required: true
- label:
- en_US: LLM Model
- zh_Hans: LLM 模型
- pt_BR: Modelo LLM
- ja_JP: LLMモデル
- human_description:
- en_US: "LLM model used for parsing TOC when metadata is unavailable"
- zh_Hans: "当元数据不可用时,用于解析目录的LLM模型"
- pt_BR: "Modelo LLM para análise de TOC"
- ja_JP: "メタデータが利用できない場合のTOC解析用LLMモデル"
- form: form
-extra:
- python:
- source: tools/pdf_toc.py
diff --git a/difyPlugin/数据清洗-大文件处理.yml.bak b/difyPlugin/数据清洗-大文件处理.yml.bak
deleted file mode 100644
index 70ca4830..00000000
--- a/difyPlugin/数据清洗-大文件处理.yml.bak
+++ /dev/null
@@ -1,1000 +0,0 @@
-app:
- description: 优化版:支持大文件PDF处理,跨页表格/段落智能识别合并
- icon: 🤖
- icon_background: '#FFEAD5'
- mode: workflow
- name: 数据清洗-大文件处理
- use_icon_as_answer_icon: false
-dependencies:
-- current_identifier: null
- type: marketplace
- value:
- marketplace_plugin_unique_identifier: samanhappy/word_process:0.0.1@003ecc76645cf2d5160d4e009a29d8eba2946eaaf7134c49971c3b9fedbfab0d
- version: null
-- current_identifier: null
- type: marketplace
- value:
- marketplace_plugin_unique_identifier: langgenius/siliconflow:0.0.44@9dac23fe837d6da24a2cd9ef959c1c93e4e094b7562ad8a2fd3d4cc86c0e3e89
- version: null
-- current_identifier: null
- type: marketplace
- value:
- marketplace_plugin_unique_identifier: bowenliang123/md_exporter:3.6.9@3f027d63e80b44d5d5a9f706871afaef37905b8f8a89a2d152dc530211a8acb1
- version: null
-- current_identifier: null
- type: package
- value:
- plugin_unique_identifier: yslg/pdf:0.0.1@5e83b87d38ad55c2a1e929311d21a86cef5f9e04394b977b3ba16eb34de08b36
- version: null
-kind: app
-version: 0.5.0
-workflow:
- conversation_variables: []
- environment_variables: []
- features:
- file_upload:
- allowed_file_extensions:
- - .JPG
- - .JPEG
- - .PNG
- - .GIF
- - .WEBP
- - .SVG
- - .PDF
- - .pdf
- allowed_file_types:
- - image
- - document
- allowed_file_upload_methods:
- - local_file
- - remote_url
- enabled: false
- fileUploadConfig:
- audio_file_size_limit: 50
- batch_count_limit: 5
- file_size_limit: 500
- image_file_batch_limit: 10
- image_file_size_limit: 10
- single_chunk_attachment_limit: 10
- video_file_size_limit: 100
- workflow_file_upload_limit: 10
- image:
- enabled: false
- number_limits: 3
- transfer_methods:
- - local_file
- - remote_url
- number_limits: 3
- opening_statement: ''
- retriever_resource:
- enabled: true
- sensitive_word_avoidance:
- enabled: false
- speech_to_text:
- enabled: false
- suggested_questions: []
- suggested_questions_after_answer:
- enabled: false
- text_to_speech:
- enabled: false
- language: ''
- voice: ''
- graph:
- edges:
- - data:
- isInIteration: false
- isInLoop: false
- sourceType: start
- targetType: if-else
- id: 1770703294598-source-1770703342256-target
- selected: false
- source: '1770703294598'
- sourceHandle: source
- target: '1770703342256'
- targetHandle: target
- type: custom
- zIndex: 0
- - data:
- isInIteration: false
- isInLoop: false
- sourceType: if-else
- targetType: llm
- id: 1770703342256-true-1770703393190-target
- selected: false
- source: '1770703342256'
- sourceHandle: 'true'
- target: '1770703393190'
- targetHandle: target
- type: custom
- zIndex: 0
- - data:
- isInIteration: false
- isInLoop: false
- sourceType: if-else
- targetType: llm
- id: 1770703342256-93d5294c-5984-4bc0-b30d-cd9e2ffba28d-1770703524412-target
- selected: false
- source: '1770703342256'
- sourceHandle: 93d5294c-5984-4bc0-b30d-cd9e2ffba28d
- target: '1770703524412'
- targetHandle: target
- type: custom
- zIndex: 0
- - data:
- isInIteration: false
- isInLoop: false
- sourceType: llm
- targetType: variable-aggregator
- id: 1770703393190-source-1770703625287-target
- selected: false
- source: '1770703393190'
- sourceHandle: source
- target: '1770703625287'
- targetHandle: target
- type: custom
- zIndex: 0
- - data:
- isInLoop: false
- sourceType: llm
- targetType: variable-aggregator
- id: 1770703524412-source-1770703625287-target
- selected: false
- source: '1770703524412'
- sourceHandle: source
- target: '1770703625287'
- targetHandle: target
- type: custom
- zIndex: 0
- - data:
- isInIteration: false
- isInLoop: false
- sourceType: if-else
- targetType: if-else
- id: 1770703342256-6556b05e-3266-4aa7-b196-ec41f5dd766b-1772348592076-target
- selected: false
- source: '1770703342256'
- sourceHandle: 6556b05e-3266-4aa7-b196-ec41f5dd766b
- target: '1772348592076'
- targetHandle: target
- type: custom
- zIndex: 0
- - data:
- isInLoop: false
- sourceType: if-else
- targetType: document-extractor
- id: 1772348592076-false-1770703633813-target
- selected: false
- source: '1772348592076'
- sourceHandle: 'false'
- target: '1770703633813'
- targetHandle: target
- type: custom
- zIndex: 0
- - data:
- isInIteration: false
- isInLoop: false
- sourceType: if-else
- targetType: tool
- id: 1772348592076-0b4fd2d4-a592-4421-acbb-822db3004219-1772349027446-target
- selected: false
- source: '1772348592076'
- sourceHandle: 0b4fd2d4-a592-4421-acbb-822db3004219
- target: '1772349027446'
- targetHandle: target
- type: custom
- zIndex: 0
- - data:
- isInIteration: false
- isInLoop: false
- sourceType: document-extractor
- targetType: variable-aggregator
- id: 1770703633813-source-1772348969241-target
- selected: false
- source: '1770703633813'
- sourceHandle: source
- target: '1772348969241'
- targetHandle: target
- type: custom
- zIndex: 0
- - data:
- isInLoop: false
- sourceType: tool
- targetType: variable-aggregator
- id: 1772349027446-source-1772348969241-target
- selected: false
- source: '1772349027446'
- sourceHandle: source
- target: '1772348969241'
- targetHandle: target
- type: custom
- zIndex: 0
- - data:
- isInIteration: false
- isInLoop: false
- sourceType: variable-aggregator
- targetType: llm
- id: 1770703625287-source-1770703671732-target
- selected: false
- source: '1770703625287'
- sourceHandle: source
- target: '1770703671732'
- targetHandle: target
- type: custom
- zIndex: 0
- - data:
- isInIteration: false
- isInLoop: false
- sourceType: llm
- targetType: tool
- id: 1770703671732-source-1770704285657-target
- selected: false
- source: '1770703671732'
- sourceHandle: source
- target: '1770704285657'
- targetHandle: target
- type: custom
- zIndex: 0
- - data:
- isInIteration: false
- isInLoop: false
- sourceType: if-else
- targetType: tool
- id: 1772348592076-true-1772527425324-target
- selected: false
- source: '1772348592076'
- sourceHandle: 'true'
- target: '1772527425324'
- targetHandle: target
- type: custom
- zIndex: 0
- - data:
- isInLoop: false
- sourceType: variable-aggregator
- targetType: variable-aggregator
- id: 1772348969241-source-1770703625287-target
- source: '1772348969241'
- sourceHandle: source
- target: '1770703625287'
- targetHandle: target
- type: custom
- zIndex: 0
- - data:
- isInLoop: false
- sourceType: tool
- targetType: end
- id: 1770704285657-source-1770704288628-target
- source: '1770704285657'
- sourceHandle: source
- target: '1770704288628'
- targetHandle: target
- type: custom
- zIndex: 0
- - data:
- isInIteration: false
- isInLoop: false
- sourceType: tool
- targetType: end
- id: 1772527425324-source-1772779766541-target
- source: '1772527425324'
- sourceHandle: source
- target: '1772779766541'
- targetHandle: target
- type: custom
- zIndex: 0
- nodes:
- - data:
- selected: false
- title: 用户输入
- type: start
- variables:
- - allowed_file_extensions: []
- allowed_file_types:
- - image
- - document
- - video
- allowed_file_upload_methods:
- - local_file
- - remote_url
- default: ''
- hint: ''
- label: 文件
- max_length: 48
- options: []
- placeholder: ''
- required: true
- type: file
- variable: file
- height: 109
- id: '1770703294598'
- position:
- x: 0
- y: 55
- positionAbsolute:
- x: 0
- y: 55
- selected: false
- sourcePosition: right
- targetPosition: left
- type: custom
- width: 242
- - data:
- cases:
- - case_id: 'true'
- conditions:
- - comparison_operator: in
- id: f88f279e-5736-4b1b-98cf-f8a9621531a0
- value:
- - image
- varType: file
- variable_selector:
- - '1770703294598'
- - file
- - type
- id: 'true'
- logical_operator: and
- - case_id: 93d5294c-5984-4bc0-b30d-cd9e2ffba28d
- conditions:
- - comparison_operator: in
- id: 48e8d32a-59c5-4573-8e8a-355dc73a39fc
- value:
- - video
- varType: file
- variable_selector:
- - '1770703294598'
- - file
- - type
- id: 93d5294c-5984-4bc0-b30d-cd9e2ffba28d
- logical_operator: and
- - case_id: 6556b05e-3266-4aa7-b196-ec41f5dd766b
- conditions:
- - comparison_operator: in
- id: 9916110c-edf7-4a4a-b324-2f8d85c73299
- value:
- - document
- varType: file
- variable_selector:
- - '1770703294598'
- - file
- - type
- id: 6556b05e-3266-4aa7-b196-ec41f5dd766b
- logical_operator: and
- selected: false
- title: 条件分支
- type: if-else
- height: 220
- id: '1770703342256'
- position:
- x: 342
- y: 0
- positionAbsolute:
- x: 342
- y: 0
- selected: false
- sourcePosition: right
- targetPosition: left
- type: custom
- width: 242
- - data:
- context:
- enabled: false
- variable_selector: []
- model:
- completion_params:
- enable_thinking: true
- temperature: 0.7
- mode: chat
- name: zai-org/GLM-4.6V
- provider: langgenius/siliconflow/siliconflow
- prompt_template:
- - id: 4b1706f6-3216-4fb7-a6dc-978ce43ff491
- role: system
- text: 识别图片中所有内容和文字,并进行合理的描述编排
- reasoning_format: separated
- selected: false
- title: 图片理解
- type: llm
- vision:
- configs:
- detail: high
- variable_selector:
- - '1770703294598'
- - file
- enabled: true
- height: 88
- id: '1770703393190'
- position:
- x: 2772
- y: 82
- positionAbsolute:
- x: 2772
- y: 82
- selected: false
- sourcePosition: right
- targetPosition: left
- type: custom
- width: 242
- - data:
- context:
- enabled: false
- variable_selector: []
- model:
- completion_params: {}
- mode: chat
- name: Pro/moonshotai/Kimi-K2.5
- provider: langgenius/siliconflow/siliconflow
- prompt_template:
- - id: 497bebc3-5e75-4c2b-940c-ba485dc1e51a
- role: system
- text: 识别视频中所有内容和文字,并进行合理的描述编排
- reasoning_format: separated
- selected: false
- title: 视频理解
- type: llm
- vision:
- configs:
- detail: high
- variable_selector:
- - '1770703294598'
- - file
- enabled: true
- height: 88
- id: '1770703524412'
- position:
- x: 1770
- y: 177
- positionAbsolute:
- x: 1770
- y: 177
- selected: false
- sourcePosition: right
- targetPosition: left
- type: custom
- width: 242
- - data:
- cases:
- - case_id: 'true'
- conditions:
- - comparison_operator: contains
- id: 7a6d2b1e-9704-41f3-aeba-40c6e2484d56
- value: pdf
- varType: string
- variable_selector:
- - '1770703294598'
- - file
- - extension
- id: 'true'
- logical_operator: and
- - case_id: 0b4fd2d4-a592-4421-acbb-822db3004219
- conditions:
- - comparison_operator: contains
- id: 67767b34-ad03-48f4-80ef-100eb78e13ab
- value: doc
- varType: file
- variable_selector:
- - '1770703294598'
- - file
- - extension
- logical_operator: and
- selected: false
- title: 条件分支 2
- type: if-else
- height: 172
- id: '1772348592076'
- position:
- x: 704
- y: 424
- positionAbsolute:
- x: 704
- y: 424
- selected: false
- sourcePosition: right
- targetPosition: left
- type: custom
- width: 242
- - data:
- is_array_file: false
- selected: false
- title: 文档提取器
- type: document-extractor
- variable_selector:
- - '1770703294598'
- - file
- height: 104
- id: '1770703633813'
- position:
- x: 1066
- y: 337
- positionAbsolute:
- x: 1066
- y: 337
- selected: false
- sourcePosition: right
- targetPosition: left
- type: custom
- width: 242
- - data:
- is_team_authorization: true
- paramSchemas:
- - auto_generate: null
- default: null
- form: llm
- human_description:
- en_US: Word file to extract text and images from
- ja_JP: Word file to extract text and images from
- pt_BR: Word file to extract text and images from
- zh_Hans: 要提取文本和图片的Word文件
- label:
- en_US: Word Content
- ja_JP: Word Content
- pt_BR: Word Content
- zh_Hans: Word 内容
- llm_description: Word file content to be extracted
- max: null
- min: null
- name: word_content
- options: []
- placeholder: null
- precision: null
- required: true
- scope: null
- template: null
- type: file
- params:
- word_content: ''
- plugin_id: samanhappy/word_process
- plugin_unique_identifier: samanhappy/word_process:0.0.1@003ecc76645cf2d5160d4e009a29d8eba2946eaaf7134c49971c3b9fedbfab0d
- provider_icon: https://dify.org.xyzh.yslg/console/api/workspaces/current/plugin/icon?tenant_id=fe3bcf55-9a04-4850-8473-7f97e1c09b97&filename=cb0643689e2f8152d38c44a267a459fae99ff208b0bc164e27ccb053fc1844cd.svg
- provider_id: samanhappy/word_process/word_process
- provider_name: samanhappy/word_process/word_process
- provider_type: builtin
- selected: false
- title: Word提取器
- tool_configurations: {}
- tool_description: 一个将Word文件提取为文本和图片的工具
- tool_label: Word提取器
- tool_name: word_extractor
- tool_node_version: '2'
- tool_parameters:
- word_content:
- type: variable
- value:
- - '1770703294598'
- - file
- type: tool
- height: 52
- id: '1772349027446'
- position:
- x: 1066
- y: 521
- positionAbsolute:
- x: 1066
- y: 521
- selected: false
- sourcePosition: right
- targetPosition: left
- type: custom
- width: 242
- - data:
- output_type: string
- selected: false
- title: 文档提取聚合
- type: variable-aggregator
- variables:
- - - '1772349027446'
- - text
- - - '1770703633813'
- - text
- height: 134
- id: '1772348969241'
- position:
- x: 1428
- y: 344
- positionAbsolute:
- x: 1428
- y: 344
- selected: false
- sourcePosition: right
- targetPosition: left
- type: custom
- width: 242
- - data:
- advanced_settings:
- group_enabled: false
- groups:
- - groupId: 058efed3-3c6a-44d6-8f40-704abda8c413
- group_name: Group1
- output_type: string
- variables:
- - - '1770703393190'
- - text
- - - '1770703524412'
- - text
- - - '1772349100004'
- - result
- output_type: string
- selected: false
- title: 文件提取聚合
- type: variable-aggregator
- variables:
- - - '1770703393190'
- - text
- - - '1770703524412'
- - text
- - - '1772348969241'
- - output
- height: 160
- id: '1770703625287'
- position:
- x: 3134
- y: 291
- positionAbsolute:
- x: 3134
- y: 291
- selected: false
- sourcePosition: right
- targetPosition: left
- type: custom
- width: 242
- - data:
- context:
- enabled: false
- variable_selector: []
- model:
- completion_params:
- temperature: 0.3
- mode: chat
- name: Qwen/Qwen3-32B
- provider: langgenius/siliconflow/siliconflow
- prompt_template:
- - id: 48ec1856-fdd7-4f4a-9ce5-1aa635822550
- role: system
- text: '你是一个专业的文档整理和合并专家。以下内容是从文档中分块提取并格式化的Markdown文本。由于分块处理,各块之间可能存在跨页断裂和重复内容,需要你进行智能合并。
-
-
- ## 你的任务
-
-
- ### 1. 合并跨页表格
-
- - 找到所有 `` 和对应的 `` 标记
-
- - 将前一块末尾的不完整表格和后一块开头的延续表格合并为一个完整表格
-
- - 确保表头只保留一份,数据行完整拼接,表格结构正确
-
-
- ### 2. 合并跨页段落
-
- - 找到所有 `` 和 ``
- 标记
-
- - 将被截断的段落拼接为语义完整的段落
-
-
- ### 3. 合并跨页列表
-
- - 找到所有 `` 和 ``
- 标记
-
- - 将被截断的列表合并为完整列表,确保编号连续
-
-
- ### 4. 去除重复内容
-
- - 由于分块时存在页面重叠,相邻块之间可能有重复的段落、表格行或列表项
-
- - 识别并去除这些重复内容,每段内容只保留一份
-
-
- ### 5. 清理所有辅助标记
-
- - 移除所有 `` 形式的辅助标记和块分隔符
-
- - 确保最终输出中不包含任何HTML注释或处理标记
-
-
- ### 6. 格式规范化
-
- - 确保标题层级正确且连续
-
- - 确保表格格式完整(有表头行和分隔行)
-
- - 确保列表编号连续
-
- - 统一全文格式风格
-
-
- 直接输出最终的Markdown内容,不要用```markdown```包裹。
-
-
- 以下是需要整理合并的内容:
-
- {{#1770703625287.output#}}'
- reasoning_format: separated
- selected: false
- title: 数据清洗与跨页合并
- type: llm
- vision:
- enabled: false
- height: 88
- id: '1770703671732'
- position:
- x: 3660
- y: 327
- positionAbsolute:
- x: 3660
- y: 327
- selected: false
- sourcePosition: right
- targetPosition: left
- type: custom
- width: 242
- - data:
- is_team_authorization: true
- paramSchemas:
- - auto_generate: null
- default: null
- form: llm
- human_description:
- en_US: Markdown text
- ja_JP: Markdown text
- pt_BR: Markdown text
- zh_Hans: Markdown格式文本
- label:
- en_US: Markdown text
- ja_JP: Markdown text
- pt_BR: Markdown text
- zh_Hans: Markdown格式文本
- llm_description: ''
- max: null
- min: null
- name: md_text
- options: []
- placeholder: null
- precision: null
- required: true
- scope: null
- template: null
- type: string
- - auto_generate: null
- default: null
- form: llm
- human_description:
- en_US: Optional custom output file name, and the filename suffix is not
- required.
- ja_JP: Optional custom output file name, and the filename suffix is not
- required.
- pt_BR: Optional custom output file name, and the filename suffix is not
- required.
- zh_Hans: 可选的自定义输出文件名,后缀名无需指定
- label:
- en_US: Output Filename
- ja_JP: Output Filename
- pt_BR: Output Filename
- zh_Hans: 输出文件名
- llm_description: ''
- max: null
- min: null
- name: output_filename
- options: []
- placeholder: null
- precision: null
- required: false
- scope: null
- template: null
- type: string
- params:
- md_text: ''
- output_filename: ''
- plugin_id: bowenliang123/md_exporter
- plugin_unique_identifier: bowenliang123/md_exporter:3.4.0@a5ce3ac3114f3dd6ab4fe49f0bb931a31af49ff555e479ec45e8aaa5d44157ee
- provider_icon: https://dify.org.xyzh.yslg/console/api/workspaces/current/plugin/icon?tenant_id=fe3bcf55-9a04-4850-8473-7f97e1c09b97&filename=f0bad95cda1671b4e49f0e05df6122ef9ec5d554e138f128795d11d3806c00ef.svg
- provider_id: bowenliang123/md_exporter/md_exporter
- provider_name: bowenliang123/md_exporter/md_exporter
- provider_type: builtin
- selected: false
- title: Markdown ⮕ MD
- tool_configurations: {}
- tool_description: 将 Markdown 转换为 .md 文件的工具
- tool_label: Markdown ⮕ MD
- tool_name: md_to_md
- tool_node_version: '2'
- tool_parameters:
- md_text:
- type: mixed
- value: '{{#1770703671732.text#}}'
- output_filename:
- type: mixed
- value: ''
- type: tool
- height: 52
- id: '1770704285657'
- position:
- x: 4231.079190350343
- y: 573.1529224498603
- positionAbsolute:
- x: 4231.079190350343
- y: 573.1529224498603
- selected: false
- sourcePosition: right
- targetPosition: left
- type: custom
- width: 242
- - data:
- outputs:
- - value_selector:
- - '1770704285657'
- - files
- value_type: array[file]
- variable: _
- selected: false
- title: 输出
- type: end
- height: 88
- id: '1770704288628'
- position:
- x: 5142.505374898874
- y: 614.2288378497078
- positionAbsolute:
- x: 5142.505374898874
- y: 614.2288378497078
- selected: false
- sourcePosition: right
- targetPosition: left
- type: custom
- width: 242
- - data:
- is_team_authorization: true
- paramSchemas:
- - auto_generate: null
- default: null
- form: llm
- human_description:
- en_US: PDF file to convert
- ja_JP: 変換するPDFファイル
- pt_BR: Arquivo PDF para converter
- zh_Hans: 要转换的 PDF 文件
- label:
- en_US: PDF File
- ja_JP: PDFファイル
- pt_BR: Arquivo PDF
- zh_Hans: PDF 文件
- llm_description: PDF file to convert to Markdown
- max: null
- min: null
- name: file
- options: []
- placeholder: null
- precision: null
- required: true
- scope: null
- template: null
- type: file
- - auto_generate: null
- default: true
- form: form
- human_description:
- en_US: Whether to embed images as base64 (default true)
- ja_JP: 画像をbase64として埋め込むか
- pt_BR: Se deve incorporar imagens como base64
- zh_Hans: 是否将图片以base64嵌入(默认是)
- label:
- en_US: Include Images
- ja_JP: 画像を含める
- pt_BR: Incluir Imagens
- zh_Hans: 包含图片
- llm_description: Set to true to embed images as base64
- max: null
- min: null
- name: include_images
- options: []
- placeholder: null
- precision: null
- required: false
- scope: null
- template: null
- type: boolean
- - auto_generate: null
- default: 150
- form: form
- human_description:
- en_US: DPI for rendering vector drawings (72-300)
- ja_JP: ベクター描画のDPI
- pt_BR: DPI para renderizar desenhos vetoriais
- zh_Hans: 矢量图渲染DPI(72-300,默认150)
- label:
- en_US: Image DPI
- ja_JP: 画像DPI
- pt_BR: DPI da Imagem
- zh_Hans: 图片DPI
- llm_description: Resolution for rendering vector drawings
- max: null
- min: null
- name: image_dpi
- options: []
- placeholder: null
- precision: null
- required: false
- scope: null
- template: null
- type: number
- params:
- file: ''
- image_dpi: ''
- include_images: ''
- plugin_id: yslg/pdf
- plugin_unique_identifier: yslg/pdf:0.0.1@cc5f6665002ca7c06855ef6703ee9f6e051ddbfb3d00d2aa899f9f280f45dd61
- provider_icon: https://dify.org.xyzh.yslg/console/api/workspaces/current/plugin/icon?tenant_id=fe3bcf55-9a04-4850-8473-7f97e1c09b97&filename=f1441c071a96f87326f5eb2ae2bfc5a570e9260e7d2b74c2ac15df4037231c64.svg
- provider_id: yslg/pdf/pdf
- provider_name: yslg/pdf/pdf
- provider_type: builtin
- selected: true
- title: PDF转Markdown
- tool_configurations:
- image_dpi:
- type: constant
- value: 150
- include_images:
- type: constant
- value: true
- model:
- type: constant
- value:
- completion_params: {}
- mode: chat
- model: Qwen/Qwen3-32B
- model_type: llm
- provider: langgenius/siliconflow/siliconflow
- tool_description: 将PDF转换为Markdown,图片base64嵌入,无需大模型
- tool_label: PDF转Markdown
- tool_name: pdf_to_markdown
- tool_node_version: '2'
- tool_parameters:
- file:
- type: variable
- value:
- - '1770703294598'
- - file
- type: tool
- height: 140
- id: '1772527425324'
- position:
- x: 1881.4558888576478
- y: 697.8632689662784
- positionAbsolute:
- x: 1881.4558888576478
- y: 697.8632689662784
- selected: true
- sourcePosition: right
- targetPosition: left
- type: custom
- width: 242
- - data:
- outputs:
- - value_selector:
- - '1772527425324'
- - files
- value_type: array[file]
- variable: files
- selected: false
- title: 输出 2
- type: end
- height: 88
- id: '1772779766541'
- position:
- x: 2183.4558888576476
- y: 697.8632689662784
- positionAbsolute:
- x: 2183.4558888576476
- y: 697.8632689662784
- selected: false
- sourcePosition: right
- targetPosition: left
- type: custom
- width: 242
- viewport:
- x: -675.5777822239224
- y: 9.568461206490326
- zoom: 0.7578582832552
- rag_pipeline_variables: []
diff --git a/difyPlugin/需求文档.md b/difyPlugin/需求文档.md
deleted file mode 100644
index 1a83901e..00000000
--- a/difyPlugin/需求文档.md
+++ /dev/null
@@ -1,122 +0,0 @@
-# Dify 插件服务需求文档
-
-## 1. 项目概述
-
-开发一个基于 FastAPI 框架的 Dify 插件服务,实现与 Dify 平台的集成,支持多种插件的部署和管理,提供各种功能扩展。
-
-## 2. 技术栈
-
-- **框架**:FastAPI
-- **语言**:Python 3.9+
-- **依赖管理**:Poetry 或 Pip
-- **部署方式**:Docker 容器化
-
-## 3. 项目架构
-
-### 3.1 架构设计
-- **插件管理系统**:统一管理多个 Dify 插件
-- **插件加载机制**:支持动态加载和热更新插件
-- **插件隔离**:每个插件运行在独立的环境中
-- **API 网关**:统一的 API 入口,路由到对应插件
-
-### 3.2 目录结构
-```
-difyPlugin/
-├── main.py # 应用入口
-├── requirements.txt # 依赖管理
-├── .env # 环境配置
-├── app/
-│ ├── api/ # API 路由
-│ ├── core/ # 核心配置
-│ ├── plugins/ # 插件目录
-│ │ ├── plugin1/ # 插件1
-│ │ ├── plugin2/ # 插件2
-│ │ └── __init__.py # 插件加载器
-│ └── services/ # 公共服务
-└── tests/ # 测试目录
-```
-
-### 3.3 插件规范
-- **插件结构**:每个插件包含独立的配置、逻辑和 API
-- **插件接口**:统一的插件接口规范
-- **插件注册**:自动发现和注册插件
-- **插件生命周期**:支持插件的启动、停止和重启
-
-## 4. 核心功能
-
-### 4.1 基础功能
-- **健康检查**:提供服务状态检查接口
-- **版本管理**:支持插件版本控制
-- **认证机制**:实现与 Dify 的安全认证
-- **插件管理**:支持插件的注册、启动、停止和卸载
-
-### 4.2 业务功能
-- **数据处理**:支持各种数据格式的转换和处理
-- **外部 API 集成**:对接第三方服务的 API
-- **自定义逻辑**:支持用户自定义业务逻辑
-- **事件处理**:响应 Dify 平台的事件触发
-
-## 5. 接口设计
-
-### 5.1 主要接口
-- `GET /health`:健康检查
-- `GET /api/v1/plugins`:获取插件列表
-- `GET /api/v1/plugins/{plugin_id}`:获取插件详情
-- `POST /api/v1/plugins/{plugin_id}/execute`:执行插件功能
-- `GET /api/v1/plugins/{plugin_id}/metadata`:获取插件元数据
-- `POST /api/v1/plugins/{plugin_id}/start`:启动插件
-- `POST /api/v1/plugins/{plugin_id}/stop`:停止插件
-
-### 5.2 请求/响应格式
-- **请求格式**:JSON
-- **响应格式**:JSON,包含状态码和数据
-
-## 6. 部署要求
-
-- **环境变量**:支持通过环境变量配置服务参数
-- **日志管理**:集成结构化日志
-- **监控指标**:提供 Prometheus 指标接口
-- **错误处理**:完善的错误处理和异常捕获
-- **插件隔离**:支持插件的独立部署和隔离
-
-## 7. 集成方式
-
-- **Dify 插件注册**:按照 Dify 插件规范注册
-- **Webhook 配置**:支持 Dify 平台的 Webhook 回调
-- **事件订阅**:订阅 Dify 平台的事件
-- **插件发现**:自动发现和注册新插件
-
-## 8. 开发计划
-
-### 8.1 阶段一:项目初始化
-- 创建 FastAPI 项目结构
-- 配置依赖管理
-- 实现插件管理系统
-
-### 8.2 阶段二:核心功能开发
-- 实现插件加载机制
-- 开发插件接口规范
-- 实现数据处理功能
-- 集成外部 API
-
-### 8.3 阶段三:测试与部署
-- 编写单元测试
-- 集成测试
-- 容器化部署
-- 插件示例开发
-
-## 9. 技术要求
-
-- **代码质量**:遵循 PEP 8 编码规范
-- **文档**:完善的 API 文档
-- **性能**:优化响应速度和资源占用
-- **安全**:实现安全的认证和授权机制
-- **可扩展性**:支持插件的动态添加和移除
-
-## 10. 交付物
-
-- **源代码**:完整的项目代码
-- **部署文档**:详细的部署步骤
-- **API 文档**:自动生成的 API 文档
-- **测试报告**:测试结果和覆盖率报告
-- **插件开发指南**:插件开发和注册指南
\ No newline at end of file
diff --git a/docs/AI训练资料/2.pdf b/docs/AI训练资料/2.pdf
deleted file mode 100644
index eccbb822dd4a2e69c38d61ed37f298806113a59c..0000000000000000000000000000000000000000
GIT binary patch
literal 0
HcmV?d00001
literal 1731069
zcmdSBWmsIx(kP4s2oO9#AZT!hK?iqtm*DOR4DKO7aCdii_dsxWx8N4s^$yv4pR?~i
z=RV)PKi(hT@T^(g)!kLqQq@&mJ&?%@i_$UCvmlYJZ;VbNA+RvB5-}3l8dwl=7|fh7D>LuQ@Dz(+SW=8g2xMd;a-v8G
ze=augDr0>i4_<&T%h}k*6l4Zwj}^!uYHkHGwqp>r(gzs}8yngh88b)_F*7j(!RwqE
zJW32oL;xTFz{_h7vNP7V1~1x$AysQ>CAD|F^{a7M_b}FIaf%tL{w0DUR%6;0FjHa5
zH9~mv2r(1Fal{rSqS1(SB{v<6-X9>L_n~O*g_coLnHwoRGXVM(ggw@ojLIMrPSc*a
z$GJwrntJMICn2d(m(_Dm?os;@9ta4w2WBV&h&A{K-!YN^d-v~`Erh-te4Ql&XoJnyKCD1vlV&J0yeG2oCYmd@aqd{XCw|-wmah8f
z={3w#Bv%$hq%TsvbGuI^+Mdm3uH%OJO5AJPq=8Bf^Zl;=V1&&mL#-^mB1f7y1*-EI
z-6KV(54|k5*)8X_WREJ-P!gev?L}{HVN~=U2G;`MW23d4Z9+>V#hx4GUc++-JMySU%~Xm~{7()Od+N8A_;w>fYJl|QJv
zxzMyZNsROAM0#M4Se+n9VKwKh-9Z}r^Db(oui{yMf+Lu@;RvJ|PG8kAQXYDfAY$G0
zws&{B*-FF8spI0OW2W%LaCMKdX8oI#yNg%h7n>#xtfym>%F~WB$<2&XF>2cNKPk5w
z`x=-lN7%tX7M8C?uyDWqA_4FXOX*&juI&au!Pa0e|+>a>07K`%NS6R-!
zUo#2!jg7gvvD1)h#OHke79W%hC9vXHjVg+B)?~r8vk)VmMD7u^xn4coqHj|nlW?5G
z-+pV5D7!?TQa(I!us&B}3OjU7^~=0y!pUB+^`M&gi-piuU!MGNPgm^D>sRU_YM0on_hgn&qhyEq)3F^V#ibk%^olzbtr`>sAqYMIG@Q#mW$`S>pOS`q$Dc
zsI#9y+zY~M@GBA^^{Px9K`gNYno$b
zE)CL}TTrT>;l2k>+t+$lU08b5mvz2_Gh1mX`b{mbBgzGblJ&AqF>Q>z9)pED^Lkov?CQ`M7a53jnm*Mj7=A~AP*y}84BeQ(0MCs
zSV))31&z!+OTag&>^5h!a7rx=LW`I5Be8!;7?V<3y}1PppMFhetR
z=gPMOmE@gB%S$oXeL$vmL6G?(yM(%z)~HyoaQ>5>ZQv@P+Nn5`!)h?0DDG>WG-7Mx
z+oVLA7{@S6%s)`587uQ3nvWhN7fglE!%|gEo)-
zNdy2tgIgQPmOJpoW5(c-OW0==pG;gDR$wC*Ir_)8O!T!tP`d7LV8ycglM{E&T&fz6
zM*~@-s4FIc_+VGKZdx00T^#}}uWGJ|aUta^G0OGrB;>_VupUlZ`B;~HPDmR9ldmfl
z$XjBD&4c5|JG1>!T$PgOr&fo}^*z(sqqlgjWc#XID{ao+9>D^{jxTJXYH=zv>UmXn
z2jO0C}$yNMqP8Y71t)0Y$KZKet}##!b!DIfibl~H;PH16Ai
zzx7bU6P;mtnphx4e&DE4fA=|Z7s2FKQKXFTRV=N(U%F3tStmw_pgM+c+bdDc!J~+3
z+J2or%0Nc9ZRi-$P;=SqAzfaGJx4j`=Bii00rQ_YP!!E&MP8>f!ieMK5|vX!%p7I`
znCDH+YY9whYnlWP4jo<5dZwfp$rF(y2PQ+Y6oEAYQUS&dBD
zUSx(d|M~Q9i+m4|<=0jfWB!NG_}{+-lijnf;X2GyNEb8G541de;2|R4A`}cgsm2W(
z^+|Ag4-ftDaGwqV4WavHXbTAeY^VLX*Zpa+{jqcZv31HAgY=E`LHghwocZ?-F0XHD
zY)`}jc(E208I)Z<88Zlh%dKop8D5H{^$m=zUdn&h{T(7a#)crUbs%BQ1U6y*pdw)n0H^=7Rjir8>EHe2
zI+(gKp4b0dJ|BB!uQ82Gypt3T!Ei>4Fd?Bt3Zp-oq9%W@#aQZJi
z@^-d{O2!~92C)6jpls|60@DXGDfq`rNSi^#86>9k(pNA_F(oi-EMOb$h0fpm@j~T~
zekeH@fL&iwL#VXPc1zw5u`U)sGqU>o=U>iLV-
z3y!~@zv#Wt`b`f2AObrRzte0?OhoK2yn*w->41&impU)>IKcE@;4kIB+x=PZH=dVv
zf8qdwXW%#N1^)~D&;I@Oe!=yU{#PHsH2zBey>EaQ9$x5y>%P2S=>JvkFB~sp!U}Hx
zuXf<{Z`?09|9t+U`#<%5;o&dbfARHK{(tHX_M?bc!EV!k!~ZfC|AcdZJ%PWTf0q4^
z@FUXC+vie(fY5(Oq{~^17$~nl`T9pXM@>|=;
z>RTKCgAXugN??x#WN5}9Yinoy!WtL^_I8ZHTIt2D1?zwph?=pvsTo+$GBUpSK&JLY
z%m9WLb@8Hn>A>#f?@EF%`jrmsjSn3fP!hfz|ro2j)fJ{n2STc^U8l
zgq%E)iN2M+F@x==KNG*l^IwXRK}q0GxRMMJBRwP7dHeSWzUcKokp1ZevN3~M{|_hd
z-~OI>V2;Y54Tb<}%c$A~8nTVt^+gM5m(MHW2!25wD!494Jh*Q$!htA}H>hp#Nz0#S
zh=0bKk&QZ=HZ>P5OzX61!h6g&Vf$(!`$mm@TBmm5jx|`9ZZwfyfx{hHI@3!wYsC-e
zv7X%-nXIrOoIQf)!Iw?NLMAiTjOk<2XU4mVj`zi|kVA~#ZB!jt2f`>aUrBa1kT)$f
zV6bC1fHure3D_5;NUszvhgrx2=LTY4vj>ggGU}$o6;
zegdY-57neA4XYFVT9>%tM}lKqEJ^MZkciMLh)aU~;|r|1(&o1jic=I-?T6_OuCCUOqZs$eU$_ywbRIXmdvh?l
z4R0lZ_1uWH1DJ@fXy}#^CN8Qv)UM3iKh21}4eRH~@uK2Bi+ux}7-F|`eYGswIq}iq
z<56z2TK!}w3iZ-n5_R%QUb18CGlg#NJ9Q*n>iU$-Px}Y20D_zuPm7K4N$NJb--8fa
zzaKM{T$SLmuob>)^Hut3D_mp}cVAKzOZGi7dT+s6;n+_T{RgBTyp;`OhI)OGtg47F
zqdCjyxS7hcCOX`E4`bD}_14`_y}P9p8LYJp$!GCYWXnG!Aw8ufdGP#di4z3;#!J
z*dPh`GA8k$HNS)MePhyhj26TUwwBOXHhnQb%hsZljs
zYJ@E_;G-BUBN)c1vRGXU1kv^*ig2LWnb}Enb}$u%Efs{B1TeFZX&k;`Homu$;b|CQ
z&ao&9F2ZqwD@0sxSPkj;hNiEf%O_tTIrl3f!
zC>&;1-FlB>T_Nw!T_Xg;No4$i3z5n{1SZ(;FjA@y1{8IG$C<;q`R$_sJ>0m8b_62G
z4VB$?i55wb+-_^TYq&{ZKd{B+o7sCErR=2$t%!pUrbI>S1(F0vooVFb5@x`+k@mtM
zys^YwdjKE#$+O&M7QD-fl5ubc+oSFq&K7_+ZQ3gr#lB{e<8CTdY)s2j=S09)T?x-v
z@3@e-uP{wbMk;;UDw&E?Xh$Z*BQ_~2W?%XeC=7Ge#4)Lb(p+dpi&j2ewEUDDb#X15
zuun@Xj!X7QMow+{i94mnTU>6TEZoMi>-|lUkF!#!8q41I=S=uXy2GI8f_-8l7{UeVyIRF*6e^Mh1ST4k7B5{~=6ps}Lu&
z?xG|dY}?WMWWi4~UuDS;dhU^b3aAsECvVW&^#mig?9vs%38|vkNK})*9ZsUNKOYzl
zN{@b6V%sF|XB|Fzm$*zveWm`^ZEymo7{sRIwpm+W)+Q_J(fZz8LPyi_LHefAQWq$J
z_AB`;%4Eyf7Fm->g;t@`BVYy&lahb;wvHL9fOt{$^b?y69e(~H^xcLqUZy~l2I(aXwqW7SQ96`8e?wh;=$h979COCr{I@d^eO70r4X*f
zxNOzNj7q&hKND0C^zA3x=ekT|QN(3CrF!+nQ{(RVk@-6gB~0>1SPpaFvBJ_*QX9Y`
z`QWeu(HX$8;2ZKtjgY2TDurz(Bo#)O?QV{3frGmWxra(gb}@xRtpjK$=cq=f-D@51
zZKQ1#FGJN)?PO{V|C#YjOhp?_bMWaHGBLZ6M`hJf;&QM_J(3knaNU>ah{>9|Ykh_!
z;+kExP$Wn?96E{Hk3nZRH=T5t266OBxpCUORfFj)L|e2c4!V~P^;TDr!%w6dx`95!
zyjAmyeb}bc*gK>u#<|p1yOBuCRheRJp!cm7HRRKju$uroG(;H0&jAP^epeMHs?mk-jte9jSs2g
zO#X;2B9hE4d`RVN=EsIsE0e^~Z`L-aTp5rqp<8KmfypK2Q=?8DhujwgxT3wPGBLMH
z%4H)I+KkCHc1*Y1o-T9;jDkb4tDGIhr#v
zw-?nu5r$D}cN}BA$qJ6XN{;L@qi++^lCSEbr|1p?19`@6rhxK0beYvzO1jz6Z^!d=
zov3zaQ;nIWt^6G=)yKlD-UEX-OUzfL#`#7#l{29go!G$YQBmi^d6oG&kAx0;fS)(a
z9mhm(C_%`D-eh?}G@dfi@B`K~Mr8p7Zl#!kEj%BMr$w`jRXs)KR#2QlCXQg3tPRL6
zCt8b4vo5e_F}&qb^jOrj{?}#*)vEuQT^PLhIJs1fbYNG^T)+E=bFN$IP5XR4jK@Yx
zIL=v{E#uY9O92=~_vX5WnA-07NAE*l?yo$*Mgt#jKhnKn5m@SCuG{Nkv*ub(+MAKB
zH)*Q1+>uO7Ek1t&9EV$TR?4I+6JJV&r(lj;Xl;>-Okr@+a28tU)g3Mew%(IIY_eW`
zF+Kd4TA%2W>@gToH1VF(6a=USFc%*?*RA6;j%+qLEz|lZ50!Kd?MoMS#^9=A1*LoP
zM8eI}8rh!&A(We)*dQF6M6?S&!Irn4EQtA$e*-Ef2pJ05h{|%QQXi^YEd;WrrO}+?x&J7;^9KqUmlu^VyT{tzQFB>ldYx+@iBA=az8h-A4P;l54b!>jn21aP
zo;*QkAMrJm*)5Atdnf37Cx(-f9Ze}>_Z3yit8`k0Y4$1jW`V?=^QZ}?a!7$Y+bI-n
zwD+|0^@{;BbQa5u2RlXS9T@F)>u|uR`hg57i-;ZF()Uodu~lcP@Q^&psuyD!^p$OT
zWg7jgLLV$`$8}~`ig>QgmLEpX8;-ohbsaqfWU!|%h{OoOYSyiy+m=ckleK?glOH~``R*ja_U_LYR*>3Kj^6|H95c>piE7whfs1zQ5Uc;zOjZqrSjP)2T*sU-OVwNFLl-O;|r%xAY&iS={WL2mJdcz{-zAP;?HOko$3`U?01`Y>ziqWF
zKkr(gS;!hO3(jQ50cPvTPp6(c21v%S?t
zqHN0$Ewk7hL&sV{ym!KJ2{|v{*Oif5+Ho{@>va@MpZdlN-?}Do=sb~JBW@OmJC2@t
z9#Tzyp%hANzbP>cBSKqthqV~>P2Q20pk+|}1TCYfAIBRsbtSFo*(vj&)V-J#6@%S!W
zdTJFq<)V!3LW?wkFm61FmE!3Zr$+(_-H<2*%7=o1+8z}HHPPKnlht0{(d;C>F}V-)
ze6~WDY!CE~B?O0a$N8;7ZhSK<3niE+)Mbv!AD!iseG|3>yr#pR5W@3o-82cS22npcU&-f!*`(Q@+1fed
zJ3lwvH0Ol6kEV7l*mP4@6Gg_2`R$Q`WoGt9%)uL(9Gg&ntM93|YUr#>KDN=AHogr|poQcIg0855^@2Eq^=o&$3
zz%$Q7JW*==Y`Q&Dv
z(n{L<`wUa;OGZwo%VpZfE`76de#tE6pW7yH(k54@l(?^IxSWX|H%$iw!{@i1oPE$>MkO+BU~}iqjTKD2K5r0AU>h
zr?=grRH+0CvJ-&MBuGC^;gJR;n#gR@T{8=@VR_I^^Of&;uN>$i$P8{RJi1+hxiU>P
zo@S|PJsC2tqbkY$5tSJ(u$5x5^~T9AT0NSFmRG0LR?Ov{0@xSCXO~7I=OaP5^{p_r
z_xB(-s*wpf0}(oX;uxXMYI$Ff)JWnl%PZ|C(=zjTEM&R{!*TqBGRmf`G}!_>1kS_^
z5oQ6~E4m90Q-in5xKou2P7ZeE$HJr9dqQy?KDa+!*
zAWNd#M%SIPNigZV6-R?4ONdO?D{5(%C*Uj=v}#PZ=li&+T-n))Ba!{
zgRaN?#TF=TScBfc5ij~8nj<_>a+-pAIwRd^RXYPHE;B)J93&uIf3mQTQC_Mn=m$8U
zG4~%JcPOaJipmx)K@6&rqa08k%k>b9C#T`Bhswdt07?W#9@o0T$4;6m%NBK&jP{gV
zX>}e1iM|7g;|P-E*b<``Vg%ZTP7v!8XIjDnC+;5|kosBO8-MV)1hiB7r^&zBb34~f
zdpy=RLJr~1C#v+Kh;28e_Tt3gilgCj#O<(pC1)5HI^S=7Jiq7}Rq4uPn7ZpNaQK6j
z$uv*|ER3IU4h%}l*JzcqK_avdLG%{33{xutVTWNXP2IaXQ(FQ{mBH`Fg4x&h
zT}|?u3np6Sb0;0_7?7d^phTgq`r%d$r~bk@^t-;b5T0!b4d~$
zH}@679Ijss!_vp2TN`7EvZPVOnp20X-{^SV6q@N=2_BD*7(BbR$@HY`YvGf&5JG2Gcxx}eV3cilx+>g>!OoVtLc;!1guf*icep;JEu`g^2FL|n#Z
zdnS7fNc=6*tfu5YkF2K*1K+zTQ_Z>PK!whVkl>Py!ZmAn;oj*}O5=Vg4I7mqnRl?*
ztUvusYHnjedU@J$%Wp#nn!m}8%;I(!SiEWR04i=h4LUS#_8>tEfYOzQkUm6xAfw;O
z*S3QToPf}oBjC7tRC3=EiSScM6IA-3HGEW*IYIS`R*oeklaqKFUSg6Rn3y7?NQ?>p
zVeJr}EK9doqJ6iAw|KBwaSWI#bukz@92rc4!WVrPWA`&Lv>({Ov)u`S?0om0;>VsmM+Fp7Uy(KC?>&iB-6p4
z7hevspgfh`H))E=AS@wu)h@u({2n}!Xj?PfYW2#BDji$g)RW|#jO*N*VuGYP#+Yed
z`pPIa@QEt;6F)COL}fh@5N4!p@_ul$n(!kl|;iZ
zcfmy%E!k9pNbECRg4LeuD#@TE;J>D24AV;bvZXkc2lY;#jG
z?PI@r7Zrk|_!~pqViHT=ngDz?v9hohv^^%ewO?s7=7OWI8PWAChspY(J{mnbreE|i
zN!P`hM%#O*{L&nyOyKu{x00t~Ol?fZyGVB9UlhhMsV`4HKS
z7w#V@XbC%S(o^L1>{~)dhIy2{otplEqDhmJosQcen1eAV9yO_YC>X*aq-{G$Rc7zHp
z`!7MSKSNyX{|<4n{5{0Q_O}ohD=P;$#Kp+|SBMMn?+_OU@Q+xS=pP}j-{gtFN4P}4
z&v5@9>|*@)srkPH@BioU*1zu{{27q~u(JQR(_8TUT4n};m)nXq;M)M;9yppC8Y_wk
z{ykKc66d0<7hW!s+?5nJ)Y5J}6s0ycuxN(q0I
z42s;M+G$2ah|rmgQOS^QEX=nCIq(qB2t-h55CE4_dO9v*xV5MrsS3>{_=n&$9k>Yd
z)(_GH-x*Jy1LkRbSRIN&H_YVA_EK9?1-?@C|cq`2h9lKU%Q9Gt%TT*p#rk=DB7
zz71UHLI_p$sirbb70hNlHBV8S#fjx0DdcdPE{wh8(Cwbj9Vk%PcvyN{tT12!$-hV5
zEI`H3JC9=8#7iOdZm7@ecWY3=-^QF6nfWXsf1*&G)4(f&@wyzJ8C=#-p*L%!*}&{6Lb(E<*&Yr6afVAGeJ5f|ioc^ga&&5-SJ16Zgr>%Zk|cD>YN4%eubu;jioB-<-QR
zn^FzNxaMMo_x;G1E>-#YYleCX)}ay83hFVQCcp?po<5?_{=WX;N^s(UzWFcAJgo=!FIpR0b6J
z8YGP#N{SB`DwG#0RHp#TH@JQx{7rADino0Nz%dA(0yw%1e2@=81%VaR4?V7T(9Ip5
zpHM@5!#m(l#6A(Y!7h&e2I#?Z!;}-f{vhz?8={5)as6HhJi~vf;aYj5N)TBOv6q$9oZ+mH;nF3yePW96h8w_XrWMXJH_zOh(CyuigPM{iy?N+
z!Q2ytjZ`q=vwH&!{wP2mDb|M=^UY4-4QAF)GxVh3fpOd#%wHk_FeKC01YuetRn+9b)~?bn
z=&p?}sjlWO4fH@Gk+TmX5fc)CD4!{j1;GWeyAV(!i;SymUL=0s)8;EXVhyPyB9y4>
z2tG1h@>P=dtP0Aq7)D7>5drg@3xyuaUP^4L$rv?dHWmKRjBR63Y847+$u6xxCeS?~7_b_plKC)>05^cmmTgqVpE|M;%n
zJ2%YHeUo&$6k@q;NY1L1P@5Qrq}H*6d{w`Yaa9N!w?5$2IDwBGP}9f%-Hu>(CqHKI-5>98%?V0VOY^zQnN
zQmwIIi+DAS=7@`~3nueyi=KLJ9gZ_2EA->CruE%NG0P-wZ5}lqevjUd`Bx}-4akwm
z76Fg}qj*n2iH1z-m~3BDdra`G@uTrV!?^G$@N|LjDR!xxDaahlpYu3_QwLMvQsg*C
z8#o$r8fzL39UAu}KVvq>HQPAy9NZ1bti>JI4OlPzYWuE8gvkPbg<#Xnyp+9Uxg@q+
z?uyFOMG#A%#nX22mB*KRkVlN0!L>uDL&u`LR42X#ekF57^H|~dymBT6B#qyfl%yq49gl_C=!YUn_SPbnxDn5qC&hZ|@HQ{MH?)TT?ugwrS
z&`+#0)G`2{wARvn8wAV+ioeLhK9X>dsuQ;G-3WY>5|`+6BWCa7{_NkN_TWNE%)(Yf
zcd;>st>2;VU*W6og@Wy`=6?*|-p*ga->7HRvHUv!wMJLiw|;TjD$=vZzJBl;)R;1x
zVjmwF586!~zc%1DpfO0doPVnu0akY26
zy18}CA=B}vGpBfbo~?9yG;v=+|BVni6ElfD={bW&R!Lk*_59M|`XSG}oV|hlot@2A
z(+;k^+&0sB(3#^7&tUlA@o4(T&1SRttaF$dnEfv#emR{jovD7+!5i4Nn%vrNm8Vod
z9)WriKceiVO5;`O9&-{jXlZzr1u6R(=9SKTX|>s?lfg@{O^uTzzK?y7kU9$!ItXsy
zwQ>8Ij)t&?*Sv?ySBva@0T<<4y<3u6VV;twx(|g0Zr#-b7Xv6XUL^zNoEgNHk}P7i
zc-FaBpjr$;aIm<3=JvTjiWV_$q%w)as6VfWf
zZS7vBJ9z{N7TIQ1df94;8yIsZ2ayA*^_0+%NSYXt_>g3lG@UG%T%LlL5}0zGYLq&W
z#-CP}j-MW!ewSgMF_$TpS(ing6_*X0?U=otqngv3%aL1{hnp9i_n2>!zgD1F&{fD@
zSXhKt6kZHf>`=T{^08#BRJgREjIJ!R9IHII0;0m9V!u+aa;8eEs3QL?eKiL0r$nZ7x{g}5cT6|*(G4WaF8+jF~X`{nmf-w!)X
zJ2pCXI~RYb|Cs7h=o;yk>h9|i?fKCw(A(a})7R3^+21(8F;G9qHdr^rI#fH%I$S%#
zHc~grKH4w_9BUfq9&elAo9LJnp6r>Dm>QgxogSZ2nVFmYIJ-7yG`Bl%HGjI`xNyJd
zy#%uqw2ZnOw}Q8lwMw;GzQ(rJ`cwGl(7Mw4;)dbI!KVG@!`9brr0uvJ!kxlhz;4T)
z=-$}A*8bMPr-S=L|6gdoQjRE(YL5AjhfdT_wodI%pU*XBeDkG{Z&!Ro;q_{buVF~*}756mj5Dy3{kKNE_RhUsz
zqOb-}_aVG4c+Cq9e~OkpcZs%PT7Yh75Q=7KNRLIQX)TjA?v9`yP0l1E5?YwVAUaXr
z!`9Q9svSDLa(mRuY;Q6$^k6#T4e`|ghqQ`(^Gd3wmTUwTU9QT}P9QOV-Q6q;pW_I2
zR~IH2+oJZfDfan7ym#*NP|$kSq>77!_jJ$M(mGIu*_y(fCL#wiwu4M0tut=8^1aWt
z&*8Z+JPjv>0~=6}b+A=x087;$36x*)0IPS*oZs@Dr0sbZP(hKlbpwzy7U@$jGJSqs
zH@odR5ac?CMGir+4Y5BGbOwV6wDpuVx|yZf##Y(93Dbrq*m&@jxkSyntu1awE$#Y%
zz*v6bHvN1Zo22%5@YH_e-|@5N9jJfJ$;wL0-XVQaTY7G-F`(a(CKuhL!>Rq~dL6luelEyN$CdLTkKUkt!v=
zB>rd-T?P8O{@d5<-=Gr^6b77ax0gqwqmf@Ho5ga)@C;Z>p{&9%hscp)m9Mk5h-H2(
z6h+*Hxr=E-FEnU!R{0o}9J4&2Q5;b0iEFGLz|$a-YW~_79H0AIROqjhM>i#Hx?A*)
zj67(5-Jdq{d=t%>MX9WcUn8?jaaO(TZmG?%t^LL(F>ssO$exdO=TNtUt?ZCU^K)1s
zQoMLBDuUrepFs33FpsPz%v0*JCK(qvfYT&AyPFP*wn1dn5N7|0+L{1j(&Z*$3oOlw
z-3z%qi5~#o4Q}+Cfixx+qlAlm_*4P!!efA6T?DiFxQ+*UyzOydvJc
zkmEY)S_U5b+SZoO)Q`@Z=?G)<3UOtRVUTdRp-j^99%~*oIGr-hzvJTSRsa|?0w&F|
zhO;F_&qRu{Q+<}MC-g=4n43C)0YOJTDTLU*U1m%^d*%wH+kr?1*=BFkg9vj~{QJVH
zfM^$TKO8fRRk5D=rNH51I|>
z`PuR&2uI2aa>d=}Q~CR_LK_V;+j6k|vb|A?8-?Z;sBUL*F`O)|Q4BuM)(N@EE|EXHUW
zDPSq6)sBEC{IRopa?f#0^JwGrf^F0F$oZL5
zibwGr4Rfp`Yk=epEO)p{f+@XN?7r%VA`_{MXo#IpzE-WYGTwvkfRZuwXbrS`Gs-F6
zJ2GYsjPBIv4iBb43Ss<7lQawjCwZ#X(|qTk+Kh340!yYk5=k1Tx7|RzFV(izoB@_$
zStA-eH;ToO#Y!cC?grV^q~xl7!S`%;`w=DoBznzh5VL@DH!zaMf{<5Nl*>Qs1Zh$S
zD{7jrv)JALV+hM^lGoPJ(GLtqM3c4nh9MQtUbLQpZ1J;DY$TJWk~P=G2DR5j-r)Uu{HEuE!}9DXtx^GS&Q~A61BV$G;Ah2SxcT2^~=OlJ1H$6
zXBOJs#CsKWO(@ZcV@|+cBsRw!cFU5U#N%_|Y;1bZBJ0;z`TK<;9q^}SuaWiHz5+=U
z%gr+Sj1U+w!~2Qoo$&Gg{?C&keWnaz
zk8+#CT=`9w1RsBqx0V$s4l}s6vL>C1*4=lg1Ux6l_qtV-f0G!!&a>aGeY4*1F*G|c
z*2TtG)lPg^H?X~^`4V%FzMb4F&IB|jc0jhGaqG_FSniWT-OJm|vz6fj=@`GAx;um4
z(`VzFMp5b}^r{7@(jG25o<*o5@y+)2F$jCkzas4Voz||e^!Q^f1UBQf{f6BUiPTfb
z1w|wAn^OJ_=_SrtmabO-QypGvP^
zC7eWl(18CM@s?%N62lyxuy!g|GFNj^U|yQ^E7@L69V1!$Np3RJ9;7CJ*}
zv9^!p?-Ju2eN#DyuN&fXESIgA4d<()w-`wKCALF@EEwO->gh`uvv2|mkuyzX8hXfu
zxnsXhDB2q;2Mwk8>*mi_e^o&H2J^G(qmB1XwQ^m;6r)}|%}MWgA`=A)oHk2Rd|DEA
zX^_o63rX^%lE>aS{bh+OTa%$mECxra$@LRIZFw71+d`fZ36-+ucv{&MW-VN7)B1pX
zJjyDh16k%|QP#F!+w!!;z|XL(Sa
znCjuk!%9~2+
z35D8sV8#t>e0kwQRV}_gz22|qcY2HWWhvwg_F}MRkc1oQMim+w_M)0`#M7;nxrVt$
z{E%h!yCyZG38Z{5@Ca%L($6d!N(b^##kEj&k5x+^B@cI~J^u2$Wb!%F2*K1S53
zE2Z2Qd|2l<5wJtbaubRU+&pk;0hjSw2e7W@@5_O0bzufM8
z!4C4o5vt|q*}ea7xIdDULmZ*VL#$5rRmHjA=;l{Xd(C(*Z6x9k)~R|eI|#3WyDE9ynv?T
zf7b__24iAi)7g>~qSp1MH!lRG%YOxtu#*j^dImRa;IYOoZ=N7{M}k>aaZVIBy#Kb7
z2~leywGx=mVS*QTioe~UwzA`3C*6(HNC9icx=3V?TDirzgKxF%&QTDjh<}5+-r#Q-
z_sc%vv9prg<4a0~i$*IYs#3@AA_aj4W=i05KER|`!KniYXN%Dw*2KP
z*PoJ|>LzxPXj0P@&v1m}z3)XLsxFD>uz2PO`9@qep)PXo-e0uL@ZSrk-@1_rqSc05
z@OUnKJNcOlOwV5Wyl3K4zvk|A_SW&xer9xsB>l6y
z=ozqgCuDME82&Naf@VEo^k;nG#K?h`_1o_~?7x@p;y+%}*Diki>c@P?2B
z?a-iej+w_#53)#!zE>WcgN;&jJj{2qHtD9ln=a>&kMb+o#uII5JyZ*&x*csB
zZ(^?4=7F!hI*%#}zKo(M@XRnNEC#!OC7Aop8|fwhVqQgbr?7xqGi?jTEf96XKZZGK
zj_4V<{}3>se-AADkvcHM*_xsm0;x$P`FZAQOm&4u2X66)+p$N4sM{k4#hqE(4b{Sp
zIq3qc1mUZ_h7iP~_v8k;&UF!ROwGvF&MhYM6yh6JUU<=M5s#->KW_|l^`w8u9c;N7
zczfo=D+28b<}or&vfl!C@-g0RP+ia%YmM1PwUncbE%%jkrpP#O*o*gg<+_Mi{%|Ge
zX+$)C5&<)@
zy443z+Xc!zr2}f2Y7|<814JmMt7#R@^8D4BW_;?&4n`-nOVo7zmc(NXaPDTuXS+og
z3TsKOJf%pwdFCuHCfkEK5`&%y^*+8I&{8gpC9bznc$(wx|FwySZvqtBRPsNJhcGXO
zjvuxleo*!1@oW7kTZLWM^9y9v66Rr-%1wXw`TggFIJ87;A9E}etU{zISe8PsjE~lI
z9$G+sM;b9oxjneBxf`43SI+jLEYBCq4`2=zUiY1<4g7U@&u=NyujCmU~cp@
zS?V-+@=(wH#Db&8sJL=$#9~n_LlgO1a-#T!F
zj5lPHI^^>^XC#*3fN)(~=Nu#uHZ=F)dDCwao4pr&j#-Ix(nX5j!Fy_Vc}^p1T#h_(
z+^???&SAeTAHzKXohW`{YWV)s*?nUAj`DD`iaDfs6X70S?a0I5u;&f%$wGUuXSmO(=A|0Dpyz96mIyq^Vm<1g2_DZ-51zL+SSV!
z=JLvzAJXg}Kc}J|I-@GC-z?lR!YFl0t9$44J5<0;8Nj2erx=sE8ySotQDa0Fmc}jUBdO?FJ-1gkv?9^rag=B^cg5lAo(zNU@NOz6%%H
zEdStybxWgO^IS4a-CK>ju^+cF@aw%(S?QsYE7~VWW8ezZFe@*KJ+50chUGryW)dIx
z|3M_r%|dWrn;Jbf4n>T4%MsJV>GmI+-_~BHu{wU?`Spy?cSvvxb2TN8ti5rPamJ0c
zSs|_Wpz~0XV0Qe}>2?c!waazA_slwSeC{G06TcD-CygpMweq89<2)=Ntapp-)|vaL
zkns6%>pXFfah)LP$V%ke0k@W;*d&CGq=v*?`6IG2yZ+V~QI>)V6wj~RI1
z31WfYs@2&hLx$jjqR?=-L@A*+
z0Z!Xs8UGztenuJ{QKpg!aK)A@(G_>9DiG=)QY^$2t}xn2T4q>b$)e&=xPWK)7`d_M
zf5b0kYxt$q{v
zkdwblH9!;41@r?$z!+fX@4~wHJK}p&TH!YVoWBF>;&0<`y$$Q+=i!~_=P|Uml64D1
zgVG7sFewIvtqqDPU{4Du^R-hZ$2H4=8
zgLjS$-~ez0FaaB`!IvZ8D4G)h>Y|D2Ahq;J;rz+yaOK4Aij9)}0h@9Ph6J#gqJ2!#pk
zKL}5lzz<%4Crse!J@AAHJh=m&FoBJm;RzGy=z=Fqprs8SOq##=o2nUFUCS2c3p@Ev
z%+gNG(oW3MPO|Ww;-qU9F}9y3XU)Ql9oB<0XKBU>X1vObmCQKGj2>p}V#Xe3G%#Z=
zGlII2UR58QH>hv`CCzs8W6qS?;
zi}worcw@+kG5Rs1emvHGy!Jz|XMl{1bclQvS@9!Y!4;`lP1$(PqR`gxQa*wUM{pZP
z=sm!K8#IE)XatRnpaCar6VL?=17ko2ut8mcf%i%4gslOZfG%J+Fb3GmTXREv
zSq`iwH|Q1-@e!OAIQ`tOm%BW!plhkp=V4ASYw>2hypBprh{#>67N=R!@z0B{eqKb5
zu!HaCeN>JcaUjQi$!q0Wn*BH#IH`rFvLBJxf~SrxqyVc1FQ9~s=aWYjTuUDQ5;&Cf
ztiff@WMH;-f=w1z9oMdT{;7TFNpraW@|@KE=1W^xQu`}PUOKLw_3YJNuSu&Yc{Pw`
zpc6hR9rP^Fj*Uv`9#kAoYP$p-*S_ajqHXcWik@u6+5{rqsjUojXiL#v#Is)06KM0e
z*5p~MHDp!u#WlyZxfnt)>(0VpXL@9(m0sE4>bf-Bq|de=vbWn?>|e2m?6d8DyJj!9
zm)WPNZq=nuRwtG!H+((FCM4Tk{wN@P433xgR#S8_uPM3+P4K@xdYXelma30$=#2JMM!PGcJwUhl{Ekhfrm^1V8`uyR
z6+Tl5bg$pAN$|QJGhW#fF*j63d;|5J_o?m_)%BH;0qTslwGVXaJ&|O+ULUPo7m25q
zwAR+$)z{uzebu(!r?FPiSgq)5N!@*_>qPYu(N~@5t4{Q_L|-ENBKeHBwhyS(9ADg-
zoXgV{TEu4eGMWRqqZV5$MgD7)2a>9G>e{YT#i?_hw
zCsR!Kvh9?JE2cNr#<3K%b>P2tcC?>Bx+J!TL>zxG!GbK2Z$l27vObCbo5%LvoR^!2
z?K#d~g-a6o>9}=>S;A7KJjV`@mB@P7IuBu4mX$x#x42ui@D_ulF5tkc(>
zPCDr%TaxV{V}vc+@+Tw5$5+yjx&(p?c94O3+yZWhzkuR6rLMuI4%iM;%tr=nrjt%g
z`53?uW8A_t1PUEBZAkM6Bm_EcLfeQk9S;qmmb*_jblOaHx_x`^-R#?ayZhU{us9Kj
zgeStNEG)t`5e9-KYe@;cb8~PYATtFaI}=LK-n?kmC%Mra<}`NPzaRh06s5*&p1j8O
zv)4gO2Xdnf6vDhF^s2osvNp-(cGHf=;#6%;r|NXuEvhRwU>zm>NRMlgk@RZ@#-*wZ
zb~~LjX3}{t%x9DSQ!@<7qvQYzz=`FO1EdU2K?xZqR3nTW-U96Gxf
zO9F6m5^%FpW)x
zG(S$`>^3EoS6GnmXK)DP|FgFFP+!-XcRIG8#3l19tL80$n@QXKuRHk9hxWokCoIgN
zlM5@WbX5mGe(%D_)yw$3<~MgWH6Q41`l^Z3Kl~@|K6H~VT)~%`-`v?u7a-nNOx|KM
zz)xN@8@?_}wcoVZ8!OLj}JL-~2|6O`1K@-v0}B-ma^+LO1Xk|71JcC1Myid|FI
zBj$+bhC-T>n^MR|SEHM3M6W8O%hB#8gZASJY4>#bNSDx_On&RToI#?>uia$Cb=gMN
z6^ROp_PT?nNXFNlq>VxB*#_aC4To)K7z8cJXzU-fZU3bV)rSE&o?4u
z*#sfWpDE(}OwSy~;OiAE)#i(@Y03oM0dUB47WZ
z>2U@Je#`I|{w0BzSjLaZob&qJ#X8)
z!)<@~Y5e4h=9w2;J6`H}hS|PwZQ1jysu!d^KWm}@?_a*>xyp;RkQS}+C1f>tT12Iq
zkYRxy%*rQ;;xG=KM*Zd_7&VFSH&-J@WPA+69F-34OdQh01DZwv2xVbvKlT$Tzo@V%
z#PM+1MT|e)^Skn@(Y7rarRfmq@g<}9OKiS(W8%^8E4%v6|1$24`~GYHTFp3<%oK@U
z5HYgqsRlwngJB#({YtN!@Mz-3z4$-kNuZ_1
z)Q~@dmQK{6Eizz(;Kpu2C+Ll4izxA&0TU-URpyb7Npe_CJkPOCkS<##(PAL`IfU{hkG
zLv9X=$VG|+OyKw@VU)q~84zJwcK4=<>?`d!qrv55E?3YN#}4=v`k509VKyObgSVmdGe}_WB61hve-Jj;oo)fiVG(NAR4jM0*@4JwQ`i#-
z*lCp*?2WHb*)P7b(T<>E@^hWUUWB|#!4)S7nZIm>Cb&F0*5)yp98mJ_CUS@}no5&M
zFCinHL5k4`)JW%05E3W~BntLWi`*xZH14l)QbOwn=Bc*ii
ziOB!R9O8Vcm<;KCiueq_n!Jq^xUFzo;8XECIZ`v2B^WDqj
zmG+hDQgP>lAU3Tgjx?YMDyBaScV(q4S}B$*RsfL%
z!pkDXZAkjRrkHP2gr{qTod-Z(ed+B!J+!`4L+avke%>CsiE`&4i)nPs2Si%!6$nd}TV8^pa?D$}(4BqM;;73Fe-r7e(MaHr7K!)IneHc<8Dp
z*$gWlBh}n9OwMaYA~+mAuP71X^8y+KKa5fuMZp-=w2abAc{F&*lMRhlD@kmq=`9j@
zyw7dTV3kRQ$42L<>{B3`rpmwRt`gWNt~31Jo7uy=Gdss#Og~v+7yIDQ`A-h
zl+rp)RoAT=y!8Ly?iy32vUg{^Z`SYlj{p0;UN%3BRfeD9*Ug4}#`$nIKAAoBVaLPH
z(~h&w)2@r|Pol0_Ql0dKuTg67t<~51x9Df|TajA@Uq+;}-d;Z|P@`(0YO2nk-}{od
zfc$Q_<^fs})1$hb&P&lqAR3LhqY-cmcO)vvrkY}hj@N2bOHrc-cR=`YD3nQ_=I|9b
zZR9#V%{CH?sC1ewX+1Tpo~>f*naEDDQIMZ^evlzMX5wd9h_5J?a1Vr&k8Q
zb@-!$i_Ff>8P!Y9z1(+eY2$1Aw)%g4{Z8k?V`mO+Ui=U+Wx>7MVhEU0PV2J3dGie$
z&)*%m>y4A(2R;^S=3P`$7IRKhZte0NPf!|M-=h#_(XJ{%M=4Ok%k43+N(U@c)|>0C
zRTi@hWU{rv)g0&E6sIJv#u==5pchBt9pjA@oz|6qg`T3*ppcxiz4zT}T#EkagPdV;
z6w$K=%99!28oG((ggS|MX5a*=0)U`a+EfQIBHK%VXH^Z~<}gGMUHDF*^H|Vbw7YTr
zdk5D|o)gf$&8fB(KWGnh7vFjJ`AdyU8(KQjpIX=!b>
zdM+;OYN+2g!TfN?x%5A8!=fYL0V;H>9ypx1Jyl;QEtmF6N2O0B#~fjf{9{qjf#XDS
z3NDAoE4YXRV!tGa0YMN2nJ`I)Jaw9#CT_y$0oy}F5gs9zJYtG1?R7Xjc45&JPtFNF
znZm?xzTg$glcH6&?6ON@Q(PO0D_tE5Lppioz!bt%W-)=`m+?DrbMpj#hxPbUw4I;y
zU%~yj5e}feRI9gD?t|(;^)#em-2L|3>9;`CyN4Qqcv$<39q)k0F32e7B%!cB88<|uK93m;Ms>6buOf_aFBELb@h>R^ZO_
z8@{m-A+N$w;XMUDCV)CrzbB~s{g-@7z~>M66d5F9`*9(*?*IgLpJE4Tc2T{GNUxxL
zz}0LEm#5XMtJL-CPE}MvBnB6WL5ZOn%*ctv=&{%00BR-@41YH+X68?0yC&qiN$w?(hH
zuZA?2g-1LlqY3By7&kn;E9L_(92jH8tYRF{aFz392J0-KSLzW+FulConjz0lvvtxl
zx>@BwLa(QSN?{jY_F^JYJH~ksIg=*rP))c#yehmtEQUik77pQb;S?KnygU=qK#Bds
zAZ8tpJ00vXix|oW-L8&8kHn)HG)(}Ojs+@KLNv7st&RppKq`E7+!!~jalwrFPq7(i
zmUR#P@Hef0O5c2Q%jcaphN^0JJhtZ0!57ya6Cd}jsF+*v$QQp~^8NI`e!I2*WjdR_
zM30_7^3mNJ$zye?{cpVY9vr}8@Vk)XFp+t(*k5q_Cl%mXh&6;?1R=1Fq1ATT_V
zT3(_B7E#>Id4D0bfPFm^YT&Ypu7~iL@5{0n`>>|!xdZ)=se_oturt8wozN1QQVnFq
z4#r6YrzElFic{k
zf{_ddyCqU!PC$=@9LDBPn4lM%PDiP!%VwU0WWz4t1n(ls6+n_3iINLWc*6%3L%=~a
zWg+*JFic-zR8YdlgZw`RIemloyM+f^5lmeDiNtV6(#sd(%q_&3S;$S^nJ76A&(4pZ
z!OdN}1V6-S@tZ+zXF8;ByGD9eUK`#|j1;Ki~g;$^%QNBNj#mPAa0
zNU)3p6X=MOZa$kw^HOY?t(G?{wguWzC{a{}DJi<^#3ZBneSr!v-ZiQ@INZ_%?H~(w
zJT%jPkUAB4ptd7Sw9_egZe^@9edt=3c-~Hjh(w~%#
z>)U+h9-;Ky&hzw%<*l#OFWJ<3_ukx&+IKdz96OThWs#F6xZ=B6yuC$G0!C|400udr
zSP8g08Q9{KBBF-IA=P-NqZ!(`a&M`r_=BOaldxjV|nq^IE(+!tPjrhKT}N{IgveOdSp(>j(som
zWNfLhGW2w0S!``&o!K7QX6_9gjhuC|+Jj}aV;uT)H`=r|%q7j%nATB#ab(&=D)o=7
zojKbj$tIet%T~%qSml&4=(cbrKqg&N85T;)DHG&eTK!+rt3D`-^Nhb=`*FK_$KJsm
z$H5(Y!X3&*5l}wlEH`6!+4tRd-`l-?K7P;dd7ci>vkPWE
zS6zZjjxRepgr#>|2cKE_?d}7gkkflt{Oa)jXP?`JXX+~-pZ3DJM$KEZ6wBw%V|}an
zrFqr-%Iy5(Njh%Z(Z1I=0ObN^{$PHNSF)y?V~>J?Q0eZxwrQl-==
zi>|KPkQiw4z1ZisrIYS6JDIlK>XUP1U)Aa%U
z5-Nxf)-NCAHi%juEQgfD*(Erh*Rer1VW^D$nGZUzZFpPT4>WEetqiJJ4D~K^{ruWbuDxz5^~_hN3kPCw_1R!UCG4_i(&}RS+!QWu~LU%%?0{ceX+d6HeY{<
zZq(ls-WA{0ujr~Q)Z!XatuIjz>esYu_G=Cs)0mw(sH)fm#-MMMMM=_NEsL6j5rWUe
zQaF1cL(fiP
zGU^+w8~}&HxlR}pi9l7nZj9HuTC@fJU8nc;Ir{q635hGXd+I@T=G23MhwC2gVkuOX
zdTw2Tiu?wrhg#gkD`|e@;9{IZgETcr!+D}aN%3FEqo1`8Z`<`Z{OxO1BeIHxo|{$p
zg!v$;!&|zadU-vsQ?@`&bs0S6v})zlZp6SRlT}rGgt4lenw*B5X4@K@_%q*=LZc0$
zUs$b*c^(_}=H&-Gew!`T70AyYH40_<17Nr8K){J)Z&=iLaUw#;7%S$4F1k3Giz2tY
zDD!_8Enkai90%g8P*}_2Z)ggCPUE<6^QSc51O9+v#iGG~M~O6*T<~XMakI;Ea$+I!
z#g&-C{}FzeL~W{1#I+r4PszT&(SEsGD$FQhY^o`(33pBVN1PDv|US~cV8LLSErx4sg7
zDSQB4`QXSx@^e4Ii89dA@9Wr4`N}{=_Jt7fEBq~JjejHBDzwwR_HNo`|C9YJ8t`B9
zI~^{+)9YYTs(!buHK2}I~NDdkGH*r
zC-wdvKTvV9xOemZFXt}1^x_*A2r2yL`&0Pwzh1yg(6cDXm+jZ@8+zZ}
zhTe_a&nrv2ZavDhH*GAlnWUh
z^vau0C`mML$?VHDfyF152dwOy$=@eUEqOT4A2t-MSVg{)5nedwPAJFq`hO<%0pWoh
z3+}XzQR|-bB@9=&1?UG^PG*)bD4c+#aY1n5JQpaga?Adpfg
zoko_mnrC;OGk0`#;_6R#VEjt>t>9xvpIF=bRIqFvCYzqW@*`4t01toB)ZC5do%;wk
zcP&2l+p&!;@rT#^b=8cvGrPvAn*aM6*!it1*-N+7B_oceWF&eNbJC(BvQ3OI%
z86wz_BuIJxu3
z=rQcruvgpX+Z*kyqShO!Uw)f^k_?paV}xT6;;AwUJ*!1S7?K=75=IWpdwR*u-riwR
z=o#Ke>TXt%&fz%7coG6?6Ni1JXyBP0}16sU@7WKox*V6Xel+#R^(pX44h-^`tM
zcfQB(`~4~^b8|^)ZjL9#4C>Cvrs=cvAcb57vi4K7A00ySG-RV?=qegUG?a$TXOSfS
zE<6dED(9Vl7QAz-;GH|Rkz;zoJHL`Iv`qlt1*=<+bOD`n+B!NL$DD#ozz6erDb5VO
zev(roIAg>3-=)tBHuSP>tS4Xee4Tv5v(>*f=<$krJF4+=>&Ho3lS>0$uc@lc)VOTr
zPbLihKw1tRgpq67e8-ORh-pqbjMHH|yezynEQhhl`*{HpZx(`jIgcsLp}xXNh76}8
zccLL7k%oq9=L`8Eq#@uv93;ZUp*i=UvT`>u3*G|_+d
zi7Olzf%VblJfpE|mrCUg7W2-jQfGPU)z7FarDvpzlCnv?Bwd0g#8E=D#%j7v{t^AH
ze3MaC#
zFutcvS8y6w_#s77`pGl4PfLH&W_0^OGwR_qKA%HFW1z%<%nMQ4$jhg(k$(XNIg!^n
zk*C1qWiS+GG_ppZ?Qx*(DWL6~RlhsC?XZU|_?%b__xgg|U&D3`43D7)v&_(qte0D=
z0kwg0_iYorNxUG7?Vz_D{5BsKbc${`~B!Ha^t2e=dwnw
zfvllugYClv5Rf94=8}lKWCs)?eeBkM=OMb}d5A9EaB@9ASE89Bc)Y(tnf~h)xWz7n
zJOOwTgM4_HiQ1;TrI8H;(2{a<_1j(cDRm!pVqaPfWdmZMJ_%tRC>aB8
z#t+V~CJb?r_m
zlQ;RE@tp=&`kH)A0co;a>7SyvO6~F{|2Oq+Khp?hmcL$KN}8olD>hr=|CFxoBDJy%;)z{rwmNyTOL@BZA=JbUR49!*L8!(X>F)0L_!0k2l?@g
zBQ(wW@eEt_dDXP-+oEA@01l~R4Spg0ShKwWNW{QK0~`IM<<&G@OS>qv64KKfzdq4!W&$;NI=$KD+Ga
z(&$HvA)i!Ef8r2xEX+diIaI=p`tL2Az&3#%u
zp_$h@wSviXjQkIi30XivEvs7=5h?(!G=A+>z*m-r0SPeWq!MCql-Y|cIR0SYB8%B|
zIkV1E09^@3)C8DyIg{^J2-DUoEJcsNH_X=~ePJ+5a%KsbMcll5_&(g?38e!eoQXNV
z!ofYKBrE->blp(b?Z7{{ePq9kd9L5ti3E5z!4)7NySnrSvKT|7SmGl
z%dtNFFS-&u!yQx5uYz-fl!3agi3|+u-?!noJ2v(^32)o7`ujzGo;j`K+vzRHoFY_>AGcpvWB$SwJ1&>iue=6O@DjMkXhsAV?An~E2fEv#rZTUcvwMbWC_RV6KD
zE7L2>zeFD^deYo%ZZF<$z8}AACbT#%0(3i)vcOg6?Aa+xjz{7(bPkn?6s?w&YBL_C
z$di%6NlN$v(MhGH0g13lrHVIchT}XE;X>wy3ye9;Q<%phT*zE**p)mg;YUa^UDH)V
zYBDCElP0v6CbCycO#c7uU6SW{B75f#1!GoT)5a_moN1gf&g8nG|CO;DJsS={o?mi5z^TiR
zuWnzz*QxEcHn$Jr)$d)xUl=&yzWClT_v%lkIeV~m1gp=x7hU+X`&QN51jPK8fa|Y7
z=EqSv9(eO~;}7;#Fmju?=Oi*AQ$$jEWd1aq+@k=I5T`hOb~~1tZiy{y}djnT2_{
zx4bGFI$kh
zAZE{dwt;GzG+XyRkMGX*d++;ue$VfxRw7*gc(B$hUx)j(N+j3)S&(Fv*)_A>`C@O)
z_iLWzw<|l;J;ICXVfjsUNWH1tP&H6EuC7LOUDZ{IHxf7%w}p_QYqG>TJa0$iv1F9A
zj~LmsXp~CT1vTsd4iqlwDQ|=b1PCZX)$$AxFH%RIBNQS}94fk*4Vm2;I#cKTzjYn@
zpFJo|%)p$g8-T*@CQT@)^Vl^9P!ouRN_{uNwT?nFU@vzAdZ7|8Utw<NVx8vn|37n6F8Bz<)&nP
z7G+tRCBzb_aW>h+CzCcE^tndhh$0-7P((yJH;E^35jlm*lTu#-@V5}2~1u2Lqs<`nHih&EwDM_3!qpjY{)O+6K*0#1hpb{7om@s5T
zqBau^KuY-1>pdecKfmjlU(WC8omN^mZ_Vl-eE#F3|K7`*$iU{-s4<-_$jIbvpX(#wkbpp83tHHSayI?0@nq
zQd>X|oCQ`4Q~kco;v_6M1?$c-{1DzW7+6(=&V*cqn`uNtehLNDK!mUu&;wWDhR>^3
z^{-WuxL+lOQrR?-U*t}|{<$tf$PW3yDt43rYAeC*iW
z+hn#!K=IYVY$McVU+~n$%wp~W$Jhi0Ht6P7W*Rqxnayogf6m@i!xDw{A^i5q5Fhby
zRg>d~njC9n!kDmNO<*aDu8mx~$Hpt{4fbxEwq?&1kWjS%LO_Q?l@5g}QiO+eC@>Wp
zS*AnbAsq@ui%9ZEbl6xN?bbl+1q)GDfPunkq>3o7SCrpmkiQYz2B7H7is4nIdw={x
z>F$Q%na6frJk6fHfBZ`6{?V6_e2boY|HQ9PePdyRWdtt_OU*HApxXtlDf
zQWx7LJ!vgq7f8#jRqQHht+komEIntbtR>MDGB_wT9PDFfXRvG0fIZ3LCuxRdaVQLn
zF8~sGSy5FfVj6~JM;!;GWXB*&IWCEkp_Aw@wZL*xEXLqFBM4Cr%W+A|iCC6nNIajk
z3`h-KQdL*eBbufgyu>*ctLhrm6-9$+`;V7}K`|cd9*a9;WAWISGiQ2V*Y$^*K&!lo9)Rc5s|VQC?!c~+
zP5!R{m9$UMMn+)h7^!BD53t!PY_?7?VF(V?Zy5nuI63|i0;n={6gV>|`K;ew2F0^Q
z0EAfvglRx9^C*o#(1sEEY3aFl|D1`p3n==@hjY_4P1k>0TK{(G_x0guq;vslwe#?+
zpJwQ*WAW18Z|^@z{|ZcO@qpVm^WM=)#m)lsnD~^RgKiWj6~BIn=-U|ifguz1?Y4oU&7K5T7JeA4hrW4S{On@rqCw;9)
z`#_^LxXBk>Di*PZQ-pjP=iDKfEjoXTjTT3XkOZ(TehIhx*e^kpB2QB&s478a2RHI~
zD5G*@Ng!;?{uWjHLm+5H5VT^ffQXoN5(SVXSHTjR<-ou)o=z0Fx`asS}fufK39}1lmZEAP*jCq(W3RKZ2^zilz;Z8fxq~
z2`wnKBBc?9Gz7IM5K8QlD!9u=hPcSZYil*LdrkNW@-F(
zZhs_N3)Wwe%l4r)HCgzY=y}qbxIOlpAtzlFrevEsA3ubl@LhC$&Y`a5=ujy
zHYZEq-Z}BO6S|rMQN^OYIutbnZcQirP^>H{R;Qe*OBLRp7~}YfF~Zs#Do?^3lgkAl
za>50$xq32)W~l9(G)B#t1e$bV_Jf-wnpwK|VPaj+zDb|tn{&&ad1l)I(mURl{V8Ut
z5>(>}mL>IMo{q3{Yi6>MEO$1#c-g7ArrVpYa=J#8unL_iECS85>4xmk6vg951vq0u
z1eYv0Wx1>{nyiq?9gti_M1Yc&*-=)o4y-5zIWNsFT?5{M%2uJ#90w3wYIILkURuO784k)qy8dMnd7{%0XH
z{(c+(n^XMJ^(&7bAD1>9=g7q0bDbb;zu<1tGbF=Po6m3*@XHZ{
zP_h?-LE7>=vWFj}9ep$?biYLs+~jdE|B?k6&ID*Xqj(8lOFn%0#=qf}0S@fl%8Abf
zOSp%t;OgmYdzMRcRRy(BRi#!{mD1*U>kAfCt*C0(+N-*>&Z>^;A8UImU-cafy`gz4
zph}%WRa}l$KZw!m!6Ov|!FMW#g6Av#;=NMgyw69%=*UbI&3SpuGBV>>hrO&7qliBe
zh|j7@ri9e26++{z2b^v3$DN(=9qL~7ef5rZCvMg!bs`vvSkgZ?>Ipnjxuud;S_!>D
z-><)>Pw0-<^j`gz&g&`?Qb#L@9M$o~Uc(SubrqGmF1p=t*Dc;ZNRJEze&(?(iNi@D
zW@eU_%X2MWsa$8Q<3vX4(r6651^yTYlingGAkX1>7&gy>F?I?Ne1g6SBKD%#v`dN&
z(uZul+~&%RvZAu;vfeUB3Np$(Y1!b!r2!Vy;Fzt2OOn;8vnhHgMN)oT+r9XU{?b5k
zB6dbRFVcwEAW~7sor}3kx^L&xg(m`=FTA+#NXBsai%(nr
zM~Ak2f9{i=8-H0=_p|LtBhpIoW1
zjEd$&W5+|Q7yS?ry$28-feL1Dg=Cj~kT_I#%u(l9>TonfPDE%VQf$>)i>(crcntK1pKD;>%%MTpp#ErnrJ
z39uM#CMFMp+YCbrf(gL`!8HaR9I+FaPvt3M)^ZGdoPYydEniCMSwaqwL*xXxO@s((
zAgc)v0xict3&FTui0~o|D#XBVlRSh9VNgLWcM1{4ruy*JB!KTF9()A}hL_iW%iJO=
zdeY5C7Dk4R?93oDy6|tNnCHai)ZN2%M@zuz&a0gpre1?9DK6(degr~Y5}`t7|N2zV
z$wzy;?cA5YKfQ@2TVLLB>{r`&9CN{c8W}{eRk)yOq22bMnfW)|bwGaN)gkP%ASN
zpYx+ouR`R(law{0q`uQl+zPR|47U|(sE}tVQos@vqI)GL?p|WMmsH%nWZ>>4hVXM2
z-@{dp8bj@K@v5mVu$Q}360w%#FY&kJxA;5qJNyUfLHcVMtaD~B>CHWnp#Slm=7Z8gGPJC;-fum??84ll`z_e;UCk6s;`ask=vY^%!AbV
z{8AZaYm&lz`efm)-(JrBr{|w99{(iL8{GNez9WZU==urS?SJz;DJ1eSLZ9vZMZu;g
z{`k?Qcb~%^vkY?fDKOFmMz-3AWh!W;T2i}DbJTh2thMyJ@)}QzwSlg8Jm&g=r^7lM
zx#;*f|4MKqf5dak|3z?wG0zu?#6w8erVw&hnnPpS9Nz+3r!~=~+A_}yYpwi%wm};a
zZ}`3@W4b}Sysj8-V5B0M98i*10=0xIHQl9#als^pX`3D9E)%GUn3yD}nTO0VS<^zQ
znj#{|WQ2v$FJUU2xT)ib!}GrwOCk8Ly%@7&K9v_cBb}E%l_n$sQ?y#*r7(jWtJ6|=
z5{fKstSw2b`$)lXGIJNx+Pj-avv-p&ZJ>r6#+;?`n&DY@JJ75SYcUk#$%Fyth-Zdp
z{QSp;c7D9Q>*DhruO#}iMaTZncJ;tEah>t^?%th!ced}&KHu4~!AZ;|A+a`yodj4!
zE`y|NO9G*Vp^21Gpkifh6ACCT4GKa7y3r{^L(r~mLg^Uo)R9q(L59{$tvabbbx~
zBNx2*(VsrNa`6M&vxk92=K{{c(6dJzD}mx+@X)P7tF%Vh!fz9vk+vw_FjYaeZMbk&
z)2lggdMpioEKC^V1!Q4xNpxYnKG;-HA8!e+kFJhy3_ew`G2SV5hR3<_h=xq8`Ymgf
z*=Dwzyct(}v_6f~G!l!;9yGwcO(%Am%?1GtP@DDd_fTh-oNYiFCtLWYT`&
zq7o*e{9^;Do9Dln{0bYNUd91@_lA7t$D0o2u5c~BMQdMt;Vrz@I+4W*AbTG!oBaFa
zZLRS1z*c-@|FW$ofki^l!fxTO$ijYSt|4JH`t9g~s1t3E{?hlV|1H0_z+dL?j}Asj
zl-8rHAd#8l_47V8F5@s)VT1@TBDvSV##G25mQ4`P9R^yWMO?UuIa8-1p2+kd9Cav6
zqK+S6k`G5^EEpA2;Gk4K9szKebQ!ds$n|LK;yM#NxS04ovtcJ9(F=G06`^q~qv;Ga
z4Fi^@z|W3qqob{ElmdT0x>$$WE_==~G+mTDq8A*JCIw?i7u6VsSX;h#FRlQbY)|XS
zbe&aO8%(r?ON$lP;?h!}6n76++)Huy;!c1-_<-UL#T|+kcXxMpx8MPS1J@Hc7czFFa_mz)jH
zqR%3ee$sn**G_j+Lg{SbNMRwf0_eLRld6aM?Q`pof?1t;4#Z5pECexKSNe1Ax$y_^
zMBz9(KVzgy!DEc557NA4Ikx)|SA(DekJUtIHX3z?_hyY*Qn2{_n|e1p?cwR)SwKA7xl`J2WGYZEZ6v|8O~KkTsRgM9jy0Qg9-ks5?4e
zEb*l2JCGT)LlU7Q5~I5rcU43SOR!8!wxd-<;>{d$)6&%APkoO)@u`hbg*j==)14{`
z`Lgm=buhd0W;Ph2>InY>jWzD{tvwCafQoE++Zswl8n(dEcwfW@8gi)m9;Rz9+El@!
z^KgpJ=h>)X}!TW=Q(L?AruL9L#s0-tbn+wXx0c^!a?Zb|C6|3^>c~G3@daXmeXD
zOR?=Cc!fBhW>g*WIS=8Uf%mNqTg2Wl;7S&3(>eQ5-;h8!OVck*3g_u=}EHtw1NJYBK}zay*VG(g#E8{XFYC7iO+N730BaTg*BXo0v;{?(a(Xe#dKXA
z1)qK-;lR|Af>!L4pFuy5R8oJhx4f+f+zwh`8ui{$eoM(h{j}T*l+#;gM^Dzq6Zz%*
z4gKSpw!r2kzM-0kduYT__^B-}N2?{$*Ox|?`!51{^GwXdMtQQki*Ir#_*EwUXPYYqwnc?1NTjm!I~=lh{C{PE0flkn3%?
z5q@cF8?K#bu7lxaHk^gNu5ce?NBSr4Z3r4|r&MwaptjbEIv%kk{_20I$H
zh|=QL@l&o1_rNJYV7|K57p!FxM61?Pru*9zqLc(Os-6}lSvxyheq*O8hu+bv8BqSK
zFSVQTmuH@SDgk<~%%K;FoI5>g3C9;X_TC^9NXtse<0Hk7iL~Iad{o{WutVu7D(vP|
zvu}}BR>-`GAnRW^^3uV=3{lukZLv&dcb35c;e#UD;q1M^s{Xbx&1Yb!`UVmUHlq*-;h3~I7lNQaN_n6hvmW}lBUDQ0;PlkBE
zUltWweD5}he;C1J$23kx;hyO1-&b=a;}HWl=VPPo`U(pny!rBJS~%e*EnV
zRTG7MEq;c5KLbUYcTt=0xwNAoYJo@-aTG+|J=+fl*a<@X;l2!n%~^?(Wl0BCv{;28
z$?2MWf3vG>vMuWoiDa6N=OhQRyQ2J2Yig5pGG*R_J
zD18|=bL!NUVbE3oLbBqKp?zj3sSv~CRP#-z0Hn@m%K6#ci^9k!lnku8P>Z*$i<-w)HWBDDo`CN0z6
zQj-VubUGq;lpi~v%<(HlXGxA@v1H_aL1s-8P2EKPp0ZuPc2$quzs~?DF3VAe2dP|w
z^XwbzuNGsRd@#PW5A)a7!B|{0mP!l&(PjZh`gJm1ArFx?_H^
z8@+~2W25fE<|=^S6TIl@o5Wx}*5n6WF-}Y*4)a`?)}Y3G08qWS%AqL}3>_P<`1iUCn$!yThS
z0K`#yp?s6_Cm(q)>?SxMc(C2sXmYO5=c5`&a)|JON~;kR%bonRPuQ8sV{CJw^5ELF
zQE%;RmDb55gV!oqJ|ag$<_kVCIrrC?fVZ~ae=5NM3xJDvtu-z56C(vX9tqK(w{NN<@f(s5|uD(yC$a%gv
ziH?Pb_=Kz#zNhSYQ`UW&*_RHG&nab}FU<5CWJtRE#%g4wt)~rW^NsYI*UFeUJbLRU
z;hxm0HyYs-*XZbf2hp_zxL<1s_{kR2`W9;)8CKp(>UWPc^Sg<>`HUI+ib_q=(}j|Z
zMUEvtyj?!~lWQG@pGr072m2@#3Ue39YSgNJ
zwekP5NWUU~S==7T{3KYpTxM^BwKs0|Lh-E}SCsr=RE4NjAVM%t6nQECEsx4PF(sX5
z0nfK?fj`fcE=RYSj)1$qcl^R&SD^M<{KzXXdkg;Bw$^lu(=?W1q*uE?J$zamLeuqZ
z51Te$I(}v5cieb*Q0*>!@@6vHBYm9lu=a7lJ0*xw)U}DJS6cnzkg`5s^*zZa2z(;V
zMhyCPjbCtF@Kwv)6Aw*(9D!(fB-Fez9ukY0UEdw{uK*GswCZPiH+)%o$Ew{)zl3(v
zTTt;%L@bVqZ7OmW>v##IaAy!;;4lzeb7B59jwD!P_BBzp0ispqZF_fiY$r+l{rbET
zJ^?M#bG2*2c|od;qk#7=jMZ@rSPHfM(fP8dL^9nHPF#asvvI?*k>bVp0G@C%G_sZH
zJ^UTa>(6uW1e6nzy#^iAqvcr?mY4K3$~FwVHbWgR>k
zOagNWcyN4|P(VZxAFpO1CzBbYBK_3<^)SkHHesDDEj&qU(zc<~>1FhB-u0
zpO-^8h}%(z&ici&Xy33TDgPtOIDa-3>~U_yDO!?@*W1}8J{jfOj?&>9ueVRNJigRS
z{`lB~Qu|n*P;#g-mBPDGKDbbgF{z>bp
zTviOHO0KiIZaAGaN!_?S^4sM%$T27x)r0``6F`k<4tAgKbgYBUoc3GH$6qa%0~epL
z-p0_{eRbwze~?_t|A!>r_ZRANFl0&R6ge4XAusMkZ8-^)Xz8gG*Kkmma`VCC2QR<$
z#-t7a&i^oI_8+Jz&sL$`@&o@`pJf2r6D(X5lUQTL7Q&yj?>mAP9gs}?vTA}<^6+gQgA#-ATX_gs{
zj;X@j)Rko*E9h=A$!t;@ye%7(eS+N~DkTX`Hy^xs;k%~4_4MY1hx3}gG#oxT&J&7WpGA3O
z*xj8A17CeP5-Yu)SYJx98Aot&Of6xT%%LGM>}BETj3X^)*}wPyHW_`x&!!j^{Ztbq
zvxwGKf%{L@r&TGDkm{4@>l<00n)`JUT~__Rm-o|;8m60Svj31%d$+|=l_a(f3F+-I
z=zLmvC-#j_#Xh(sy5RxPFFyW|lBD%()P~
zfi?0Yi8G$i`FVeJJPZ7yA|^&YeQxr1CYIbH%IuW^_4(qKU)}L%?NsGht7+I)q
zKLn>DHBQ;@0|+yM!-=P)#OFrl`c0*z%(SnJa#8uspi?Kkh4iWEnx=21Wtf
zuLC`7JI)0c%2nm}9sdSOe97+;)dutaIB=bRreZ*rlT=n*6DZUG3aP}cKUv^^ioV+{-e{@=
zL0j`<7*-(i_H5zid#;YL-FL^0Ld`aFfx}mJ&Hbr^c9nPkeK!ScBvkLMsOzmV%?J
zaI}?h{s72X><{K#=F{ajg0S2k#p&J5KMPDD
z;ixHHVHmb%m#_eF}8Z1s*JPrAB5$1dzTA%VYXtd
zCGaL^#iF?2`-l(JdjQm^-#dsTj_+)sFU8I~w7e+N&T9WVAgflXf1RE4wV$Sv-_J=)d
zk5QOsUtRtIg}GO>i_vDNff1h8;?qqhdVFwM06H##xh92Jc?qiO*IzQ^JZaSiB(?
zo@J!0!ug9O6_!&{%t}x>UW>_-$kXLu~>qBfN4(Q4%kMwu-M7DMp1qRS
z=XTr2j!*R}I<5)=JSVdT1a-ZsL)IcW|KR*p{(Bi8i~Yz%b2v}<#P`27s7>*FE=l$M
z%VBHs!eMz-&5G+E&xfA+A%&bG3X&3>G0X$MEyBe}s!SOFCL{If%NC`57{3LcF^M~k
z7|1i^vuK;VJ^D+03KBSEDN`R>xGn0s2!^B?k{I$CYjt{0cHcyP
z!nC}SY^M*Z8(5E=27JMk99gGE*G)LW6h(f`ngjop3$e(N7P(}GZ8)(s)KzoP3o)Mz
zOs+JjJ0(1qyIJNXJ$--Wr&{ZbK)?wYG1&d+5Dz%VvOj$(8=|%j`(h$L$502<3(xr8
zy#K~(ak^i;*u`QNe1O6fSRp|ml@#@AVO?X0X}a`hw-RN*5N*a^p$!nW8JtOq
zBU13*YMMI#I_(jejBh9oK
zzIW$4cOiGdQ^6Pcs=EOCvnb~Gj%)}uWlYDNj4=v2Oajc}Dw)46N?zWd2@SJ!^jd5m
zQQNcat5#I+G|yBilVn`}gAg@^;aYsquG)=@W<^_%Mc)
zQ!vHiqO>m$cD`ZL{OyFQW+-753W^&1K@9ahUxqd_3B}_$z!m*#jjU
zPx_7gC|4+|iXiyMveoPPp`mNRkbUff!YuAX3qD$8E-T
zdLbYq*a#=TX%mVpeR_)rR>0z^;#SAaFQ3fB5MWU->L>b-#=N=2lfiZ2ia)j~M~{=q
zyOD$Ap?68kz4v6q+pqbmX{w_~415`WkHPOJ!eO*l^y2Mbw%S)w0Abr>5J#V$1QvJ}27Z6qq(YH#d=sz2K<-eKn!YMzGxw+A*iI;hJ4=Ac<55nD(KJ&C*IxECNaNOpG)k^1{rdOT2EBg!4D^bk*CUi03r3noxW#A+v`
z|0Cvo*h5%wTVk4J1`e%%nizO>A
zB`s;e&Zd>+y>6Gb)*%kSddmuZ55-T~*@urSfK4gt$t$unl1y!v%cWrJSiB5#!#(G(
z83k)eE{`Hh{;wj(x2l~*pakDBx}-+Z2UmA1&xP^KgUaWk{KaSSR~Wsu!Y0#toqN`uPgA>lkKakno0(}@*5v}k&CnDsk+?~kR&$T3jqJF
zZd58b70{fWpyr`YYRyTqHz71*sG)Jn#jTKLwP0%?ExL8KMJX8rGL^HG=^}8yy%*Xw&+(*V!T_pQv2NxYw012VI}lx*h~7JN>CtF9
z(e{q19hHH!*H`!nYau6lnMHF0)vL>VDW@N*CCtVdt<%%SEhbIb5>F;>XBBQta(=VO
zi_YSNTmRRq$Tp>WyejprqTyV7SxKZ
zj@jG_)#=a)U9rpOWqwuw?RkvQ*u;2qV-0k9ZRiVj$88gcCkBkVD`hszWKZT?-`IOi
zcN?$^QlvGGNA8V@i1wAY*3Ibu94>KPAW5G~{IxH5tC@5Ru3JgY
zykj8`&q}feu4bG)8wszO#4ZaqRO7B0secgLFc12Du@9ex84!_QoSX=?E(lVbv@&PW
ztw%C48)#y@AE8!7iOq{3f}v|4k4^k+=Cf8gAXe>I)8sxYbM{K+`yNF^N|{7oZt;ux
zst_Zg&nRvmueM|KTuPq%D3e>A?c2cuu%kf1sH~bZr06d{6|_S>)U|<%f-#zNHL+DD
zd`SIMkGIs$!5zn=whxh`PKD2(QuX`{-3)K*=A(WkR>HPKVR|q_w(scI6kZmc77n$-
zDTB`bwQZYGa#vq4q-W?ueffJ4*gOd?y+f+kZ>rU~HR0!Cfhv-@_B8H)BAquJ>5!GV
zoULkVmGa1`%Ft#6tHJX;cKzXw%0gAN5ZL477_g@Nak;{jNNyGPh>!3nt2xyQs(Gli+sCS6Tm!Tc*$0Dxp^;+@G((5^)tEW5xC0f6Q3CB9}ca-CdYYB
zxttTo_wVw@`rzA&FZ}*2cX45S%O?unTU@I
zsa9OY`sHM4x{YU)BQa#&t^kg|)g{gS>Uvs$wq9Mq;!(}>%F^5U1%59IVwm^OtgS|q
zo%{hs>Kk+2r|TG%a-A02Tk>-KE#8f|;{QmBv!={d|1Jm?K5W0#*xZIR_`oJYD(1dm
zG>cmjTO`buvWVlKaFE#51VlBNp?U7v_@XfW{Ju3r)*eWcFhKt--8g(VB44X%kD(rj
z%9E&!XZo!MR$$M7@M;n}kxhR--(QoHU|las6A^9kzYbTNG7u`~yqBkW%_f&==P2ao
zw4~eBeDrV|?>Nh3fN?laq_f1GEm=^F*zxH0OBu-Nno8ErGTx^%a4$dP{NzHTL!c=i
z{sTd!vvf0DrkB&{&RV3$ZcDyt3ya3{8SbMfO}?W1_@9yH9bF)jq|#i%jAU2-XJ*T|
z)u$iWX?ndD#uDHEu2MhqgIrZ6lw=q?-kU%Do}_JH%@+b}QtD}Yl=RyxmwngI82O~+
zfwp3wFWCR%FV2Zm9A4oqi6p;`^l?XRqmde&)+oJ^$JTlNnQ6>hs6uu1RSb^@K~$oIl3Z?YDBep=8g|w_tMP_Z
z*R=anDv8b$ht#QuNz2PV^VpCVIHQVkmU27aYsTDz6|Vz!lI+yAh)^am+1^HSm9XS&
zE=NV@cq8b|Px*fa%kpy2a?m=N*@}q#Z*VLvCm%l_uK>Hu|DP<&!^tDa!vg@gxw~4L
zI$&eSg`a6F+GlDLcP@FJd3TB2MV-5F#hi;cXFf=riDb@y^rTi<=dqdPdC!V%lP>o;
zx>WM#rvR1@|3%=b)rjXymLa1cOXAz(6G*be>C_?x*CM@dl`J7(!8^U1wybcc|V?hLcAm`RaV-2IiD;|c3rBjAZlQa3;qiZaqzO|EM^k}4>F*f
z%7e<%#Vw=Vd3Yx1rp?RrsyYLB+aT70W{0~Trr|EIwQTr=fcif|z}u_q5xM5)#&-U3
z5S0{XrjgQ23!RZ9!>YfnU~M-FkHUjawQ{LN88|{Ap^^d7*l@ot$bWvL$a1M)jQ_v~2tLc9e-+weqD)kIJ=vz%-iS
z4@bQt8QQV#n}u%nM&m*V9_}8Cuc}lrRiI!``}Th({D;CQPsr@(MI1Ce&vaf|`giD7
zm*u{Vn1IjAfen3u#mKVAQ|N5(vp-}KXA=5iJs-NfV%;U(kxsG&8ZF_Ny~LS(xMr;B
z#P#*;i9zadIpRk3X#f&Uf%2eO`)9#^<~lU*xc;kL5HA+`LA&KH9H2u(EP_cj*?UK)
zWBe-zw^zkb?EPbL4L_#v2WKlxcK~|!*ySA7PoCseQD^&vR7jv&X65V>fM5P
zs&+)gV!I(_`esyeFQHci&y}2pfm>6(Yy*N1zM>_ctZ-`dbcbM6=`g^YU)&4c#}|JJ
znKu)P6URuoD#J*LVd2?z2D8gHTMsykoxcQpF@3wjuj+D_(jO|F=3fjmXC4;}7CVbx
zWKOkCH*K{+%gs*ngDU090T-m%LoVPC(|)HkdQNxQ)2&+=fI7g5n^4Z3y5Bi+#T~|Z
zA@{Tt9K6i$Gfz3G6cl?>{9;nzv~N!3=@^7-B~f6fYU(KPmb$ABfca(OY*t7IW9}Gucs)?SF(i{Sp#!UxbsCQM01e1i+)t5;^T6O^>tiRp
zL;xO^HhUts)kBq{3lAOGpR3>V{iHdEMf(cI+;W{${kK71tLY|vS{PPGmkWId#Xnne
zzG!v2aTIN;q_zW!9ub;x4+?pak59RUt&yIsMtCfo+g&a>W>(F#SoU909x7h8-QE@e
z%3MylZI?K_j#BT`V)?ZVy;8pv6`%RJ9z|?e@jsJA#Tdn