Variable DefaultRawContentConfigurationConst

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