create-tema-proiectare

Generate Tema de Proiectare documents from Romanian ATR and Studiu de Solutie PDFs.

Updated Aug 27, 2026
One-click install
npx skills add https://github.com/Waxer-212/AutomatizareOfertare --skill create-tema-proiectare
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: create-tema-proiectare
Source: https://github.com/Waxer-212/AutomatizareOfertare/tree/main/.claude/skills/create-tema-proiectare
Command: npx skills add https://github.com/Waxer-212/AutomatizareOfertare --skill create-tema-proiectare

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires pytesseract, img2table, pandas, docxtpl, openpyxl, docx2pdf, and includes scripts (resource) and references (resource) and assets (resource) components.

What problem does it solve?

This Skill automates the creation of Tema de Proiectare documents from Romanian ATR and Studiu de Solutie PDFs, eliminating the need for manual document preparation and speeding up project workflows.

Core Features & Use Cases

  • Automated Document Generation: Generates complete Tema de Proiectare documents from input ATR and Studiu de Solutie PDFs.
  • Data Extraction and Filling: Extracts and fills metadata from the input PDFs into the generated document template.
  • Use Case: For a photovoltaic plant project, use this Skill to create a Tema de Proiectare document automatically from the provided ATR and Studiu de Solutie PDFs.

Quick Start

Use the create-tema-proiectare skill with the command: python scripts/run_tema_pipeline.py <atr.pdf> --studiu <studiu.pdf>.

Frequently Asked Questions about create-tema-proiectare

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I automate Tema de Proiectare generation from ATR and Studiu de Solutie PDFs?

You can automate Tema de Proiectare generation by running a Python pipeline script that extracts metadata from ATR and Studiu de Solutie PDFs and renders it into a document template using docxtpl.

What is the best way to extract table data from Romanian technical PDFs for photovoltaic plant projects?

The best way to extract table data from technical PDFs is using OCR and table recognition libraries like pytesseract and img2table to parse ATR and Studiu de Solutie documents into structured formats.

Do I need Python and pytesseract to generate technical project documents from PDFs?

Yes, you need Python and pytesseract along with img2table, pandas, docxtpl, and openpyxl to process the PDF inputs, extract metadata, and render the final technical project document template.

Can I convert the generated Tema de Proiectare docx file directly to PDF?

Yes, you can convert the generated docx file to PDF by installing the optional docx2pdf dependency, which integrates into the document rendering pipeline to output a finalized PDF file.

Does this automated document generation pipeline support wind power plant projects?

Yes, the automated document generation pipeline supports both wind and photovoltaic power plant projects by extracting metadata from the respective ATR and Studiu de Solutie PDFs into the template.

How does template rendering work for automated technical document generation?

Template rendering works by using docxtpl to map extracted metadata from input PDFs into predefined placeholders within a document template, generating a complete Tema de Proiectare file automatically.