|  | @@ -20,7 +20,7 @@ import java.io.InputStream;
 | 
	
		
			
				|  |  |  @Component
 | 
	
		
			
				|  |  |  public class Tess4jClient {
 | 
	
		
			
				|  |  |  
 | 
	
		
			
				|  |  | -    private String dataPath = "/data/webapp/RuiXuan-Cloud/tessdata";
 | 
	
		
			
				|  |  | +    private String dataPath = "\\data\\webapp\\RuiXuan-Cloud\\tessdata";
 | 
	
		
			
				|  |  |      private String language = "chi_sim";
 | 
	
		
			
				|  |  |      // 入参:图片流
 | 
	
		
			
				|  |  |      public String doOCR(BufferedImage image) throws Exception {
 |