refact: removed dead structs
This commit is contained in:
		
							parent
							
								
									8b55241ee4
								
							
						
					
					
						commit
						7335b636f4
					
				@ -2,12 +2,6 @@ package consts
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
import "textualize/entities"
 | 
					import "textualize/entities"
 | 
				
			||||||
 | 
					
 | 
				
			||||||
// type Language struct {
 | 
					 | 
				
			||||||
// 	DisplayName   string
 | 
					 | 
				
			||||||
// 	ProcessCode   string
 | 
					 | 
				
			||||||
// 	TranslateCode string
 | 
					 | 
				
			||||||
// }
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
func GetSuppportedLanguages() []entities.Language {
 | 
					func GetSuppportedLanguages() []entities.Language {
 | 
				
			||||||
	return []entities.Language{
 | 
						return []entities.Language{
 | 
				
			||||||
		{
 | 
							{
 | 
				
			||||||
 | 
				
			|||||||
@ -2,16 +2,6 @@ package document
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
import "textualize/entities"
 | 
					import "textualize/entities"
 | 
				
			||||||
 | 
					
 | 
				
			||||||
type ProcessedBoundingBox entities.ProcessedBoundingBox
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
type ProcessedSymbol entities.ProcessedSymbol
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
type ProcessedWord entities.ProcessedWord
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
type ProcessedLine entities.ProcessedLine
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
type ProcessedArea entities.ProcessedArea
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
type ProcessedAreaCollection struct {
 | 
					type ProcessedAreaCollection struct {
 | 
				
			||||||
	Areas []entities.ProcessedArea
 | 
						Areas []entities.ProcessedArea
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
 | 
				
			|||||||
@ -2,8 +2,6 @@ package document
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
import "textualize/entities"
 | 
					import "textualize/entities"
 | 
				
			||||||
 | 
					
 | 
				
			||||||
type UserMarkdown entities.UserMarkdown
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
type UserMarkdownCollection struct {
 | 
					type UserMarkdownCollection struct {
 | 
				
			||||||
	Values []entities.UserMarkdown
 | 
						Values []entities.UserMarkdown
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user