Variable DefaultRawContentV2ConfigurationConst

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