Uses of Class
com.logicaldoc.zonalocr.OCRTemplate
-
Uses of OCRTemplate in com.logicaldoc.zonalocr
Modifier and TypeMethodDescriptionHibernateOCRTemplateDAO.findByName
(String name, long tenantId) OCRTemplateDAO.findByName
(String name, long tenantId) This method finds the ocr template by it's name(alternate key inside the tenant).Modifier and TypeMethodDescriptionHibernateOCRTemplateDAO.findByTemplate
(long templateId) OCRTemplateDAO.findByTemplate
(long templateId) This method finds all the ocr templates assigned to the same template.Modifier and TypeMethodDescriptionvoid
HibernateOCRTemplateDAO.initialize
(OCRTemplate template) ZonalOCR.processFile
(File scan, OCRTemplate template, com.logicaldoc.core.document.Document document, com.logicaldoc.core.document.DocumentHistory transaction) Processes a file using a given templatevoid
HibernateOCRTemplateDAO.store
(OCRTemplate template)