This commit is contained in:
Pete Matsyburka
2026-01-05 09:18:38 +02:00
parent 03c25a89b2
commit b9c6d3ff9f
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -121,7 +121,7 @@ module Templates
image = Vips::Image.new_from_memory(data, width, height, 4, :uchar)
fields = inference.call(image, confidence: confidence / 4.0, nms:, split_page:,
fields = inference.call(image, confidence: confidence / 3.0, nms:, split_page:,
temperature:, aspect_ratio:, padding:)
text_fields = extract_text_fields_from_page(page)