Balearica
f91fda3822
Update README.md
2 years ago
Balearica
7ddbfd43e1
4.0.2
2 years ago
Balearica
012f1f5cb4
Updated package-lock.json
2 years ago
Balearica
c621586233
Updated Tesseract.js-core version to resolve #701
2 years ago
Balearica
1ebde35b3b
Added image processing example for Node
2 years ago
Balearica
028a44f166
Updated version numbers in documentation
2 years ago
Balearica
487f5d1fd6
4.0.1
2 years ago
Balearica
d7d0c2e3c7
Edited setImage to throw error for invalid images per #699
2 years ago
Facundo Monpelat
b53427fbd2
removed trailing slash if its left resolving path for traineddata ( #697 )
...
* removed trailing slash if its left resolving path for traineddata
2 years ago
Balearica
5404b25c69
Updated version numbers in documentation
2 years ago
Balearica
e2f2768cf6
Updated version numbers in README
2 years ago
Balearica
91f9f6cbd9
4.0.0
2 years ago
Balearica
5ccb3d9cee
Update to Tesseract.js Version 4 ( #691 )
...
See #662 for explanation of Tesseract.js Version 4 changes. List below is auto-generated from commits.
* Added image preprocessing functions (rotate + save images)
* Updated createWorker to be async
* Reworked createWorker to be async and throw errors per #654
* Reworked createWorker to be async and throw errors per #654
* Edited detect to return null when detection fails rather than throwing error per #526
* Updated types per #606 and #580 (#663 ) (#664 )
* Removed unused files
* Added savePDF option to recognize per #488 ; cleaned up code for linter
* Updated download-pdf example for node to use new savePDF option
* Added OutputFormats option/interface for setting output
* Allowed for Tesseract parameters to be set through recognition options per #665
* Updated docs
* Edited loadLanguage to no longer overwrite cache with data from cache per #666
* Added interface for setting 'init only' options per #613
* Wrapped caching in try block per #609
* Fixed unit tests
* Updated setImage to resolve memory leak per #678
* Added debug output option per #681
* Fixed bug with saving images per #588
* Updated examples
* Updated readme and Tesseract.js-core version
2 years ago
Réda Housni Alaoui
80aef15861
Fix langs TS typing ( #570 )
2 years ago
Balearica
263dbb87b1
Updated enums per #434 ( #671 )
2 years ago
Balearica
c9200839df
Clarified image format documentation per #359 ( #670 )
2 years ago
Balearica
1b87e30ae3
Made all errors in loadLanguage lead to promise rejection per #414 ( #669 )
2 years ago
Balearica
bce7cd84fe
3.0.3
2 years ago
Balearica
2c77f33461
Updated Tesseract.js-core version
2 years ago
Balearica
d8b29522c4
Reject promise on init failure per #602 ( #667 )
2 years ago
Balearica
dd6c40b681
Updated types per #606 and #580 ( #663 )
2 years ago
Balearica
5ff17fdeb1
Added build targeting esm module ( #659 )
2 years ago
Balearica
363690a421
Removed reference to 'equ' support per #569 ( #657 )
2 years ago
Balearica
b64eba3db0
Updated readme ( #653 )
2 years ago
Balearica
85e73216be
Removed statement that video elements are supported per #647 ( #652 )
2 years ago
Balearica
b419e45114
3.0.2
2 years ago
Balearica
ea33463120
Fix for default browser corePath per #643 ( #644 )
2 years ago
Balearica
90c8d99b3c
Add tests for .webp and .gif images ( #642 )
...
* Added webp test case per #548
* Added gif test per #499
2 years ago
Balearica
0e368c69d6
3.0.1
2 years ago
Balearica
ba394673bd
Fixed bug with simd detection
2 years ago
Balearica
44d322e6ff
3.0.0
2 years ago
Balearica
e3c4a6bc6e
Updated README for version 3
2 years ago
Balearica
f372818146
Added automatic detection of simd support ( #641 )
2 years ago
Balearica
8b567609e3
Updated to webpack 5 for compatibility with Node.js 18 ( #640 )
2 years ago
Balearica
13b95f6371
Updated to Tesseract.js v.3; added exif-based rotation ( #638 )
...
* Updated to Tesseract.js v.3
* Updated exif-based rotation
* Fixes relating to linter
* Removed node 12 from workflows
2 years ago
Balearica
a9ac00ccac
Removed exif auto-rotation for browser per #604 ( #634 )
2 years ago
Balearica
75ddd63041
Revert "Add support for ImageData and fix a hang in buffer handling ( #610 )"
...
This reverts commit 67848464ac
.
2 years ago
Balearica
1136e0a941
Revert "Ran linter"
...
This reverts commit 2e478bd8a5
.
2 years ago
Balearica
2e478bd8a5
Ran linter
2 years ago
WintrySnowman
67848464ac
Add support for ImageData and fix a hang in buffer handling ( #610 )
2 years ago
Balearica
be956cd889
Replaced child_process with worker_threads per #630 ( #631 )
...
Replaced child_process with worker_threads per #630
2 years ago
Balearica
61d0e553c6
Temporarily removed Node 18 since this fails on master.
2 years ago
Balearica
74be03c5b9
Updated versions of node used in workflows
2 years ago
Balearica
9442d9cb69
Merge pull request #629 from naptha/feat/benchmark
...
Added benchmark code and assets per #628
2 years ago
Your Name
6aba9599ec
Added benchmark code and assets per #628
2 years ago
Your Name
58d28944d3
Ran linter
2 years ago
Balearica
a8287a99aa
Merge pull request #621 from SusanDoggie/patch-1
...
Fix for passing wrong arguments while calling fork function
2 years ago
Balearica
66085a7d70
Merge pull request #585 from andreialecu/fix-cachebadresponse
...
Fix caching of bad langData responses
2 years ago
Susan Cheng
50a53f51d9
Fix for passing wrong arguments while calling fork function
...
Options should be passed as third parameter
ref: https://nodejs.org/api/child_process.html#child_processforkmodulepath-args-options
2 years ago
Andrei Alecu
01e8335768
Fix caching of bad langData responses
...
Fixes #584
3 years ago