Uses of Class
com.logicaldoc.zonalocr.OCRTemplate
-
Packages that use OCRTemplate Package Description com.logicaldoc.zonalocr -
-
Uses of OCRTemplate in com.logicaldoc.zonalocr
Methods in com.logicaldoc.zonalocr that return OCRTemplate Modifier and Type Method Description OCRTemplateHibernateOCRTemplateDAO. findByName(String name, long tenantId)OCRTemplateOCRTemplateDAO. findByName(String name, long tenantId)This method finds the ocr template by it's name(alternate key inside the tenant).Methods in com.logicaldoc.zonalocr that return types with arguments of type OCRTemplate Modifier and Type Method Description List<OCRTemplate>HibernateOCRTemplateDAO. findByTemplate(long templateId)List<OCRTemplate>OCRTemplateDAO. findByTemplate(long templateId)This method finds all the ocr templates assigned to the same template.Methods in com.logicaldoc.zonalocr with parameters of type OCRTemplate Modifier and Type Method Description voidHibernateOCRTemplateDAO. initialize(OCRTemplate template)Map<String,Object>ZonalOCR. processFile(File scan, OCRTemplate template, com.logicaldoc.core.document.Document document, com.logicaldoc.core.document.DocumentHistory transaction)Processes a file using a given templatevoidHibernateOCRTemplateDAO. store(OCRTemplate template)
-