Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Experience ¶
type PageIndex ¶
type PageIndex int
const ( IndexNone PageIndex = iota IndexName IndexHeadline IndexEmail IndexBeginSummary IndexSummary IndexBeginExperience IndexTitleExperience IndexContentExperience IndexBeginEducation IndexEducationName IndexEducationDescription IndexBeginEducationActivity IndexEducationActivity IndexBeginHonor IndexHonor IndexEnd )
type Parser ¶
type Parser struct {
Seeker PageIndex
ResumeProfile ResumeProfile
}
type ResumeProfile ¶
type ResumeProfile struct {
Name string `json:"name"`
Headline string `json:"headline"`
Email string `json:"email"`
Summary string `json:"summary"`
Experiences []Experience `json:"experiences"`
Educations []Education `json:"educations""`
Honors []Honor `json:"honors"`
}
func ParsePDF ¶
func ParsePDF(path string) (ResumeProfile, error)
Click to show internal directories.
Click to hide internal directories.