diff --git a/docs/_static/ocr_button.png b/docs/_static/ocr_button.png new file mode 100644 index 0000000000..795010ab0c Binary files /dev/null and b/docs/_static/ocr_button.png differ diff --git a/docs/_static/tools_tab.png b/docs/_static/tools_tab.png new file mode 100644 index 0000000000..3b2392bfd8 Binary files /dev/null and b/docs/_static/tools_tab.png differ diff --git a/docs/topics/ocr.rst b/docs/topics/ocr.rst index f93735c722..afa7fe9f26 100644 --- a/docs/topics/ocr.rst +++ b/docs/topics/ocr.rst @@ -1,6 +1,7 @@ === OCR === +To use: |Tools tab| |Right arrow| |OCR button| Because OCR is an intensive operation, documents are queued for OCR for later handling, the amount of documents processed in parallel is @@ -19,3 +20,15 @@ option to ``False`` would stop this behavior. .. _Tesseract: http://code.google.com/p/tesseract-ocr/ + +.. |Tools tab| image:: /_static/tools_tab.png + :alt: Tags tab + :align: middle + +.. |Right arrow| image:: /_static/arrow_right.png + :alt: Right arrow + :align: middle + +.. |OCR button| image:: /_static/ocr_button.png + :alt: OCR button + :align: middle