Skip to content

Commit

Permalink
TIKA-4256 -- allow inlining of ocr'd content -- test requires tessera…
Browse files Browse the repository at this point in the history
…ct <facepalm/>
  • Loading branch information
tballison committed May 17, 2024
1 parent 9092e6c commit 02c780c
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -250,6 +250,7 @@ public void getNormalMetadataToo() throws Exception {

@Test
public void testInlining() throws Exception {
assumeTrue(canRun(), "can run OCR");
TesseractOCRConfig config = new TesseractOCRConfig();
config.setInlineContent(true);
ParseContext context = new ParseContext();
Expand Down

0 comments on commit 02c780c

Please sign in to comment.