Merge branch 'CLARI-140' into 'main'
CLARI-140 - case issue See merge request fforesight/layout-parser!189
This commit is contained in:
commit
b900cfaf31
@ -336,7 +336,7 @@ public class BlockificationPostprocessingService {
|
||||
TextPositionSequence in = null;
|
||||
TextPositionSequence out;
|
||||
|
||||
String currentSequence = sequence.toString();
|
||||
String currentSequence = sequence.toString().toLowerCase(Locale.ROOT);
|
||||
int index = currentSequence.indexOf(toRemove);
|
||||
int endIndex = index + toRemove.length();
|
||||
|
||||
|
||||
@ -31,10 +31,9 @@ public class LayoutparserEnd2EndTest extends AbstractTest {
|
||||
private LayoutParsingPipeline layoutParsingPipeline;
|
||||
|
||||
@Test
|
||||
@Disabled
|
||||
public void testLayoutParserEndToEnd() {
|
||||
|
||||
String filePath = "files/syngenta/CustomerFiles/Documine/Flora/425_F.1.1.1 - A13617AV - Acute Oral Toxicity Study.pdf";
|
||||
String filePath = "files/test-1.pdf";
|
||||
|
||||
runForFile(filePath);
|
||||
}
|
||||
|
||||
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:323c3c6ddfa263701d4f4be883df2a46c44db8a9113016c3fe5bd90625d1bea6
|
||||
size 823960
|
||||
Loading…
x
Reference in New Issue
Block a user