AI Online Development
Experiment 05 - Multimodal Document Table Analysis
Experiment Preparation:
- Ensure Doubao AI (Volcengine) is connected
- Find JPG format images as experiment material
- Download python-docx, command:
pip install python-docx(This document uses Word document analysis as example, for other files like Excel, follow terminal prompts)
Experiment Steps:
cd AI_online# Enter main directorypython examples/04_document_analyzer.py# Run example program
Reference command: /docx /home/sunrise/AI_online/assets/text.docx
Terminal operation results:

Function: Upload documents (Word, Excel, etc.) to LLM for structured content analysis and extraction
