We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents d90b497 + c368b50 commit cf895a1Copy full SHA for cf895a1
todos.md
@@ -94,3 +94,16 @@ Done‑when** to guide implementers.
94
- Encrypted PDF handling
95
- UI-driven segmentation feedback
96
- 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