create read-profile
The create read-profile
command creates a read-profile that specifies one or more languages to assume the text may be when reading (OCRing) a document.
The command takes a name for the read-profile followed by the codes for one or more languages, specified using the --language
or -l
switches.
For example, to create a profile that you can use for processing documents containing German text:
aluma create read-profile my-german-profile --language deu
or a profile for processing documents that may contain either French or German text:
aluma create read-profile my-german-english-profile -l fra -l deu
Updated almost 3 years ago