Link Search Menu Expand Document

BaseExtractorLoadAndApplyProfiles Method

Loads profiles from JSON string and automatically applies them. Note that profiles containing detection keywords will be deferred until the extraction.

Namespace:Bytescout.PDFExtractor
Assembly: Bytescout.PDFExtractor (in Bytescout.PDFExtractor.dll) Version: 13.4.0.4760-master
Syntax
public void LoadAndApplyProfiles(
	string jsonString
)

Parameters

jsonString
Type: SystemString
JSON string containing profiles.

Implements

IProfilesLoadAndApplyProfiles(String)
Remarks
Note, all existing profiles are discarded before loading profiles from the provided string.
See Also

Reference