ms-agent
ms-agent copied to clipboard
[WIP]feature: image filter
Change Summary
- Support the new EnrichDocPipeline to enable image classification in .docx and .pptx files.
- Support filtering out certain unnecessary images based on the classified image labels.
Related issue number
Checklist
- [ ] The pull request title is a good summary of the changes - it will be used in the changelog
- [ ] Unit tests for the changes exist
- [ ] Run
pre-commit installandpre-commit run --all-filesbefore git commit, and passed lint check. - [ ] Documentation reflects the changes where applicable