Skip to content

Commit cf895a1

Browse files
authored
Merge pull request #12 from domfahey/codex/review-code-and-create-todo-list
Add improvement backlog
2 parents d90b497 + c368b50 commit cf895a1

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

todos.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -94,3 +94,16 @@ Done‑when** to guide implementers.
9494
- Encrypted PDF handling
9595
- UI-driven segmentation feedback
9696
- Strict type coverage & linting
97+
98+
### 24 Code cleanup
99+
- [ ] Factor out duplicated `read_input` logic from **summarize.py** and **segment_cli.py** into a shared helper.
100+
101+
### 25 CLI enhancements
102+
- [ ] Add `--version` flag to all command-line tools.
103+
- [ ] Show a progress indicator when processing multiple PDFs.
104+
105+
### 26 Testing
106+
- [ ] Cover input parsing and logging flags of `summarize` and `segment_cli` with unit tests.
107+
108+
### 27 Documentation
109+
- [ ] Document optional `pdf-ocr-pipeline.ini` fields with a sample configuration in the README.

0 commit comments

Comments
 (0)