Unverified Commit 573a09c1 authored by Marius Göcke's avatar Marius Göcke
Browse files

Merge branch other/next-release into main

parents 90df5567 042d9058
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
# Release notes

## Changes

- Added functions for concrete filetypes.

tessdata_best @ e12c65a9

Original line number Diff line number Diff line
Subproject commit e12c65a915945e4c28e237a9b52bc4a8f39a0cec
+2 −1
Original line number Diff line number Diff line
@@ -4,3 +4,4 @@ Version;SupportBegin;SupportEnd
1.1.0;2025-07-10T00:00:00;2027-10-09T00:00:00
1.0.2;2025-08-07T00:00:00;2027-11-06T00:00:00
1.2.0;2025-08-10T00:00:00;2027-11-09T00:00:00
1.3.0;2025-08-28T00:00:00;2027-11-27T00:00:00
 No newline at end of file
+1 −1
Original line number Diff line number Diff line
@@ -2,7 +2,7 @@ services:
  simpleocr:
    container_name: simpleocr
    env_file: Variables.env
    image: simpleocr:1.2.0
    image: simpleocr:1.3.0
    ports:
    - 443:443
    volumes:
+1 −1
Original line number Diff line number Diff line
@@ -4,7 +4,7 @@
    codeunitspecificationversion="2.9.4"
    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="https://projects.aniondev.de/PublicProjects/Common/ProjectTemplates/-/raw/v2.9.4/Conventions/RepositoryStructure/CommonProjectStructure/codeunit.xsd" enabled="true">
    <cps:name>SimpleOCR</cps:name>
    <cps:version>1.2.0</cps:version>
    <cps:version>1.3.0</cps:version>
    <cps:codeunitownername>Marius Göcke</cps:codeunitownername>
    <cps:codeunitowneremailaddress>marius.goecke@gmail.com</cps:codeunitowneremailaddress>
    <cps:properties codeunithastestablesourcecode="false" codeunithasupdatabledependencies="false"
Loading