public class MiniOcrByteOffsetsParser extends Object
| Constructor and Description |
|---|
MiniOcrByteOffsetsParser() |
| Modifier and Type | Method and Description |
|---|---|
static void |
main(String[] args) |
static List<org.apache.commons.lang3.tuple.Pair<String,Integer>> |
parse(byte[] ocrBytes,
int startOffset,
String firstId,
String lastId) |
static void |
parse(byte[] ocrBytes,
OutputStream os) |
static void |
parse(byte[] ocrBytes,
OutputStream os,
String onlyId) |
static void |
parse(byte[] ocrBytes,
OutputStream os,
String firstId,
String lastId) |
public static List<org.apache.commons.lang3.tuple.Pair<String,Integer>> parse(byte[] ocrBytes, int startOffset, String firstId, String lastId) throws IOException
IOExceptionpublic static void parse(byte[] ocrBytes,
OutputStream os)
throws IOException
IOExceptionpublic static void parse(byte[] ocrBytes,
OutputStream os,
String onlyId)
throws IOException
IOExceptionpublic static void parse(byte[] ocrBytes,
OutputStream os,
String firstId,
String lastId)
throws IOException
IOExceptionpublic static void main(String[] args) throws IOException
IOExceptionCopyright © 2019. All rights reserved.