File size: 350 Bytes
7d23b62
 
 
 
 
 
1
2
3
4
5
6
config = {
  "enableCache": True,       # Whether to enable caching
  "onlyInLine": False,       # Whether to search only on a single line, an optimization option
  "inlineCount": 4,          # Number of recent points to consider for being on the same line
  "inLineDistance": 5        # Maximum distance to determine if a point is on the same line
}