RED-10477: update api version

* introduce file-based caches for faster recovery after retries
 * some refactoring
This commit is contained in:
Kilian Schuettler 2024-11-20 11:18:54 +01:00
parent eac6a49100
commit 9ed9a3c37c

View File

@ -55,7 +55,7 @@ public class OcrServiceIntegrationTest extends AbstractTest {
@SneakyThrows
public void testOcrWithFile() {
testOCR("/home/kschuettler/Dokumente/TestFiles/OCR/VV-331340/VV-331340.pdf");
testOCR("/home/kschuettler/Dokumente/LayoutparsingEvaluation/RAW_FILES/Difficult Headlines/VV-284053.pdf/VV-284053.pdf.ORIGIN.pdf");
}