academic-paper-writer-pro

Category: Tools & Productivity | Uploader: TFboy1TFboy1 | Downloads: 0 | Version: v1.0(Latest)

基于规范目录结构的学术论文排版助手。支持 PDF / .doc / .docx / .md 多种输入格式,自动选择 OCR 管道、重排版管道或 MD 直转管道。包含环境清理确认、断点恢复、智能配图裁剪、逐单元增量生成 DOCX、双单元质量核查、中间状态保存和 BibTeX 参考文献管理。所有中间文件放 resources/,最终产物放 outputs/。

Changelog: Source: GitHub https://github.com/TFboy1/academic-paper-writer

Directory Structure

Current level: tree/main/

  • 📁 docs/
    • 📄 README_DE.md 7.8 KB
    • 📄 README_EN.md 7.2 KB
    • 📄 README_FR.md 8.0 KB
    • 📄 README_JA.md 8.7 KB
  • 📁 docx/
    • 📁 scripts/
      • 📁 office/
        • 📁 helpers/
          • 📁 __pycache__/
            • 📄 merge_runs.cpython-311.pyc 9.4 KB
            • 📄 simplify_redlines.cpython-311.pyc 9.9 KB
          • 📄 merge_runs.py 5.4 KB
          • 📄 simplify_redlines.py 5.6 KB
        • 📁 schemas/
          • 📁 ecma/
            • 📁 fouth-edition/
              • 📄 opc-contentTypes.xsd 1.9 KB
              • 📄 opc-coreProperties.xsd 2.5 KB
              • 📄 opc-digSig.xsd 2.8 KB
              • 📄 opc-relationships.xsd 1.3 KB
          • 📁 ISO-IEC29500-4_2016/
            • 📄 dml-chart.xsd 73.2 KB
            • 📄 dml-chartDrawing.xsd 6.8 KB
            • 📄 dml-diagram.xsd 50.1 KB
            • 📄 dml-lockedCanvas.xsd 624 B
            • 📄 dml-main.xsd 148.5 KB
            • 📄 dml-picture.xsd 1.2 KB
            • 📄 dml-spreadsheetDrawing.xsd 8.7 KB
            • 📄 dml-wordprocessingDrawing.xsd 14.4 KB
            • 📄 pml.xsd 81.7 KB
            • 📄 shared-additionalCharacteristics.xsd 1.2 KB
            • 📄 shared-bibliography.xsd 7.2 KB
            • 📄 shared-commonSimpleTypes.xsd 6.2 KB
            • 📄 shared-customXmlDataProperties.xsd 1.2 KB
            • 📄 shared-customXmlSchemaProperties.xsd 880 B
            • 📄 shared-documentPropertiesCustom.xsd 2.5 KB
            • 📄 shared-documentPropertiesExtended.xsd 3.4 KB
            • 📄 shared-documentPropertiesVariantTypes.xsd 7.3 KB
            • 📄 shared-math.xsd 22.8 KB
            • 📄 shared-relationshipReference.xsd 1.3 KB
            • 📄 sml.xsd 236.6 KB
            • 📄 vml-main.xsd 25.5 KB
            • 📄 vml-officeDrawing.xsd 24.7 KB
            • 📄 vml-presentationDrawing.xsd 535 B
            • 📄 vml-spreadsheetDrawing.xsd 5.6 KB
            • 📄 vml-wordprocessingDrawing.xsd 3.9 KB
            • 📄 wml.xsd 167.4 KB
            • 📄 xml.xsd 4.5 KB
          • 📁 mce/
            • 📄 mc.xsd 3.1 KB
          • 📁 microsoft/
            • 📄 wml-2010.xsd 25.9 KB
            • 📄 wml-2012.xsd 3.7 KB
            • 📄 wml-2018.xsd 901 B
            • 📄 wml-cex-2018.xsd 1.7 KB
            • 📄 wml-cid-2016.xsd 1002 B
            • 📄 wml-sdtdatahash-2020.xsd 600 B
            • 📄 wml-symex-2015.xsd 745 B
        • 📁 validators/
          • 📄 base.py 31.9 KB
          • 📄 docx.py 16.0 KB
          • 📄 pptx.py 9.6 KB
          • 📄 redlining.py 8.7 KB
        • 📄 pack.py 4.9 KB
        • 📄 soffice.py 5.2 KB
        • 📄 unpack.py 4.0 KB
        • 📄 validate.py 3.6 KB
      • 📁 templates/
        • 📄 comments.xml 2.5 KB
        • 📄 commentsExtended.xml 2.5 KB
        • 📄 commentsExtensible.xml 2.6 KB
        • 📄 commentsIds.xml 2.6 KB
        • 📄 people.xml 115 B
      • 📄 accept_changes.py 4.0 KB
      • 📄 comment.py 10.4 KB
    • 📄 LICENSE.txt 1.4 KB
    • 📄 SKILL.md 17.6 KB
  • 📁 examples/
    • 📄 draft.md 3.2 KB
    • 📄 requirements.md 1.1 KB
  • 📁 ocr_kb/
    • 📁 scripts/
      • 📄 latex_to_omml.py 3.0 KB
      • 📄 page_to_image.py 1.3 KB
    • 📄 SKILL.md 14.3 KB
  • 📁 pdf/
    • 📁 scripts/
      • 📄 check_bounding_boxes.py 2.7 KB
      • 📄 check_fillable_fields.py 268 B
      • 📄 convert_pdf_to_images.py 1008 B
      • 📄 create_validation_image.py 1.2 KB
      • 📄 extract_form_field_info.py 4.2 KB
      • 📄 extract_form_structure.py 3.9 KB
      • 📄 fill_fillable_fields.py 3.7 KB
      • 📄 fill_pdf_form_with_annotations.py 3.2 KB
    • 📄 forms.md 11.6 KB
    • 📄 LICENSE.txt 1.4 KB
    • 📄 reference.md 16.3 KB
    • 📄 SKILL.md 7.9 KB
  • 📁 resources/
    • 📄 banner.svg 5.4 KB
  • 📁 templates/
    • 📄 acm.md 2.2 KB
    • 📄 apa7.md 2.1 KB
    • 📄 chinese_thesis.md 2.7 KB
    • 📄 ieee.md 2.1 KB
    • 📄 mla.md 1.6 KB
    • 📄 nips.md 1.7 KB
    • 📄 README.md 3.6 KB
    • 📄 springer_lncs.md 1.8 KB
  • 📄 .gitattributes 66 B
  • 📄 .gitignore 24 B
  • 📄 README.md 7.0 KB
  • 📄 SKILL.md 17.9 KB
  • 📄 TROUBLESHOOTING.md 2.1 KB

SKILL.md

Login to download/like/favorite ❤ 17 | ★ 0
Comments 0

Please login before commenting.

Loading comments...