- TableHeader 要素で、型が Static Text の要素を作成し、名前を kwUnitPrice にします。
- Static Text タブをクリックします。
- Search text field に、検索するテキスト UnitPrice|Price|RATE を指定します。
- 検索対象の名前が Designation という名前と同じ高さにあることを指定するには、Relations タブをクリックし、次の追加制約を指定します。詳細は Step 7.2 を参照してください。
- Relations タブで、次の条件を指定します: 値 = 0 の X coordinate に最も近い要素を検索する。

- Advanced タブをクリックします。
- Unit Price 列名は kwQuantity 列名の右側にあるため、Advanced pre-search relations で次の追加条件を指定します:If the kwQuantity element has been detected, search for the image object to the right of the kwQuantity element。この条件は FlexiLayout language では次のように記述できます: If Not (TableHeader.kwQuantity.IsNull) Then RightOf: TableHeader.kwQuantity, 0 * dot;
- 検索処理を最適化するため、追加条件を指定します:Do not search for the name if the name Designation has not been detected。詳細は Step 7.2 を参照してください。
- Advanced post-search relations field で追加チェックを指定することで、生成される仮説の品質に影響を与えることができます。この場合は、次のチェックを指定できます:If the element has been detected, calculate the difference between the reference width and the width of the detected element and see if it belongs to the given fuzzy interval。この条件は FlexiLayout language では次のように記述できます: If not IsNull then { FuzzyQuality: 400dt - width, {-50000,0,0, 50000}*dt; } //このチェックは、差が大きいほどペナルティ係数も大きくなることを意味します
- 要素が文書の First Page で検出されることを確認するため、FlexiLayout を Match します。
