public class HocrByteOffsetsParser extends Object
| Constructor and Description |
|---|
HocrByteOffsetsParser() |
| Modifier and Type | Method and Description |
|---|---|
static void |
main(String[] args) |
static void |
parse(byte[] ocrBytes,
OutputStream os) |
static void |
parse(byte[] ocrBytes,
OutputStream os,
String startPage,
String endPage)
Convert the hOCR document, starting from startPage and ending at, not including endPage.
|
public static void parse(byte[] ocrBytes,
OutputStream os)
throws IOException
IOExceptionpublic static void parse(byte[] ocrBytes,
OutputStream os,
String startPage,
String endPage)
throws IOException
IOExceptionpublic static void main(String[] args) throws IOException
IOExceptionCopyright © 2019. All rights reserved.