Skip to content

Commit b3636a5

Browse files
881103: resolve the CI Status failure issue.
1 parent 151de36 commit b3636a5

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

File-Formats/PDF/Working-with-OCR/Troubleshooting.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -180,7 +180,7 @@ By using the best tessdata, we can improve the OCR results. For more information
180180
</th>
181181
<td>To resolve this problem, you should install and utilize Tesseract 5 on your Mac machine. Refer to the following steps for installing Tesseract 5 and integrating it into an OCR processing workflow.
182182
<br><br/>
183-
1.Execute the following command to install Tesserat 5.
183+
1.Execute the following command to install Tesseract 5.
184184
<br><br/>
185185
{% tabs %}
186186
{% highlight C# %}
@@ -376,6 +376,10 @@ Step 3:
376376
<td>
377377
We can resolve the reported issue by installing the tesseract required dependencies by using Docker file. Please refer the below commands.
378378

379+
{% tabs %}
380+
381+
{% highlight C# %}
382+
379383
FROM mcr.microsoft.com/dotnet/aspnet:8.0 AS base
380384

381385
`RUN apt-get update && \`
@@ -398,6 +402,9 @@ EXPOSE 8080
398402

399403
EXPOSE 8081
400404

405+
{% endhighlight %}
406+
407+
{% endtabs %}
401408

402409
</td>
403410
</tr>

0 commit comments

Comments
 (0)