Skip to content

Commit f644386

Browse files
author
Bob Strahan
committed
change unclassified tag fo retries
1 parent 92d0844 commit f644386

File tree

1 file changed

+1
-1
lines changed
  • lib/idp_common_pkg/idp_common/classification

1 file changed

+1
-1
lines changed

lib/idp_common_pkg/idp_common/classification/service.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1274,7 +1274,7 @@ def classify_document(self, document: Document) -> Document:
12741274
if page_id in document.pages:
12751275
document.pages[
12761276
page_id
1277-
].classification = "error (retrying)"
1277+
].classification = "error (backoff/retry)"
12781278
document.pages[page_id].confidence = 0.0
12791279

12801280
# Store failed page exceptions in document metadata for caller to access

0 commit comments

Comments
 (0)