1
0

JavaDoc von PreCheckFailed konsistent bereinigt

This commit is contained in:
2026-04-02 16:18:41 +02:00
parent 4ab21d14f3
commit 19c2f42ed7

View File

@@ -10,14 +10,12 @@ import java.util.Objects;
* <li>The original document candidate metadata (for correlation)</li> * <li>The original document candidate metadata (for correlation)</li>
* <li>A reason why the pre-check failed</li> * <li>A reason why the pre-check failed</li>
* </ul> * </ul>
* <p>
* Reasons include: * Reasons include:
* <ul> * <ul>
* <li>{@link PreCheckFailureReason#NO_USABLE_TEXT} The extracted text contains no meaningful content after normalization.</li> * <li>{@link PreCheckFailureReason#NO_USABLE_TEXT} The extracted text contains no meaningful content after normalization.</li>
* <li>{@link PreCheckFailureReason#PAGE_LIMIT_EXCEEDED} The document's page count exceeds the configured limit.</li> * <li>{@link PreCheckFailureReason#PAGE_LIMIT_EXCEEDED} The document's page count exceeds the configured limit.</li>
* <li>{@link PreCheckFailureReason#CONTENT_NOT_EXTRACTABLE} The PDF content cannot be extracted due to structural issues.</li> * <li>{@link PreCheckFailureReason#CONTENT_NOT_EXTRACTABLE} The PDF content cannot be extracted due to structural issues.</li>
* </ul> * </ul>
* <p>
* A document with this decision will not proceed further in the current batch run. * A document with this decision will not proceed further in the current batch run.
* *
* @param candidate the source document metadata * @param candidate the source document metadata