Waveline Extract
  • Waveline Extract
    • Introduction
    • Getting Started
  • Endpoints
    • /extract-document
    • /guess-shape
    • /raw-extract
    • /jobs
    • /jobs/{id}
    • /me
  • Types
    • Shape
    • DataShapeElement
  • Examples
    • Invoice Extraction
    • Order Table Extraction
    • Email Extraction
    • CV Extraction
    • Raw Extraction
  • Additional Material
    • FAQ
    • Limitations
  • Pricing
    • Pages
Powered by GitBook
On this page
  1. Examples

Raw Extraction

Extract everything from a given Document

PreviousCV ExtractionNextFAQ

Last updated 1 year ago

In this example, we have the following PDF page:

By calling our we can extract all content from this PDF document. Here is an example of calling it:

curl -X POST "https://waveline.ai/api/v1/raw-extract" \
     -H "Content-Type: application/pdf" \
     -H "Authorization: Bearer YOUR_API_KEY" \
     -d '{
          "fileName": "pointe_8-8.pdf",
          "contentType": "application/pdf",
          "contentUrl": "https://vwxzjwxlflvltwsntpsb.supabase.co/storage/v1/object/public/documentation/pointe_8-8.pdf",
        }'

The Waveline Pipeline then extracts all parts of the PDF and returns the content along with some metadata. Here is the result of what parts were detected:

To use this endpoint, book a to discuss how you would like the result formatted

⚠️
⚠️
meeting
raw-extract endpoint
Page 8 of the Paper Point-e