Const
export const DefaultRawContentV2Configuration: TRawContentConfiguration = { recognition: { types: ["text", "math", "shape"], }, classification: { types: ["text", "math", "shape", "decoration", "drawing"], }, eraser: DefaultEraserConfiguration,} Copy
export const DefaultRawContentV2Configuration: TRawContentConfiguration = { recognition: { types: ["text", "math", "shape"], }, classification: { types: ["text", "math", "shape", "decoration", "drawing"], }, eraser: DefaultEraserConfiguration,}
Source