JavaDoc von PreCheckFailed konsistent bereinigt
This commit is contained in:
@@ -10,14 +10,12 @@ import java.util.Objects;
|
||||
* <li>The original document candidate metadata (for correlation)</li>
|
||||
* <li>A reason why the pre-check failed</li>
|
||||
* </ul>
|
||||
* <p>
|
||||
* Reasons include:
|
||||
* <ul>
|
||||
* <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#CONTENT_NOT_EXTRACTABLE} – The PDF content cannot be extracted due to structural issues.</li>
|
||||
* </ul>
|
||||
* <p>
|
||||
* A document with this decision will not proceed further in the current batch run.
|
||||
*
|
||||
* @param candidate the source document metadata
|
||||
|
||||
Reference in New Issue
Block a user