RED-8701 - Move files to customer data repositories
- update junit tests
This commit is contained in:
parent
069a6c0b49
commit
a358d7565e
@ -28,7 +28,7 @@ public class DocumentGraphVisualizationTest extends BuildDocumentTest {
|
||||
// @Disabled
|
||||
public void visualizeMetolachlor() {
|
||||
|
||||
String filename = "files/syngenta/CustomerFiles/SOLICITA_VICTRATO-GOLD-II_Item 21_Mutacao_Genica (4).pdf";
|
||||
String filename = "files/syngenta/CustomerFiles/SOLICITA_VICTRATO-GOLD-II_Item 21_Mutacao_Genica.pdf";
|
||||
visualizePdf(filename);
|
||||
}
|
||||
|
||||
|
||||
@ -20,7 +20,7 @@ class PageContentExtractorTest {
|
||||
@SneakyThrows
|
||||
public void testTextPositionSequenceExtraction() {
|
||||
|
||||
String fileName = "files/syngenta/CustomerFiles/SOLICITA_VICTRATO-GOLD-II_Item 21_Mutacao_Genica (4).pdf";
|
||||
String fileName = "files/syngenta/CustomerFiles/SOLICITA_VICTRATO-GOLD-II_Item 21_Mutacao_Genica.pdf";
|
||||
var tmpFileName = Path.of("/tmp/").resolve(Path.of(fileName).getFileName() + "_TEXT_POSITION_SEQUENCES.pdf").toString();
|
||||
|
||||
List<PageContents> textPositionPerPage = PageContentExtractor.getSortedPageContents(fileName);
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user