CV Extraction

In this example, we received a CV and want to extract certain fields from it. Since CVs always vary slightly in appearance and contents, this is a perfect use case for Waveline Extract since we don't rely on a given input structure.

17KB
Open

First, let's construct a Shape that describes what we want to extract. Note that the description and isArray fields are optional.

After creating the job with extract-endpoint and getting the result back with the job endpoint (see the other examples for a more detailed walkthrough of this process), we receive the following result:

Last updated