mirror of
https://github.com/trustgraph-ai/trustgraph.git
synced 2026-04-26 08:56:21 +02:00
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:
parent
7e0d831026
commit
f4733021c5
2 changed files with 3 additions and 3 deletions
|
|
@ -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__])
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue