Interface IPdfTextSearchService
Text search service
Namespace: Simplic.DocumentProcessing
Assembly: Simplic.DocumentProcessing.dll
Syntax
public interface IPdfTextSearchService
Methods
| Improve this Doc View SourceSearch(Byte[], IList<String>, Boolean)
Search text within a pdf
Declaration
IList<PdfSearchResult> Search(byte[] pdf, IList<string> searchTexts, bool caseSensitive = true)
Parameters
Type | Name | Description |
---|---|---|
System.Byte[] | Pdf as byte array |
|
System.Collections.Generic.IList<System.String> | searchTexts | Search texts |
System.Boolean | caseSensitive | Gets or sets whether the search process is case sensitive |
Returns
Type | Description |
---|---|
System.Collections.Generic.IList<PdfSearchResult> | Search result list |