Skip to content

Commit 4c02375

Browse files
committed
add author to class TextLine
1 parent db22f66 commit 4c02375

File tree

1 file changed

+5
-0
lines changed
  • document-readers/pdf-reader/src/main/java/org/springframework/ai/reader/pdf/layout

1 file changed

+5
-0
lines changed

document-readers/pdf-reader/src/main/java/org/springframework/ai/reader/pdf/layout/TextLine.java

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,11 @@
1818

1919
import java.util.Arrays;
2020

21+
/*
22+
* @author Soby Chacko
23+
*/
24+
25+
2126
class TextLine {
2227

2328
private static final char SPACE_CHARACTER = ' ';

0 commit comments

Comments
 (0)