โ† All release notes

October 27, 2022 ยท AI Agents, Developer Tools, RPA Framework

๐ŸŽ‰ rpaframework 19.0.0

  • New Intelligent Document Processing library RPA.DocumentAI, which is a convenient wrapper over the existing libraries:
    • RPA.Cloud.Google (needs rpaframework-google installed)
    • RPA.DocumentAI.Base64AI (moved from RPA.Base64AI)
    • RPA.DocumentAI.Nanonets (moved from RPA.Nanonets)

Provides the following generic keywords capable of working with all the engines above:

  • Init Engine
  • Switch Engine
  • Predict
  • Get Result

Portal example: GitHub | Portal

Warning

This is a breaking change! Two DocumentAI related libraries have moved, thus the importing location is changed now:

  • RPA.Base64AI -> RPA.DocumentAI.Base64AI
  • RPA.Nanonets -> RPA.DocumentAI.Nanonets