MerrimanInd/drawpyo

Export and import of objectID to value map

Open

#121 建立於 2025年12月29日

在 GitHub 查看
 (0 留言) (0 反應) (1 負責人)Python (49 fork)auto 404
enhancementgood first issuehelp wanted

倉庫指標

Star
 (410 star)
PR 合併指標
 (PR 指標待抓取)

描述

Mapping object IDs with their values and saving this map, provides a way to hand redacted diagrams to an LLM/agent to tidy up the layout without exposing sensitive information to third parties.

Workflow:

  1. Input diagram
  2. Save map of ID and value as json
  3. Redact diagram by replacing values with placeholders of equal length (4. Save redacted diagram)

  1. Input redacted diagram and json
  2. Restore values (3. Save restored diagram)

貢獻者指南