Add missing var
This commit is contained in:
parent
3f3256469c
commit
97abac1add
@ -40,6 +40,7 @@ public class PdfSegmentationService {
|
|||||||
public Document parseDocument(PDDocument pdDocument) throws IOException {
|
public Document parseDocument(PDDocument pdDocument) throws IOException {
|
||||||
|
|
||||||
log.info("Parsing document...");
|
log.info("Parsing document...");
|
||||||
|
long startTime = System.currentTimeMillis();
|
||||||
|
|
||||||
Document document = new Document();
|
Document document = new Document();
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user