As developers, we often get requirements where users upload files (PDFs, images, or scanned documents), and we need to extract text or structured data from those files inside our OutSystems applications.
Currently, we must integrate external OCR APIs (like Google Vision, Azure Cognitive Services, or Tesseract) manually — which adds extra configuration and cost.
It would be great if OutSystems could provide a built-in OCR Extraction Action that allows developers to:
Upload a file (PDF, image, DOCX, etc.)
Automatically extract and return the text/data content
Use it in server or client actions easily
This would simplify many automation and document-processing use cases directly in ODC or O11 without third-party integrations.
Is there any plan from OutSystems to provide such an OCR capability as a native AI action?