Japanese (日本語)

サンプル3。ステップ17:KwUnitPrice要素でUnit Price列名を検出

単価列名でキーワードの検出に使う要素を記述するために、Unit Price列は常に数量列の右にあるという事実を活用します。

kwUnitPrice要素を作成するには:

  1. TableHeader要素で、種類静的テキストの要素を作成して名前をkwUnitPriceと付けます。
  2. 静的テキストタブをクリックします。
  3. テキストを検索フィールドで、検索するテキストを入力します:「UnitPrice」。
  4. 高度タブをクリックします。
  5. 単価列の名前は数量列の名前の右に位置しているため、 高度な検索前関係フィールドで以下の追加的な検索制限を設定します:kwQuantity要素が検出された場合は、その右のkwUnitPrice要素を探します。FlexiLayout言語では:
    If Not (TableHeader.kwQuantity.IsNull) Then
    RightOf: TableHeader.kwQuantity, 0 * dot;
  6. FlexiLayoutを試験画像と合致させて、すべての画像の要素が正常に検出されていることを確認してください。

25.05.2023 7:55:11

Please leave your feedback about this article

Usage of Cookies. In order to optimize the website functionality and improve your online experience ABBYY uses cookies. You agree to the usage of cookies when you continue using this site. Further details can be found in our Privacy Notice.