rewriting pdf converter to native usage

This commit is contained in:
tomse
2025-09-07 20:25:09 +02:00
parent 02fca61e80
commit 2ae7112dc1
510 changed files with 226213 additions and 50 deletions

View File

@@ -0,0 +1,21 @@
<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<ItemGroup>
<None Include="$(MSBuildThisFileDirectory)\..\x86\leptonica-1.82.0.dll">
<Link>x86\leptonica-1.82.0.dll</Link>
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</None>
<None Include="$(MSBuildThisFileDirectory)\..\x86\tesseract50.dll">
<Link>x86\tesseract50.dll</Link>
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</None>
<None Include="$(MSBuildThisFileDirectory)\..\x64\leptonica-1.82.0.dll">
<Link>x64\leptonica-1.82.0.dll</Link>
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</None>
<None Include="$(MSBuildThisFileDirectory)\..\x64\tesseract50.dll">
<Link>x64\tesseract50.dll</Link>
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</None>
</ItemGroup>
</Project>