andrewgreenbaum/Thesis Compliance Check
Check thesis PDF formatting against university style requirements
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| pdf-path | Path to the thesis PDF file | yes | — |
| spec | Style specification (rackham, stanford, mit, cornell, harvard, chicago, unc, rice) | no | rackham |
| pages | Page range to check (e.g., "1-10,20") | no | "" |
| strict | Fail on warnings as well as errors | no | false |
| format | Output format (console, json, brief) | no | console |
Outputs
| name | description |
|---|---|
| passed | Whether the thesis passed compliance checks |
| errors | Number of errors found |
| warnings | Number of warnings found |