ricklon commited on
Commit
f3954b3
·
1 Parent(s): 9a36dca

Add LaTeX lint/correction item to backlog

Browse files
Files changed (1) hide show
  1. README.md +7 -0
README.md CHANGED
@@ -84,3 +84,10 @@ To stream Space logs with token-based auth:
84
  ./scripts/fetch_space_logs.sh ricklon/DeepSeek-OCR-2-Math run
85
  ./scripts/fetch_space_logs.sh ricklon/DeepSeek-OCR-2-Math build
86
  ```
 
 
 
 
 
 
 
 
84
  ./scripts/fetch_space_logs.sh ricklon/DeepSeek-OCR-2-Math run
85
  ./scripts/fetch_space_logs.sh ricklon/DeepSeek-OCR-2-Math build
86
  ```
87
+
88
+ ## TODO / Backlog
89
+
90
+ - Add a LaTeX lint/correction pipeline for OCR output:
91
+ - Detect malformed math with `chktex` (or equivalent).
92
+ - Normalize equivalent expressions (for example `^2` vs `^{2}`) before display/export.
93
+ - Apply safe auto-fixes for common OCR-LaTeX artifacts.