MCPcopy Index your code
hub / github.com/impira/docquery / test_get_ocr_reader

Function test_get_ocr_reader

tests/test_ocr_reader.py:24–26  ·  view source on GitHub ↗
(reader_permutations)

Source from the content-addressed store, hash-verified

22 },
23)
24def test_get_ocr_reader(reader_permutations):
25 reader = get_ocr_reader(reader_permutations["name"])
26 assert isinstance(reader, reader_permutations["reader_class"])
27
28
29@patch(

Callers

nothing calls this directly

Calls 1

get_ocr_readerFunction · 0.90

Tested by

no test coverage detected