diff --git a/static/utility-apps/pdf-number-extractor/app.html b/static/utility-apps/pdf-number-extractor/app.html deleted file mode 100644 index 7085f53..0000000 --- a/static/utility-apps/pdf-number-extractor/app.html +++ /dev/null @@ -1,1117 +0,0 @@ - - - - - - - PDF Number Extractor - - - - - - - - - - - - - - - - -
- -
-
-

PDF Number Extractor

-

Extract prefixed numbers up to a specified length

-
- -
- -
- -
-
-

1. Files & Configuration

-
- - -
-
- -
- -
-
- -
- -
- -
-

Extraction Rules

- -
-
- - -
-
- - -
-
- -
- - - - -
-
- -
-

Screenshot Settings

- -
-
- - -
-
- - -
-
- -
-
-
- Horizontal (X) - 30 -
- -
-
-
- Vertical (Y) - 50 -
- -
-
- -
-
-
12345
-
-
-
-
- -
- -
-
- - - - -
- - -
- - - - - - - - - \ No newline at end of file diff --git a/static/utility-apps/pdf-number-extractor/light-theme.css b/static/utility-apps/pdf-number-extractor/light-theme.css deleted file mode 100644 index 0371c70..0000000 --- a/static/utility-apps/pdf-number-extractor/light-theme.css +++ /dev/null @@ -1,79 +0,0 @@ -body.light-theme { - --surface: #ffffff; - --surface-muted: #f4f6fb; - --stroke: rgba(15, 23, 42, 0.12); - --text-strong: #0f172a; - --text-muted: #4b5567; - background: var(--surface-muted); - color: var(--text-strong); -} - -body.light-theme .dark\:bg-gray-800, -body.light-theme .dark\:bg-gray-900, -body.light-theme .bg-gray-900 { - background-color: var(--surface) !important; - color: var(--text-strong) !important; -} - -body.light-theme section, -body.light-theme .shadow-lg, -body.light-theme .shadow-xl, -body.light-theme .shadow-md { - box-shadow: 0 20px 45px rgba(15, 23, 42, 0.12) !important; - border-radius: 20px; -} - -body.light-theme .border-gray-700, -body.light-theme .dark\:border-gray-700 { - border-color: var(--stroke) !important; -} - -body.light-theme input, -body.light-theme textarea, -body.light-theme select { - background: var(--surface); - border: 1px solid var(--stroke); - border-radius: 12px; - color: var(--text-strong); - box-shadow: inset 0 1px 2px rgba(15, 23, 42, 0.08); -} - -body.light-theme input:focus, -body.light-theme textarea:focus, -body.light-theme select:focus { - outline: 2px solid rgba(33, 92, 255, 0.25); - border-color: rgba(33, 92, 255, 0.25); -} - -body.light-theme .text-gray-500, -body.light-theme .text-gray-600, -body.light-theme .text-gray-700, -body.light-theme .dark\:text-gray-300, -body.light-theme .dark\:text-gray-400 { - color: var(--text-muted) !important; -} - -body.light-theme #capture-preview { - border-color: rgba(33, 92, 255, 0.35); - background: rgba(33, 92, 255, 0.08); -} - -body.light-theme #capture-preview-text { - background: rgba(255, 255, 255, 0.9); - color: #0f172a; -} - -body.light-theme #pdf-viewer-modal .bg-white, -body.light-theme #help-modal .bg-white { - background: var(--surface); - color: var(--text-strong); -} - -body.light-theme #pdf-viewer-modal, -body.light-theme #help-modal { - background: rgba(15, 23, 42, 0.45); -} - -body.light-theme button { - border-radius: 12px; -}