Use version 0.6.1 of the document segmentation model

This commit is contained in:
Pierre-Yves Nicolas
2025-08-11 15:41:12 +02:00
parent f8dbdffb12
commit d78115baaa

View File

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