https://github.com/tech-research-group/iads-entity-scanner
Desktop app that scans all files in a WIP folder and adds entity declarations for each graphic used to the top of each file.
https://github.com/tech-research-group/iads-entity-scanner
Last synced: 4 months ago
JSON representation
Desktop app that scans all files in a WIP folder and adds entity declarations for each graphic used to the top of each file.
- Host: GitHub
- URL: https://github.com/tech-research-group/iads-entity-scanner
- Owner: Tech-Research-Group
- Created: 2023-07-25T13:49:39.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2025-06-17T18:56:37.000Z (about 1 year ago)
- Last Synced: 2025-06-17T19:49:13.846Z (about 1 year ago)
- Language: Python
- Size: 803 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# IADS Entity Scanner
### Introduction
To use this application, open your current IADS project folder by clicking "Open IADS Folder" and select the root folder for your IADS project. This will bring up a preview of each work package's DOCTYPE tag along with all graphic and external entities (boilerplate and custom) used within each work package. If the preview of each work package DOCTYPE and its entities looks correct, click "Update WP Entities" to add the DOCTYPE tags to the beginning of each work package. You should receive a success alert if everything works correctly.
For the program to read your custom entity files, please use the following file names:
- cautions.ent
- equipment_conditions.ent
- followon_maintenance.ent
- materials.ent
- material_replacement_parts.ent
- notes.ent
- personnel.ent
- procedural_steps.ent
- references.ent
- special_tools.ent
- test_equipment.ent
- tools.ent
- warnings.ent
_If you prefer to store all of your initial setup box entities in one entity file instead of the individual ones seen above, you can use the following entity file name instead:_
- isb.ent

If you find any bugs or have some ideas to improve the program, please reach out to [Nick Ricci](https://github.com/trg-nickr) so he can address each of them properly. Thanks!