Uses of Class
com.logicaldoc.zonalocr.OCRTemplate
Packages that use OCRTemplate
-
Uses of OCRTemplate in com.logicaldoc.zonalocr
Methods in com.logicaldoc.zonalocr that return OCRTemplateModifier 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).Methods in com.logicaldoc.zonalocr that return types with arguments of type OCRTemplateModifier and TypeMethodDescriptionHibernateOCRTemplateDAO.findByTemplate
(long templateId) 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 OCRTemplateModifier 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)