История страницы
Проверить документ версия 1 (net)
Группа руппа "Robin AI", подгруппа "Проверка документов"
...
Если в "Документ" указан файл расширения docx, то создастся файл расширения docx.
Если в "Документ" указан файл расширения xlsx, то создастся файл расширения xlsx.
Если в "Документ" указан файлы других допустимых расширений, то создастся файл расширения html.
Примеры документов: result.html, rs.xlsx, res.docx
Если в "Документ" указан файл расширения docx/xlsx версии 2003, то создастся файл расширения html.
"Примечания" - таблица, где первый столбец - начало диапазона текста, к которому относится замечание, второй столбец - конец диапазона, а третий столбец - описание замечания.
Пример:13 78 Возможно, имелось ввиду "приказываю". 525 543 Слово "ЧОРНОЕ" содержит ошибку, либо это несловарное слово.
Если примечаний в документе нет, то создается файл без примечаний(исходный документ). Действие вернет путь до этого файла и пустую таблицу.
...
Property | Description | Type | Example | Mandatory field |
Parameters | ||||
Document | Path to the document file to be checked. Valid formats: doc, docx, xls, xlsx, csv, ppt, pptx, txt, rtf, pdf, html, odf, odt, ods, wps, wpd, xml. | File Path | file.docx | |
Rule | Rule by which the specified document will be checked. If "User settings" is specified, the "User settings" field should be filled in. Options:
| String |
| Yes |
User settings | Path to a cfg file that contains personalized parameters for the rule. Only one of the supported rules can be specified in the file. The file is considered only if " User settings" is selected in the "Rule" field. | File path | file.cfg | No |
Folder path | Path to the folder where a new file will be created containing the source document with the comments received during its verification. | Folder path | Yes | |
File name | The name of the file (without extension) to which the original document with the comments received during its verification will be written. | String | result | Yes |
Overwrite | If the value is "true" and a file with the same name and extension exists in the specified folder, the new file will overwrite it. If "false", the file will not be overwritten and the action will return an error. | Boolean | yes | No |
Timeout, ms | Limit time to wait for the check result. It is specified in milliseconds. | Numeric | 10000 | No |
Results | ||||
Document with notes | Path to the file containing the source document with the comments received during its verification. If the format of the source document is "docx", the file "docx" will be created. If the format is "xlsx", the file "xlsx" will be created. If the format of the source document is different, the file "html" will be created. | File path | ||
Notes | Table with a list of comments received during document verification. The first column is the beginning of the range of text to which the remark refers. The second column is the end of the range. The third column is a description of the remark. | Table |
...