Loading .ScriptCollection/.gitignore 0 → 100644 +1 −0 Original line number Diff line number Diff line /Cache/ No newline at end of file SimpleOCR/Other/OnBuildingFinished.py +3 −2 Original line number Diff line number Diff line Loading @@ -3,8 +3,9 @@ from ScriptCollection.TFCPS.Docker.TFCPS_CodeUnitSpecific_Docker import TFCPS_Co def on_building_finished(): tf:TFCPS_CodeUnitSpecific_Docker_Functions=TFCPS_CodeUnitSpecific_Docker_CLI.parse(__file__) tf.verify_image_is_working_via_network(None,{ },443,"/API/Other/Maintenance/AvailabilityCheck",True,"simpleocr_net") tf._protected_sc.ensure_docker_network_is_not_available("simpleocr_net") tf.verify_image_is_working_via_network(None,{ "EnforceVerbose":"true" },443,"/API/Other/Maintenance/AvailabilityCheck",True,"simpleocr_net") if __name__ == "__main__": on_building_finished() SimpleOCR/SimpleOCR/EntryPoint.sh +1 −1 Original line number Diff line number Diff line Loading @@ -2,7 +2,7 @@ export IsRunningInDockerContainer=true argument="--RealRun" argument="--RealRun true" if [[ -n "${InitialEnableEndpointAvailabilityCheckValue}" ]]; then argument+=" --InitialEnableEndpointAvailabilityCheckValue $InitialEnableEndpointAvailabilityCheckValue" Loading SimpleOCRCLI/SimpleOCRCLI/SimpleOCRCLI.csproj +1 −1 Original line number Diff line number Diff line Loading @@ -62,7 +62,7 @@ <PackageReference Include="Newtonsoft.Json" Version="13.0.4" /> <PackageReference Include="Swashbuckle.AspNetCore" Version="10.1.5" /> <PackageReference Include="CommandLineParser" Version="2.9.1" /> <PackageReference Include="GRYLibrary" Version="2.0.21" /> <PackageReference Include="GRYLibrary" Version="2.0.23" /> <PackageReference Include="Microsoft.Extensions.Logging.Abstractions" Version="10.0.5" /> <PackageReference Include="Tesseract" Version="5.2.0" /> <PackageReference Include="Magick.NET-Q16-AnyCPU" Version="14.12.0" /> Loading SimpleOCRCLI/SimpleOCRCLITests/SimpleOCRCLITests.csproj +1 −1 Original line number Diff line number Diff line Loading @@ -70,7 +70,7 @@ <PackageReference Include="Tesseract" Version="5.2.0" /> <PackageReference Include="Magick.NET-Q16-AnyCPU" Version="14.12.0" /> <PackageReference Include="Magick.NET.Core" Version="14.12.0" /> <PackageReference Include="GRYLibrary" Version="2.0.21" /> <PackageReference Include="GRYLibrary" Version="2.0.23" /> <Reference Include="SimpleOCRLibrary"> <HintPath>..\Other\Resources\DependentCodeUnits\SimpleOCRLibrary\BuildResult_DotNet_$(NETCoreSdkRuntimeIdentifier)\SimpleOCRLibrary.dll</HintPath> </Reference> Loading Loading
.ScriptCollection/.gitignore 0 → 100644 +1 −0 Original line number Diff line number Diff line /Cache/ No newline at end of file
SimpleOCR/Other/OnBuildingFinished.py +3 −2 Original line number Diff line number Diff line Loading @@ -3,8 +3,9 @@ from ScriptCollection.TFCPS.Docker.TFCPS_CodeUnitSpecific_Docker import TFCPS_Co def on_building_finished(): tf:TFCPS_CodeUnitSpecific_Docker_Functions=TFCPS_CodeUnitSpecific_Docker_CLI.parse(__file__) tf.verify_image_is_working_via_network(None,{ },443,"/API/Other/Maintenance/AvailabilityCheck",True,"simpleocr_net") tf._protected_sc.ensure_docker_network_is_not_available("simpleocr_net") tf.verify_image_is_working_via_network(None,{ "EnforceVerbose":"true" },443,"/API/Other/Maintenance/AvailabilityCheck",True,"simpleocr_net") if __name__ == "__main__": on_building_finished()
SimpleOCR/SimpleOCR/EntryPoint.sh +1 −1 Original line number Diff line number Diff line Loading @@ -2,7 +2,7 @@ export IsRunningInDockerContainer=true argument="--RealRun" argument="--RealRun true" if [[ -n "${InitialEnableEndpointAvailabilityCheckValue}" ]]; then argument+=" --InitialEnableEndpointAvailabilityCheckValue $InitialEnableEndpointAvailabilityCheckValue" Loading
SimpleOCRCLI/SimpleOCRCLI/SimpleOCRCLI.csproj +1 −1 Original line number Diff line number Diff line Loading @@ -62,7 +62,7 @@ <PackageReference Include="Newtonsoft.Json" Version="13.0.4" /> <PackageReference Include="Swashbuckle.AspNetCore" Version="10.1.5" /> <PackageReference Include="CommandLineParser" Version="2.9.1" /> <PackageReference Include="GRYLibrary" Version="2.0.21" /> <PackageReference Include="GRYLibrary" Version="2.0.23" /> <PackageReference Include="Microsoft.Extensions.Logging.Abstractions" Version="10.0.5" /> <PackageReference Include="Tesseract" Version="5.2.0" /> <PackageReference Include="Magick.NET-Q16-AnyCPU" Version="14.12.0" /> Loading
SimpleOCRCLI/SimpleOCRCLITests/SimpleOCRCLITests.csproj +1 −1 Original line number Diff line number Diff line Loading @@ -70,7 +70,7 @@ <PackageReference Include="Tesseract" Version="5.2.0" /> <PackageReference Include="Magick.NET-Q16-AnyCPU" Version="14.12.0" /> <PackageReference Include="Magick.NET.Core" Version="14.12.0" /> <PackageReference Include="GRYLibrary" Version="2.0.21" /> <PackageReference Include="GRYLibrary" Version="2.0.23" /> <Reference Include="SimpleOCRLibrary"> <HintPath>..\Other\Resources\DependentCodeUnits\SimpleOCRLibrary\BuildResult_DotNet_$(NETCoreSdkRuntimeIdentifier)\SimpleOCRLibrary.dll</HintPath> </Reference> Loading