История страницы
Get table Version 3 (Python)
Action group
Извлечь таблицу
Группа действий: PDF
Описание
Действие возвращает таблицу с указанной страницы PDF-документа.
Иконка
Настройки
...
Description
The action returns the table from the specified page of the PDF-document.
Action icon
Settings of parameters
Property | Description | Type | Filling example | Mandatory field |
Parameters | ||||
Path to file | Path to the PDF file to extract the table from |
Свойство
Описание
Тип
Пример заполнения
Обязательность заполнения поля
Параметры
Путь к файлу
. | Robin.FilePath |
Yes |
Начальная страница
Start page | The page in the document where the table starts. Numbering starts from 1. Default value is 1. | Robin.Numeric |
No |
Конечная страница
End Page | The page in the document where the table ends | Robin.Numeric |
No |
Номер таблицы
Table number | The sequence number of the table in the document on the specified page. Numbering starts from 1. Default value is 1. | Robin.Numeric |
No |
С заголовком
Heading | If the value is «true», the first row of the table will be highlighted separately as a header and will not be included in the rows with the contents of the table. | Robin.Boolean | true |
Нет
Убрать дубли заголовка
No | |||
Remove duplicate header | If the value is «true», indexes will be added to the same column names in the header of the resulting table. Numbering starts from 1. | Robin.Boolean | true |
No |
Results |
Таблица
Table | A table generated from data retrieved from a source document. | Robin.DataTable |
Особые условия использования
Действие работает только с текстовым слоем.
Пример использования
Задача: в документе-PDF имеется 2 таблицы на второй странице. Необходимо извлечь вторую таблицу и сохранить эту таблицу в CSV.
Решение: воспользоваться действиями "Извлечь таблицу", "Сохранить таблицу в CSV".
Реализация:
- Собрать схему робота, состоящую из действий:
- Настроить параметры для действия "Извлечь таблицу".
- Настроить параметры действия "Сохранить таблицу в CSV".
- Нажать на кнопку "Старт" в верхней панели.
Результат:
Программный робот отработал успешно.
Таблица извлечена из документа-PDF и сохранена в формат CSV.
Special conditions of use
The action only works with the text layer.
Example of use
Task
There are two tables on the second page of the PDF-document. Extract the second table and save it to CSV.
Solution
Use the "Get table", "Table to CSV" actions.
Implementation
- Assemble a robot scheme with the actions.
- Set the "Get table" action parameters.
- Set the "Table to CSV" action parameters.
- Click "Start" in the top panel.
Result
The program robot completed successfully.
The table is extracted from the PDF-document and saved to CSV.