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>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
|
||||||
|
|||||||
Reference in New Issue
Block a user