public class ParseRequest extends ParseOptions
| Modifier and Type | Field and Description |
|---|---|
String |
DocumentAsBase64String
A Base64 encoded string of the document file bytes.
|
String |
DocumentLastModified
Mandatory date - in ISO 8601 (yyyy-MM-dd) format - so that the Parser knows how to interpret dates in the document
that are expressed as "current" or "as of" or similar.
|
FlexRequests, GeocodeOptions, HideHtmlImages, IndexingOptions, OutputCandidateImage, OutputHtml, OutputPdf, OutputRtf, UseLLMParserConfiguration, NormalizerData, ProfessionsSettings, SkillsData, SkillsSettings| Constructor and Description |
|---|
ParseRequest(Document doc,
ParseOptions optionsToUse) |
public String DocumentAsBase64String
Java users can use Base64.getEncoder() and then Base64.Encoder.encodeToString(byte[])
public String DocumentLastModified
public ParseRequest(Document doc, ParseOptions optionsToUse)
doc - The document (resume or job) to parseoptionsToUse - Any non-default options to use (null for default)IllegalArgumentException - if the document is nullCopyright © 2024. All rights reserved.