Fix Mistral OCR ident to be standard pdf-decoder (#450)

* Fix Mistral OCR ident to be standard pdf-decoder

* Correct test
This commit is contained in:
cybermaggedon 2025-08-04 14:01:36 +01:00 committed by GitHub
parent 7e0d831026
commit f4733021c5
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 3 additions and 3 deletions

View file

@ -288,9 +288,9 @@ class TestMistralOcrProcessor(IsolatedAsyncioTestCase):
run()
# Assert
mock_launch.assert_called_once_with("mistral-ocr",
mock_launch.assert_called_once_with("pdf-decoder",
"\nSimple decoder, accepts PDF documents on input, outputs pages from the\nPDF document as text as separate output objects.\n")
if __name__ == '__main__':
pytest.main([__file__])
pytest.main([__file__])