Skip to content

Commit dbd6317

Browse files
committed
[ver]: v1.1.0 of generated_text_detector contains minor fixes and adds of text preprocessing and detect_report method to text detector
1 parent 3318554 commit dbd6317

File tree

3 files changed

+10
-2
lines changed

3 files changed

+10
-2
lines changed

Changelog

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
## [1.1.0] - 2024-17-12
2+
3+
- fix minor mistakes
4+
- update to new model version in hf
5+
- add text preprocessing
6+
- add `detect_report` method directly to text detector
7+
8+
19
## [1.0.0] - 2024-08-05
210

311
_First release._

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ SuperAnnotate <br/>
77
Generated Text Detection <br/>
88
</h1>
99

10-
[![Version](https://img.shields.io/badge/version-1.0.0-green.svg)]() [![Python 3.11](https://img.shields.io/badge/python-3.11-blue.svg)](https://www.python.org/downloads/release/python-3110/) [![CUDA 12.2](https://img.shields.io/badge/CUDA-12.2-green.svg)](https://developer.nvidia.com/cuda-12-2-0-download-archive)
10+
[![Version](https://img.shields.io/badge/version-1.1.0-green.svg)]() [![Python 3.11](https://img.shields.io/badge/python-3.11-blue.svg)](https://www.python.org/downloads/release/python-3110/) [![CUDA 12.2](https://img.shields.io/badge/CUDA-12.2-green.svg)](https://developer.nvidia.com/cuda-12-2-0-download-archive)
1111

1212
This repository contains the HTTP service for the Generated Text Detector. \
1313
To integrate the detector with your project on the SuperAnnotate platform, please follow the instructions provided in our [Tutorial](tutorial.md)

version.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.0.0
1+
1.1.0

0 commit comments

Comments
 (0)