notebooks/annotation/ocr-bbox-and-validation.liquid.tpl.html (3 lines): - line 330: // TODO: Might be nice to check if any boxes are completely contained->redundant - line 435: // TODO: Improve similarity matching! - line 486: // TODO: Theoretically possible to move a box to different word of same content notebooks/review/fields-validation.liquid.html (2 lines): - line 386: // TODO: Prevent ever being zero and ensure always ordinal. - line 400: console.warn("TODO: Implement multi-value remove"); pipeline/ocr/fn-call-textract/main.py (2 lines): - line 87: # TODO: Support messages via SQS too - line 178: # TODO: Any way we could catch an idempotency issue and pro-actively return result? pipeline/postprocessing/fn-postprocess/main.py (2 lines): - line 107: # TODO: Adjust for other (disagreeing) confidences better - line 239: for line in page.lines: # TODO: Lines InReadingOrder? notebooks/src/code/config.py (2 lines): - line 235: # TODO: Check this is observed correctly - line 269: # TODO: Implement or remove pipeline/review/__init__.py (1 line): - line 127: # TODO: Can we add a pass state with Parameters to filter the inputs? notebooks/preproc/imgclean.py (1 line): - line 121: # TODO: Use paths_only option to return paths instead of image objs notebooks/src/code/train.py (1 line): - line 43: max_position_embeddings=data_args.max_seq_length, # TODO: VALIDATE THIS