Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我需要编写一个过程来使用 UiPath 从包含 20-25 页的冗长 PDF 中提取多个表格。我在这里遇到的问题是每月更改的页数。
您可以使用范围属性设置为“全部”的“阅读 PDF 文本”活动来阅读整个 PDF,而不考虑页数。然后使用正则表达式来操作文本并提取数据。如果没有看到您要提取的 PDF 和表格的确切格式,很难给出更详细的答案。