`ocr_languages` is a an option in the API but it is not available in the `PartitionParameters` class. Currently, if you try to pass it you get this error. ```python TypeError: __init__() got an unexpected keyword argument 'ocr_languages' ```
ocr_languagesis a an option in the API but it is not available in thePartitionParametersclass. Currently, if you try to pass it you get this error.