Skip to content

Commit a5267b7

Browse files
twinkle-kadiaShabirmean
authored andcommitted
test: re-enable BatchParseTable test (#239)
Thank you for opening a Pull Request! Before submitting your PR, there are a few things you can do to make sure it goes smoothly: - [X] Make sure to open an issue as a [bug/issue](https://github.com/googleapis/java-document-ai/issues/new/choose) before writing your code! That way we can discuss the change, evaluate designs, and agree on the general idea - [X] Ensure the tests and linter pass - [X] Code coverage does not decrease (if any source code was changed) - [X] Appropriate docs were updated (if necessary) Fixes #207
1 parent eb92c0e commit a5267b7

File tree

2 files changed

+0
-3
lines changed

2 files changed

+0
-3
lines changed

document-ai/snippets/src/main/java/documentai/v1beta2/BatchParseTableBeta.java

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -169,8 +169,6 @@ public static void batchParseTableGcs(
169169
Document.Page.Table table = page1.getTables(0);
170170

171171
System.out.println("Results from first table processed:");
172-
System.out.println(
173-
"First detected language: " + page1.getDetectedLanguages(0).getLanguageCode());
174172
System.out.println("Header row:");
175173

176174
Document.Page.Table.TableRow headerRow = table.getHeaderRows(0);

document-ai/snippets/src/test/java/documentai/v1beta2/BatchParseTableBetaTest.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,6 @@ public void setUp() {
9090

9191
@Test
9292
// https://github.com/googleapis/java-document-ai/issues/207
93-
@Ignore
9493
public void testBatchParseTable()
9594
throws InterruptedException, ExecutionException, TimeoutException, IOException {
9695
// parse the GCS invoice as a table.

0 commit comments

Comments
 (0)