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