-
Parsing extracts structured data from resumes, such as name, skills, education, and other key details. It processes the raw text of the resume to identify and categorize this information.
-
Indexing stores this structured data into a searchable database, enabling features like Search & Match. Once the data is indexed, it becomes searchable and can be used in various search and matching operations.
To perform both parsing and indexing at the same time, use the ParseAndIndex API. Parsed data is not stored unless it is indexed, so if you want the data to be searchable, indexing is necessary.
For more information, refer to the Parse and Index API documentation.
Comments
0 comments
Please sign in to leave a comment.