@@ -28,7 +28,7 @@ discard block |
||
28 | 28 | ->scalarNode('path') |
29 | 29 | ->defaultNull() |
30 | 30 | ->example('tesseract') |
31 | - ->info('Path to tesseract cli binary. ' . |
|
31 | + ->info('Path to tesseract cli binary. '. |
|
32 | 32 | 'It could be just "tesseract" in case binary in PATH or relative/absolute.') |
33 | 33 | ->end() |
34 | 34 | ->end() |
@@ -39,7 +39,7 @@ discard block |
||
39 | 39 | ->scalarNode('path') |
40 | 40 | ->defaultNull() |
41 | 41 | ->example('libtesseract.so.4') |
42 | - ->info('Path to tesseract shared library. It could be' . |
|
42 | + ->info('Path to tesseract shared library. It could be'. |
|
43 | 43 | 'just "libtesseract.so.4" in case library is in PATH or relative/absolute.') |
44 | 44 | ->end() |
45 | 45 | ->end() |