this strategy will use the image content of the file to extract the needed data. should be used when the information you’re trying to extract cannot be converted to markdown. For example, a checkbox in a pdf file.

Properties

model

model: 
  | "claude-3-opus"
  | "claude-3-sonnet"
  | "claude-3.5-sonnet"
  | "claude-3-haiku"
  | "gpt4-turbo"
  | "gpt-4o";

the model to use in the extraction process.


type

type: "IMAGE";

the type of the strategy