This skill allows you to upload documents (PDF, DOCX, TXT) and ask questions about their content.
To use this skill, run the run_qa.py script with the path to your document or folder and your question. The skill will extract text from supported files (PDF, DOCX, TXT) and provide it as context for answering your question.
Command:
python ~/.openclaw/workspace/skills/document-qa/scripts/run_qa.py "
Examples:
python ~/.openclaw/workspace/skills/document-qa/scripts/run_qa.py "C:\Users\anandraj\.openclaw\workspace\my_docs\report.pdf" "What are the key findings?"
python ~/.openclaw/workspace/skills/document-qa/scripts/run_qa.py "C:\Users\anandraj\.openclaw\workspace\project_docs" "Summarize the project goals."
The system will extract all relevant text and present it along with your question, allowing me to formulate an answer based on the provided content.
Note:
iyeque-pdf-reader-1.1.0 skill is installed in your workspace.pandas and openpyxl libraries if they are not already installed in your environment: pip install pandas openpyxl
共 1 个版本