File tree Expand file tree Collapse file tree 1 file changed +3
-4
lines changed
Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Original file line number Diff line number Diff line change @@ -89,19 +89,18 @@ bool TessAltoRenderer::AddImageHandler(TessBaseAPI *api) {
8989 " \t\t <MeasurementUnit>pixel</MeasurementUnit>\n "
9090 " \t\t <sourceImageInformation>\n "
9191 " \t\t\t <fileName>" );
92-
9392 AppendString (api->GetInputName ());
94-
9593 AppendString (
9694 " </fileName>\n "
9795 " \t\t </sourceImageInformation>\n "
9896 " \t\t <OCRProcessing ID=\" OCR_0\" >\n "
9997 " \t\t\t <ocrProcessingStep>\n "
10098 " \t\t\t\t <processingSoftware>\n "
101- " \t\t\t\t\t <softwareName>tesseract " );
99+ " \t\t\t\t\t <softwareName>Tesseract</softwareName>\n "
100+ " \t\t\t\t\t <softwareVersion>" );
102101 AppendString (TessBaseAPI::Version ());
103102 AppendString (
104- " </softwareName >\n "
103+ " </softwareVersion >\n "
105104 " \t\t\t\t </processingSoftware>\n "
106105 " \t\t\t </ocrProcessingStep>\n "
107106 " \t\t </OCRProcessing>\n "
You can’t perform that action at this time.
0 commit comments