From 466840f6b9b0d89aba877e10f7a2be274e7c9277 Mon Sep 17 00:00:00 2001
From: mykola
Date: Sat, 1 Nov 2025 11:49:04 +0300
Subject: [PATCH 1/4] Updated readme
---
CHANGELOG.md | 15 ++++++++-------
README.md | 32 ++++++++++++++++++++++++++------
2 files changed, 34 insertions(+), 13 deletions(-)
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 4a0484a..2014dca 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -2,13 +2,14 @@
### 🚀 Features
-- Added possibility to use subfields in show utils and added padding option to the YoloOnnxDetector
-- Added SignatureDetector
-- Updated ImageCropBoxes to support multiple boxes
-- Added LineOrientation detector model to the TesseractRecognizer
-- Added FaceDetector, SignatureDetector
-- Added PdfAssembler
+- Added [FaceDetector](https://scaledp.stabrise.com/en/latest/image/face_detector.html) transformer
+- Added [SignatureDetector](https://scaledp.stabrise.com/en/latest/models/detectors/signature_detector.html) transformers
+- Added [PdfAssembler](https://scaledp.stabrise.com/en/latest/pdf/pdf_assembler.html) transformer for assembling PDFs
+- Updated [ImageCropBoxes](https://scaledp.stabrise.com/en/latest/image/image_crop_boxes.html) to support multiple boxes
+- Added LineOrientation detector model to the [TesseractRecognizer](https://scaledp.stabrise.com/en/latest/models/recognizers/tesseract_recognizer.html)
+- Added possibility to use subfields in [Show Utils](https://scaledp.stabrise.com/en/latest/show_utils.html)
+- Added padding option to [YoloOnnxDetector](https://scaledp.stabrise.com/en/latest/models/detectors/yolo_onnx_detector.html)
### 🐛 Bug Fixes
-- Fixed borders in show utils
+- Fixed borders in [Show Utils](https://scaledp.stabrise.com/en/latest/show_utils.html)
diff --git a/README.md b/README.md
index 91dec48..c4288fa 100644
--- a/README.md
+++ b/README.md
@@ -15,16 +15,36 @@
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
---
+
**Source Code**: https://github.com/StabRise/ScaleDP
**Quickstart**: 1.QuickStart.ipynb
+**Documentations**: https://scaledp.stabrise.com
+
**Tutorials**: https://github.com/StabRise/ScaleDP-Tutorials
+[**Change Log**](CHANGELOG.md)
+
---
# Welcome to the ScaleDP library
@@ -319,13 +339,13 @@ result.show_image("image_with_boxes")
| [DocTR](https://github.com/mindee/doctr) | word | yes | yes | | |
-## Projects based on the ScaleDP
+## Projects used the ScaleDP
- [PDF Redaction](https://pdf-redaction.com/) - Free AI-powered tool for redact PDF files (remove sensitive information) online.
-
-
-
-
+ - [frontiersin.org](https://frontiersin.org/) - Reviewer Recommendation System for academic articles using ScaleDP and LLM models.
+ - [dayme.tech](https://dayme.tech/) - Data extraction from scanned receipts using ScaleDP and LLM models.
+ - [curie.is](https://curie.is/) - Curie used ScaleDP for document
+ preprocessing and analysis data in documents.
## Disclaimer
From bb18cba5b82063fb9df4ee35328cadde01974c6e Mon Sep 17 00:00:00 2001
From: mykola
Date: Sat, 1 Nov 2025 11:51:08 +0300
Subject: [PATCH 2/4] Updated readme
---
README.md | 21 ++++++---------------
1 file changed, 6 insertions(+), 15 deletions(-)
diff --git a/README.md b/README.md
index c4288fa..ade1824 100644
--- a/README.md
+++ b/README.md
@@ -14,21 +14,12 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
From 651eccb0f970bbb96481f9c9a2156499ab1f5112 Mon Sep 17 00:00:00 2001
From: mykola
Date: Sat, 1 Nov 2025 11:51:27 +0300
Subject: [PATCH 3/4] Updated readme
---
README.md | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/README.md b/README.md
index ade1824..a1ed653 100644
--- a/README.md
+++ b/README.md
@@ -15,8 +15,7 @@
-
+
From 2980cbfc73f995bd334163c0d30be914e2549720 Mon Sep 17 00:00:00 2001
From: mykola
Date: Sat, 1 Nov 2025 20:44:44 +0300
Subject: [PATCH 4/4] Updated readme
---
CHANGELOG.md | 4 ++--
docs/source/release_notes.md | 2 +-
2 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 2014dca..eceb602 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,8 +1,8 @@
-## 0.2.4 - 01.10.2025
+## 0.2.4 - 02.11.2025
### 🚀 Features
-- Added [FaceDetector](https://scaledp.stabrise.com/en/latest/image/face_detector.html) transformer
+- Added [FaceDetector](https://scaledp.stabrise.com/en/latest/models/detectors/face_detector.html) transformer
- Added [SignatureDetector](https://scaledp.stabrise.com/en/latest/models/detectors/signature_detector.html) transformers
- Added [PdfAssembler](https://scaledp.stabrise.com/en/latest/pdf/pdf_assembler.html) transformer for assembling PDFs
- Updated [ImageCropBoxes](https://scaledp.stabrise.com/en/latest/image/image_crop_boxes.html) to support multiple boxes
diff --git a/docs/source/release_notes.md b/docs/source/release_notes.md
index 43b093d..98d3a5c 100644
--- a/docs/source/release_notes.md
+++ b/docs/source/release_notes.md
@@ -4,7 +4,7 @@ Release Notes
This document outlines the release notes for the ScaledP project. It includes information about new features, bug fixes, and other changes made in each version.
-## 0.2.4 - 01.10.2025
+## 0.2.4 - 02.11.2025
### 🚀 Features