File size: 329 Bytes
ec6dd69
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# Full workflow
# Requires OpenAI API key and only works with table_extraction:Unstructured and r

pagefilter:
  type: FromFilename

table_extraction:
  - type: Unstructured
    params:
      pdf_image_dpi: 300
      hi_res_model_name: "yolox"

table_cleaning:
  - type: LLM
    params:
      openai_model: "gpt-4-turbo-preview"