From dd440277763c6e709fe4125a6728232d24351aad Mon Sep 17 00:00:00 2001 From: pjmalandrino Date: Thu, 22 May 2025 14:39:54 +0200 Subject: [PATCH] Update frontend with some style --- index.html | 243 ++++++++++--------- static/styles.css | 592 +++++++++++++++++++++++++++++----------------- 2 files changed, 504 insertions(+), 331 deletions(-) diff --git a/index.html b/index.html index cab63f2..5f34083 100644 --- a/index.html +++ b/index.html @@ -3,140 +3,147 @@ - DocTags Tools + DocTags Analyzer & Visualizer -

DocTags Analyzer and Visualizer

+
+

DocTags Analyzer & Visualizer

- -
-
-
- - -
-
-
- - -
-
- -
-
-
- - -
-
1
-
-
2
-
-
3
-
- - -
- -
- - - -
- - -
-

📄 Analyze PDF

-

Extract DocTags structure from the PDF page using AI-powered document analysis.

- - - - - -
- What this does: -
    -
  • Converts the PDF page to an image
  • -
  • Uses AI to identify document structure (headers, text, images, tables)
  • -
  • Generates DocTags with precise coordinate information
  • -
  • Saves the results to the results/ folder
  • -
+ +
+
+
+ + +
+
+
+ + +
+
+ +
-
-

🎨 Visualize DocTags

-

Create a visual representation of the extracted DocTags with bounding boxes around detected elements.

+ +
+
1
+
+
2
+
+
3
+
- - - - -