generated from nvdaaddons/AddonTemplate
-
Notifications
You must be signed in to change notification settings - Fork 8
/
2024.11.2.json
29 lines (29 loc) · 1.04 KB
/
2024.11.2.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
{
"addonId": "tesseractOCR",
"displayName": "TesseractOCR: An OCR add-on",
"URL": "",
"description": "Performs OCR on the selected image file, PDF, JPG, TIF, etc, or a document through a scanner and also can get the text from an accessible PDF file.\nThe results are shown in a text file.\n\nWindows+Control+r - Performs OCR to the selected image file\nWindows+Control+w - Scans and recognize the document in the scanner\nWindows+Control+t - To get the text from an accessible PDF\n",
"sha256": "219eaaf8462b15626a28ac8a0ea2bcf569b83240bc5e0d3ac5f010c21657b7c3",
"homepage": "https://github.com/ruifontes/tesseractOCR",
"addonVersionName": "2024.11.02",
"addonVersionNumber": {
"major": 2024,
"minor": 11,
"patch": 2
},
"minNVDAVersion": {
"major": 2019,
"minor": 3,
"patch": 0
},
"lastTestedVersion": {
"major": 2024,
"minor": 4,
"patch": 0
},
"channel": "stable",
"publisher": "",
"sourceURL": "https://github.com/ruifontes/tesseractOCR",
"license": "GPL 2",
"licenseURL": "https://www.gnu.org/licenses/old-licenses/gpl-2.0.html"
}