v0.28.0: Merge pull request #122 from manykarim/feature/add_more_llm_keywords
Features
- Added a new optional DocTest.Ai library packed with LLM-powered keywords:
Get Text With LLM,Get Text From Area With LLM,Chat With Document,Image Should Contain, andGet Item Count From Image. - Built-in prompts, typed outputs, and optional overrides let you wire in OpenAI/Azure-compatible vision models with minimal setup (
pip install robotframework-doctestlibrary[ai]+ .env). - Visual/PDF comparisons can now forward difficult cases to the LLM (
Compare Images With LLM,Compare Pdf Documents With LLM) with structured decisions and clear overrides. - Groundwork laid for future multimodal enhancements—LLM helpers reuse existing rendering/ocr pipeline for
consistency.