Skip to content

RPA(Robotic Process Automation) UiPath 實戰開發範例

License

Notifications You must be signed in to change notification settings

tsunhsiao/RPA_UiPath

 
 

Repository files navigation

RPA( Robotic Process Automation ) Practical Examples

使用 UiPath 開發 RPA 流程自動化機器人,本專案將彙整程式開發的實用語法,及日常實務案例的分享。

Watch more about RPA
Source of vedio Simplilearn

系統環境 System Environment

UiPath 官方建議
作者開發環境如下:

  • Windows 10/ 16 GB RAM/ Intel i7 CPU
  • UiPath Studio Pro 2020.4.3 以上
  • Microsoft Office 2016
  • Python 3.6

開發筆記 Programming Notes

實作專案 Practical Projects (by UiPath)

在 UiPath 中呼叫 Excel VBA 程式碼,進行 Excel 檔的格式調整,例如 : 更新或移除 Excel 檔的外部資料連結、合併儲存格、新增儲存格框線、轉換儲存格的資料型態、重新整理樞紐分析表等。

當資料量很龐大時,透過 UiPath 與 Python 的結合,能讓 RPA 機器人更有效率且靈活地產製出我們想客製化的報表。

當某個網站的登入需輸入驗證碼(Capctha)時,可嘗試先藉由 OpenCV 對驗證碼圖片進行前處理,再透過 Tesseract OCR 的影像識別,讓 RPA 機器人成功登入網站。

在 UiPath 中調用一個預訓練完成的 AI 模型 - 卷積遞迴神經網絡( Convolutional Recurrent Neural Network, CRNN ),使得 RPA 機器人能精確地辨識網頁驗證碼圖片。

開發參考資源 Coding References

作者 Author

- © Tom Wu (Github)

致謝 Acknowledgement

如有轉載、改作、分享,請註明出處。
Please cite this repository RPA_UiPath if you use it.

About

RPA(Robotic Process Automation) UiPath 實戰開發範例

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • XML 94.2%
  • Python 3.9%
  • Text 1.9%