Skip to content

Commit

Permalink
Merge pull request #631 from dadoonet/doc/ocr-multilang
Browse files Browse the repository at this point in the history
Support multiple OCR languages
  • Loading branch information
dadoonet authored Nov 12, 2018
2 parents aa848a5 + 0ff9042 commit 543c8ed
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions docs/source/user/tips.rst
Original file line number Diff line number Diff line change
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 543c8ed

Please sign in to comment.