We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 956525f commit ca5d285Copy full SHA for ca5d285
src/api/renderer.cpp
@@ -167,10 +167,10 @@ bool TessHOcrRenderer::BeginDocumentHandler() {
167
" <meta name='ocr-system' content='tesseract " PACKAGE_VERSION
168
"' />\n"
169
" <meta name='ocr-capabilities' content='ocr_page ocr_carea ocr_par"
170
- " ocr_line ocrx_word");
+ " ocr_line ocrx_word ocrp_wconf");
171
if (font_info_)
172
AppendString(
173
- " ocrp_lang ocrp_dir ocrp_font ocrp_fsize ocrp_wconf");
+ " ocrp_lang ocrp_dir ocrp_font ocrp_fsize");
174
175
"'/>\n"
176
"</head>\n<body>\n");
0 commit comments