You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A main feature of the resume app is the ability to search through all resumes for specific keywords. The minimum viable product requirement is to grab the entire contents of the resume as one giant text blob.
Some ideas:
Leverage the current PDF display package: ng2-pdf-viewer's built in "render to text"
Leverage another PDF parser package
Leverage an unknown ability within the JavaScript API
The text was updated successfully, but these errors were encountered:
A main feature of the resume app is the ability to search through all resumes for specific keywords. The minimum viable product requirement is to grab the entire contents of the resume as one giant text blob.
Some ideas:
The text was updated successfully, but these errors were encountered: