Document Analysis Summary
{{ analysis.app_name }}
{{ analysis.company_info.company_name }}
{{ analysis.company_info.industry }}
{{ analysis.positions|length }}
{{ analysis.recruitment_stages|length }}
Generate Application
Based on the analysis, we'll generate a complete Power Apps-like interface for your recruitment process.
{% if analysis.positions %}
Detected Positions
{% for position in analysis.positions %}
{{ position.title }}
{{ position.department }}
{{ position.level }}
{{ position.description[:100] }}...
{% endfor %}
{% endif %}