Import text from keyboard

Goal

Input text using keyboard for further processing with Orange Textable.

Ingredients

Widget

Text Field

Icon

text_field_icon

Quantity

1

Procedure

Example usage of widget Text Field

Figure 1: Importing a string using widget Text Field.

  1. Create an instance of Text Field.

  2. Double-click on it to open its interface.

  3. Type or paste text in the text field.

  4. Click the Send button or tick the Send automatically checkbox.

  5. A segmentation covering the input text is then available at the output of Text Field; to display or export it, see Cookbook: Text output.

See also