Skip to content

Commit 027a530

Browse files
committed
Release v1.1.0
1 parent d422b92 commit 027a530

2 files changed

Lines changed: 8 additions & 2 deletions

File tree

README.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -149,11 +149,17 @@ Or, when disallowing all uppercase characters:
149149

150150
Initial version, contains the **Extract text** and **Extract boxes** operations.
151151

152-
## v1.0.1
152+
### v1.0.1
153153

154154
* Fix the installation on N8N instances from NPM
155155
* Add the toggle switch for specifying a bounding box
156156

157+
### v1.1.0
158+
159+
* Add the ability to control the Tesseract PSM (block, column, single line, single word, sparse text)
160+
* Add a setting to override the detected DPI of the image
161+
* Add the ability to specify the whitelist and blacklist
162+
157163
## Developer info
158164

159165
### Releasing changes

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "n8n-nodes-tesseractjs",
3-
"version": "1.0.1",
3+
"version": "1.1.0",
44
"description": "A n8n module that exposes Tesseract.js, an OCR library that can detect text on images",
55
"keywords": [
66
"n8n-community-node-package"

0 commit comments

Comments
 (0)