rewriting pdf converter to native usage
This commit is contained in:
21
PDFWorkflowManager/packages/Tesseract.5.2.0/build/Tesseract.targets
vendored
Normal file
21
PDFWorkflowManager/packages/Tesseract.5.2.0/build/Tesseract.targets
vendored
Normal 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>
|
Reference in New Issue
Block a user