Kofax DM API Manuel d'utilisateur Page 397

  • Télécharger
  • Ajouter à mon manuel
  • Imprimer
  • Page
    / 528
  • Table des matières
  • MARQUE LIVRES
  • Noté. / 5. Basé sur avis des utilisateurs
Vue de la page 396
DM API TOKENS 377
%FT_MARKER_LIST
%FT_MARKER_LIST
This token is used when a full text search is performed. It allows the
SearchServer™ to mark search terms in PDF files.
Syntax
PCDSearch.AddReturnProperty(“%FT_MARKER_LIST”)
Parameters
Example
'Create a search object.
Set pClient = CreateObject("PCDClient.PCDSearch.1")
'This is used by the SearchServer when searching PDF files.
pClient.AddReturnProperty("%FT_MARKER_LIST")
'Execute the search.
pClient.Execute()
'Create a variable to hold the retrieved search value.
Dim vValue As Variant
'Retrieve the data.
vValue = pClient.GetPropertyValue(“%FT_MARKER_LIST”)
'Process the data.
Related Items
See the PCDSearch object.
See the
AddReturnProperty method.
See the following tokens:
%FT_CONFIDENCE
%FT_FORMAT
%FT_SCORE
%FT_TIMESTAMP
%FT_MARKER_LIST The token allows the SearchServer to
mark search text in PDF files.
Vue de la page 396
1 2 ... 392 393 394 395 396 397 398 399 400 401 402 ... 527 528

Commentaires sur ces manuels

Pas de commentaire