Use version 0.5 of the segmentation model

This commit is contained in:
Pierre-Yves Nicolas
2025-07-19 18:34:55 +02:00
parent 45118b559c
commit c67387c707

View File

@@ -1,7 +1,7 @@
import java.net.URL
import org.gradle.api.tasks.Copy
import java.net.URL
val modelVersion = "v0.4"
val modelVersion = "v0.5"
val modelFileName = "document-segmentation-model.tflite"
val modelUrl = "https://github.com/pynicolas/document-segmentation-model/releases/download/$modelVersion/$modelFileName"