Confirmed users
770
edits
Line 407: | Line 407: | ||
--> | --> | ||
<!-- | |||
=Comparison= | =Comparison= | ||
==Canvas2DContext== | ==Canvas2DContext== | ||
Line 510: | Line 511: | ||
Excerpt from Project Naptha: | Excerpt from Project Naptha: | ||
The primary feature of Project Naptha is actually the text detection, rather than optical character recognition. The author write a text detection algorithm called Stroke Width Transform, invented by Microsoft Research in 2008, which is capable of identifying regions of text in a language-agnostic manner in WebWorker. Once a user begins to select some text, it scrambles to run character recognition algorithms in order to determine what exactly is being selected. The default OCR engine is a built-in pure-javascript port of the open source Ocrad OCR engine. There’s the option of sending the selected region over to a cloud based text recognition service powered by Tesseract, Google’s (formerly HP’s) award-winning open-source OCR engine which supports dozens of languages, and uses an advanced language model. | The primary feature of Project Naptha is actually the text detection, rather than optical character recognition. The author write a text detection algorithm called Stroke Width Transform, invented by Microsoft Research in 2008, which is capable of identifying regions of text in a language-agnostic manner in WebWorker. Once a user begins to select some text, it scrambles to run character recognition algorithms in order to determine what exactly is being selected. The default OCR engine is a built-in pure-javascript port of the open source Ocrad OCR engine. There’s the option of sending the selected region over to a cloud based text recognition service powered by Tesseract, Google’s (formerly HP’s) award-winning open-source OCR engine which supports dozens of languages, and uses an advanced language model. | ||
--> | |||
<!-- | <!-- | ||
=Open Source Library and Licenses = | =Open Source Library and Licenses = | ||
Line 560: | Line 561: | ||
**Need bug 1044102 landed.<br> | **Need bug 1044102 landed.<br> | ||
--> | --> | ||
=Bugs in bugzilla= | =Bugs in bugzilla= | ||
https://bugzilla.mozilla.org/show_bug.cgi?id=801176<br> | https://bugzilla.mozilla.org/show_bug.cgi?id=801176<br> |