Skip to content

Commit

Permalink
Support multiple OCR languages
Browse files Browse the repository at this point in the history
  • Loading branch information
dadoonet committed Nov 12, 2018
1 parent aa848a5 commit 0ff9042
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions docs/source/user/tips.rst
Expand Up @@ -97,6 +97,22 @@ parsing your documents by setting ``fs.ocr.language`` property in your
}
}
.. note::

You can define multiple languages by using ``+`` sign as a separator:

.. code:: json
{
"name" : "test",
"fs" : {
"url" : "/path/to/data/dir",
"ocr" : {
"language": "eng+fas+fra"
}
}
}
OCR Path
^^^^^^^^

Expand Down

0 comments on commit 0ff9042

Please sign in to comment.