forked from nvaccess/nvda-ocr
-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Add readem * Some commends for translators * start using script decorator * Bump version to 2.0 * remove some debug statements
- Loading branch information
Showing
3 changed files
with
31 additions
and
17 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
# OCR | ||
|
||
* Authors: NV Access Limited & other contributors. Currently maintained by Łukasz Golonka <lukasz.golonka@mailbox.org> | ||
* NVDA compatibility: 2019.3 and beyond | ||
* Download [Stable version][1] | ||
* Download [version compatible with NVDA 2019.2 and older][2] | ||
|
||
Important: if you are using NVDA 2017.3 or later on Windows 10, please consider using buit-in Windows 10 OCR. | ||
Performs optical character recognition (OCR) to extract text from an object which is inaccessible. The Tesseract OCR engine is used. To perform OCR, move to the object in question using object navigation and press NVDA+r. You can set the OCR recognition language by going to the NVDA settings panel and selecting OCR settings. The keyboard shortcut can be reassigned from NVDA input gestures dialog in the "Miscellaneous" category. | ||
|
||
|
||
|
||
[1]: https://addons.nvda-project.org/files/get.php?file=ocr | ||
[2]: https://www.nvaccess.org/files/nvda-addons/ocr_0.20120529.01.nvda-addon | ||
|