I am trying to test Calamari OCR from CLI with this command on my windows machine:
calamari-predict --checkpoint C:calamari_models-masteruw3-modern-english.ckpt --data.images C:_SourceOCRRNDFilesexample2-1.jpg --files C:ocr-output
and getting this error:
`calamari-predict: error: unrecognized arguments: --data.images`
According to the documentation this should be a valid option.
What might be the reason for this error?
When I check version it is calamari-predict v1.0.6
New contributor
Ozan E. is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
1