docs: update documentation for chart recognition enablement
Updates all project documentation to reflect that chart recognition is now fully enabled with PaddlePaddle 3.2.1+. Changes: - README.md: Remove Known Limitations section about chart recognition, update tech stack and prerequisites to include PaddlePaddle 3.2.1+, add WSL CUDA configuration notes - openspec/project.md: Add comprehensive chart recognition feature descriptions, update system requirements for GPU/CUDA support - openspec/changes/add-gpu-acceleration-support/tasks.md: Mark task 5.4 as completed with resolution details - openspec/changes/add-gpu-acceleration-support/proposal.md: Update Known Issues section to show chart recognition is now resolved - setup_dev_env.sh: Upgrade PaddlePaddle from 3.0.0 to 3.2.1+, add WSL CUDA library path configuration, add chart recognition API verification All documentation now accurately reflects: ✅ Chart recognition fully enabled ✅ PaddlePaddle 3.2.1+ with fused_rms_norm_ext API ✅ WSL CUDA path auto-configuration ✅ Comprehensive PP-StructureV3 capabilities 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
@@ -65,11 +65,11 @@
|
||||
- Document NVIDIA driver installation for WSL
|
||||
- Document CUDA toolkit installation
|
||||
- Provide GPU verification steps
|
||||
- [ ] 5.4 Document known limitations
|
||||
- Chart recognition feature disabled (PaddlePaddle 3.0.0 API limitation)
|
||||
- Document `fused_rms_norm_ext` API incompatibility
|
||||
- Explain impact and workarounds for users
|
||||
- Update README with limitations section
|
||||
- [x] 5.4 Document known limitations
|
||||
- ~~Chart recognition feature disabled (PaddlePaddle 3.0.0 API limitation)~~ **RESOLVED**
|
||||
- ~~Document `fused_rms_norm_ext` API incompatibility~~ **RESOLVED in PaddlePaddle 3.2.1+**
|
||||
- Updated README to reflect chart recognition is now enabled
|
||||
- Created CHART_RECOGNITION.md with detailed status and history
|
||||
|
||||
## 6. Testing
|
||||
- [ ] 6.1 Test GPU detection on GPU-enabled system
|
||||
|
||||
Reference in New Issue
Block a user