| Package | Description |
|---|---|
| com.openkm.sdk4j.definition | |
| com.openkm.sdk4j.impl |
| Modifier and Type | Method and Description |
|---|---|
OCRTemplate |
BaseOcr.create(String name,
String mimeType,
boolean active,
InputStream is,
Map<String,String> properties) |
void |
BaseOcr.createControlField(long templateId,
String name,
String className,
String pattern,
String value,
int rotation,
String custom,
String ocr,
int order,
boolean emptyAllowed,
int x1,
int y1,
int x2,
int y2) |
void |
BaseOcr.createField(long templateId,
String name,
String className,
String propertyGroupName,
String pattern,
int rotation,
String custom,
String ocr,
boolean control,
int x1,
int y1,
int x2,
int y2) |
void |
BaseOcr.delete(long templateId) |
void |
BaseOcr.deleteControlField(long templateId,
long controlFieldId) |
void |
BaseOcr.deleteField(long templateId,
long fieldId) |
OCRTemplateControlField |
BaseOcr.getControlField(long controlFieldId) |
InputStream |
BaseOcr.getCroppedImageControlField(long templateId,
long controlFieldId) |
InputStream |
BaseOcr.getCroppedImageField(long templateId,
long fieldId) |
OCRTemplateField |
BaseOcr.getField(long fieldId) |
InputStream |
BaseOcr.getImage(long templateId) |
OCRTemplate |
BaseOcr.getTemplate(long templateId) |
List<OCRTemplate> |
BaseOcr.getTemplates(boolean showAll) |
OCRTemplateResultSet |
BaseOcr.getTemplates(String filter,
int offset,
int limit) |
boolean |
BaseOcr.hasOCRDataCapture() |
OCRTemplate |
BaseOcr.update(long templateId,
String name,
String mimeType,
boolean active,
InputStream is,
Map<String,String> properties) |
void |
BaseOcr.updateControlField(long templateId,
long controlFieldId,
String name,
String className,
String pattern,
String value,
int rotation,
String custom,
String ocr,
int order,
boolean emptyAllowed,
int x1,
int y1,
int x2,
int y2) |
void |
BaseOcr.updateField(long templateId,
long fieldId,
String name,
String className,
String propertyGroupName,
String pattern,
int rotation,
String custom,
String ocr,
boolean control,
int x1,
int y1,
int x2,
int y2) |
| Modifier and Type | Method and Description |
|---|---|
OCRTemplate |
OcrImpl.create(String name,
String mimeType,
boolean active,
InputStream is,
Map<String,String> properties) |
void |
OcrImpl.createControlField(long templateId,
String name,
String className,
String pattern,
String value,
int rotation,
String custom,
String ocr,
int order,
boolean emptyAllowed,
int x1,
int y1,
int x2,
int y2) |
void |
OcrImpl.createField(long templateId,
String name,
String className,
String propertyGroupName,
String pattern,
int rotation,
String custom,
String ocr,
boolean control,
int x1,
int y1,
int x2,
int y2) |
void |
OcrImpl.delete(long templateId) |
void |
OcrImpl.deleteControlField(long templateId,
long controlFieldId) |
void |
OcrImpl.deleteField(long templateId,
long fieldId) |
OCRTemplateControlField |
OcrImpl.getControlField(long controlFieldId) |
InputStream |
OcrImpl.getCroppedImageControlField(long templateId,
long controlFieldId) |
InputStream |
OcrImpl.getCroppedImageField(long templateId,
long fieldId) |
OCRTemplateField |
OcrImpl.getField(long fieldId) |
InputStream |
OcrImpl.getImage(long templateId) |
OCRTemplate |
OcrImpl.getTemplate(long templateId) |
List<OCRTemplate> |
OcrImpl.getTemplates(boolean showAll) |
OCRTemplateResultSet |
OcrImpl.getTemplates(String filter,
int offset,
int limit) |
boolean |
OcrImpl.hasOCRDataCapture() |
OCRTemplate |
OcrImpl.update(long templateId,
String name,
String mimeType,
boolean active,
InputStream is,
Map<String,String> properties) |
void |
OcrImpl.updateControlField(long templateId,
long controlFieldId,
String name,
String className,
String pattern,
String value,
int rotation,
String custom,
String ocr,
int order,
boolean emptyAllowed,
int x1,
int y1,
int x2,
int y2) |
void |
OcrImpl.updateField(long templateId,
long fieldId,
String name,
String className,
String propertyGroupName,
String pattern,
int rotation,
String custom,
String ocr,
boolean control,
int x1,
int y1,
int x2,
int y2) |
Copyright © 2023 Open Knowledge Management System S.L.. All Rights Reserved.