diff --git a/web/src/components/parse-configuration/index.tsx b/web/src/components/parse-configuration/index.tsx index 45e45bcdf..21a21e5ce 100644 --- a/web/src/components/parse-configuration/index.tsx +++ b/web/src/components/parse-configuration/index.tsx @@ -12,7 +12,7 @@ import { } from 'antd'; import random from 'lodash/random'; -export const excludedParseMethods = ['table', 'resume', 'one']; +export const excludedParseMethods = ['table', 'resume', 'one',"picture"]; export const showRaptorParseConfiguration = (parserId: string) => { return !excludedParseMethods.includes(parserId); @@ -78,7 +78,7 @@ const ParseConfiguration = () => {