RectangleOutput

Inheritance: java.lang.Object

public class RectangleOutput

감지된 텍스트 영역 또는 라인에 대한 데이터.

생성자

생성자설명
RectangleOutput()

필드

필드설명
Page페이지 번호.
Rectangles감지된 텍스트 영역 또는 라인의 목록.
Source파일 또는 URL의 전체 경로(있는 경우).

RectangleOutput()

public RectangleOutput()

Page

public int Page

페이지 번호.

Rectangles

public ArrayList<Rectangle> Rectangles

감지된 텍스트 영역 또는 라인의 목록.

Source

public String Source

파일 또는 URL의 전체 경로(있는 경우). 스트림, 바이트 배열, base64의 경우 비워 둡니다.