Group "ROBIN AI", subgroup "NER (PREFERENTUM)"
The action extracts the bank details from the text. You can extract the following data: INN, KPP, account number, BIK
Property | Description | Type | Filling example | Mandatory field |
---|---|---|---|---|
Parameters | ||||
Text | Text for analysis | String | Банковские реквизиты заказчика: | Yes |
Results | ||||
Result | Collection of extracted data | Collection |
If the same entity appears several times in the text, it will be written once in the resulting array.
There is a text:
"Расчетный счет организации ООО "Ромашка":
Р/с 40602810206000050025 ОАО «Уралторгбанк России», г. Рязань.
Генеральный директор: Иванов Вадим Юрьевич
Телефон/e-mail +7 (4912) 21-66-99
Zvezdaooo@mail.ru"
You need to extract bank data from text and display it in a dialog box.
Use the actions “Extract bank data”, “Message” and “Get value by index”.
The program robot has completed successfully. The required value is displayed in the dialog box.