diff --git a/frontend/components/ui/inputs/number-input.tsx b/frontend/components/ui/inputs/number-input.tsx
index 44e04fcb..b312292f 100644
--- a/frontend/components/ui/inputs/number-input.tsx
+++ b/frontend/components/ui/inputs/number-input.tsx
@@ -37,28 +37,34 @@ export const NumberInput = ({
onChange={(e) => onChange(parseInt(e.target.value) || 0)}
className="w-full pr-20 [appearance:textfield] [&::-webkit-outer-spin-button]:appearance-none [&::-webkit-inner-spin-button]:appearance-none"
/>
-
+
{unit}
-
+
diff --git a/frontend/src/components/cloud-picker/ingest-settings.tsx b/frontend/src/components/cloud-picker/ingest-settings.tsx
index 883ebf13..a9ed0c8f 100644
--- a/frontend/src/components/cloud-picker/ingest-settings.tsx
+++ b/frontend/src/components/cloud-picker/ingest-settings.tsx
@@ -110,8 +110,8 @@ export const IngestSettings = ({
-
-
+
+
-
+ {/*
+
+
Table Structure
+
+ Capture table structure during ingest.
+
+
+
+ handleSettingsChange({ tableStructure: checked })
+ }
+ />
+ */}
+
+
OCR
@@ -149,7 +165,7 @@ export const IngestSettings = ({
/>
-