public class ParseOptions extends BasicParseOptions
| Modifier and Type | Field and Description |
|---|---|
List<FlexRequest> |
FlexRequests
Only used for resumes.
|
GeocodeOptions |
GeocodeOptions
Use this property to also include geocoding in this parse request.
|
boolean |
HideHtmlImages
true to remove any images in the converted HTML |
IndexSingleDocumentInfo |
IndexingOptions
If you are using AI Matching, use this property to also index the document after it is parsed/geocoded.
|
boolean |
OutputCandidateImage
Only used for resumes.
|
boolean |
OutputHtml
true to output the document converted to HTML |
boolean |
OutputPdf
true to output the document converted to PDF |
boolean |
OutputRtf
true to output the document converted to RTF |
boolean |
UseLLMParser
Only used for resumes.
|
Configuration, NormalizerData, ProfessionsSettings, SkillsData, SkillsSettings| Constructor and Description |
|---|
ParseOptions() |
public boolean OutputHtml
true to output the document converted to HTMLpublic boolean HideHtmlImages
true to remove any images in the converted HTMLpublic boolean OutputRtf
true to output the document converted to RTFpublic boolean OutputPdf
true to output the document converted to PDFpublic boolean OutputCandidateImage
true to extract/output a candidate's image if it is present in the resume.public GeocodeOptions GeocodeOptions
public IndexSingleDocumentInfo IndexingOptions
public boolean UseLLMParser
true, and the document is English, the LLM Parser will be used.
See the overview documentation for more information.
Additional charges will apply.public List<FlexRequest> FlexRequests
Copyright © 2024. All rights reserved.