Skip to content

Version 0.3.2

Compare
Choose a tag to compare
@NaiboWang NaiboWang released this 01 Jun 17:42
· 377 commits to master since this release

如果下载速度慢,可以考虑中国境内下载地址:中国境内下载地址

新特性视频讲解:定时执行任务,选中子元素多种模式及将提取值作为变量输入

Windows的x64和x32版本支持Windows 10及以上系统,Windows 7需下载Windows7 专版(因为Chrome 109是最后一个支持Windows 7的Chrome版本),不要下载错了。

The x64 and x32 versions of Windows support Windows 10 and above. For Windows 7, please download the Windows 7 special edition (as Chrome 109 is the last Chrome version to support Windows 7). Please make sure not to download the wrong version.

MacOS版支持所有芯片组,包括Intel和M1,M2等处理器,但操作系统最低版本要求为11.1,更低操作系统版本请下载v0.2.0版本Mac版使用,或自行下载代码并编译,示例编译方式看这个帖子

The MacOS version supports all chipsets, including Intel, M1, M2, and other processors. However, the minimum operating system requirement is 11.1. For lower operating system versions, please download the code and compile it yourself. An example compilation method can be found in this post.

同理,Linux版只适用于Ubuntu 20.04及以上版本、Deepin、Debian及其衍生版本,如想使用其他Linux发行版采集数据,请自行下载代码并编译。

Similarly, the Linux version is only compatible with Ubuntu 20.04 and above, Deepin, Debian, and their derivatives. If you want to use other Linux distributions for data collection, please download the code and compile it yourself.

V0.3.2版本兼容V0.3.1版本任务。

Version 0.3.2 is compatible with tasks from version 0.3.1.

更新说明

  1. 选中子元素操作可删除字段并在浏览器中实时取消标记被删除的字段。
  1. 选中子元素增加选择模式,可以只选择所有块都有的子元素,或者所有块中和第一个选中的块相同的子元素。
  1. 输入文字和打开网页选项中可以使用最后一次提取到的字段值作为变量进行文字输入,用Field["字段名"]表示此变量。
    image

  2. 可下载文件,如PDF。

  3. 修复打开后有可能会白屏10秒左右的Bug,使得在内网,暗网以及任意局域网都可以使用软件。

  4. 修复提取当前页面URL和标题时可能提取不到的bug。

  5. 修复OCR识别时可能提取不到文字信息的bug。

  6. 提取逻辑更新为每采集10条本地保存一次。

  7. 修改任务时默认锚点位置为任务流程的最后操作后。

  8. 更新Chrome版本为114。

Update Instruction

  1. Selected child element operations can delete fields and unmark deleted fields in real-time in the browser.
  2. Selecting child elements adds a selection mode that allows you to choose only the child elements that are present in all blocks or the child elements that are the same as the first selected block.
  3. In the text input and webpage open options, you can use the extracted field value as a variable for text input, represented by Field["field_name"].
  4. Files can be downloaded, such as PDF files.
  5. Fixed a bug where the software could display a blank screen for about 10 seconds after opening, making it usable in intranets, darknets, and any local network.
  6. Fixed a bug where the current page URL and title could not be extracted.
  7. Fixed a bug where OCR recognition could fail to extract information.
  8. Updated extraction logic to save locally every 10 records collected.
  9. When modifying a task, the default anchor position is set to after the last operation in the task flow.
  10. Updated Chrome version to 114.