Jump to: navigation, search

Difference between revisions of "OCR"


(Preconditions)
Line 1: Line 1:
OCR stands for "Optical Character Recognition" and means the automatic text recognition using a respective algorithm on an image (originating from a live camera feed, for example).
+
'''O'''ptical '''C'''haracter '''R'''ecognition, abbreviated as OCR, is the automatic text recognition using a respective algorithm on an image (originating from a live camera feed, for example).
  
{{UBIK}} clients are capable of OCR for the sake of identifying objects ({{Version/AndroidSince|2.5.0}}).
+
{{UBIK Client}}s are capable of OCR for the sake of identifying objects ({{Version/AndroidSince|2.5.0}}).
  
 
== Preconditions ==
 
== Preconditions ==
* On Android devices, the {{UBIK}} SmartClient app providing the OCR scanner has to be installed (see release portal).  
+
* On '''Android''' devices, the {{UBIK}} SmartClient app providing the OCR scanner has to be installed (see release portal).  
 
* For Android, {{UBIK}} objects to be found by OCR tag have to be classified as such, using the [[SYSCLS_OBJECTWITHOCRTEXT|Object with OCR Text Classification]].
 
* For Android, {{UBIK}} objects to be found by OCR tag have to be classified as such, using the [[SYSCLS_OBJECTWITHOCRTEXT|Object with OCR Text Classification]].
 +
 
* For the Windows 8 client until version 2.4.3, the optical code classification must be used instead. In later versions, the same classification as for Android will be used.  
 
* For the Windows 8 client until version 2.4.3, the optical code classification must be used instead. In later versions, the same classification as for Android will be used.  
 
* The object to be found has to be available on the device, since online search currently is not enabled for this feature.
 
* The object to be found has to be available on the device, since online search currently is not enabled for this feature.
Line 12: Line 13:
 
Attention|The {{UBIK}} SmartClient and its OCR scanner are still in an early development state. Don't expect the feature to be perfect yet!
 
Attention|The {{UBIK}} SmartClient and its OCR scanner are still in an early development state. Don't expect the feature to be perfect yet!
 
}}
 
}}
 
  
 
== Usage ==
 
== Usage ==
 
=== {{UBIK}} Android ===
 
=== {{UBIK}} Android ===
In the Demo app, the navigation drawer provides a "Scanning" element, which has a sub-item "OCR" ({{Version/AndroidSince|2.5.0}}).
+
The navigation drawer provides a ''Scanning'' element, which has a sub-item ''OCR'' ({{Version/AndroidSince|2.5.0}}).
When clicking it, an OCR scanner is started. When a tag was recognized successfully, the scanner closes automatically and the result is shown in a result list.
+
Clicking on it will start the OCR scanner and if a tag has been recognized successfully, the scanner will automatically close and show the result in a list.
If the scanner doesn't find anything, a click on the screen closes it (without showing results).
+
If the scanner doesn't find anything, a click on the screen will close it (without showing results).
  
Also, there is a new [[HowTo:Configure_Start_Screen_Content|configurable start screen button]] for OCR ({{Version/AndroidSince|2.5.0}}).
+
== See Also ==
 +
* [[HowTo:Configure_Start_Screen_Content|configurable start screen button]] for OCR

Revision as of 06:38, 7 July 2015

Optical Character Recognition, abbreviated as OCR, is the automatic text recognition using a respective algorithm on an image (originating from a live camera feed, for example).

UBIK® Clients are capable of OCR for the sake of identifying objects ().

Preconditions

  • On Android devices, the UBIK® SmartClient app providing the OCR scanner has to be installed (see release portal).
  • For Android, UBIK® objects to be found by OCR tag have to be classified as such, using the Object with OCR Text Classification.
  • For the Windows 8 client until version 2.4.3, the optical code classification must be used instead. In later versions, the same classification as for Android will be used.
  • The object to be found has to be available on the device, since online search currently is not enabled for this feature.


IC Attention.pngThe UBIK® SmartClient and its OCR scanner are still in an early development state. Don't expect the feature to be perfect yet!

Usage

UBIK® Android

The navigation drawer provides a Scanning element, which has a sub-item OCR (). Clicking on it will start the OCR scanner and if a tag has been recognized successfully, the scanner will automatically close and show the result in a list. If the scanner doesn't find anything, a click on the screen will close it (without showing results).

See Also