99 Commits

Author SHA1 Message Date
9d8a235bd9
feat: sRGB color space convert util 2023-09-06 21:52:32 +08:00
80ec1b203a
impr: digit preprocess 2023-09-05 01:30:44 +08:00
7f62fd20b1
fix: FixRects.split_connected 2023-09-05 01:30:25 +08:00
15ead84772
fix: DeviceV2AutoRois should always crop black edges 2023-09-05 01:29:44 +08:00
90d268d8a6
impr: apply FixRects to default ocr method 2023-08-30 20:52:02 +08:00
c1140803b1
feat: FixRects.split_connected 2023-08-30 20:35:35 +08:00
1c0a24d170
[fix, wip]: FixRects.connect_broken 2023-08-30 02:21:37 +08:00
8fe53043f7
typo: resize_fill_square 2023-08-30 01:31:42 +08:00
1a2cb5c5bd
[feat, wip]: FixRects.connect_broken 2023-08-30 01:30:58 +08:00
77aa640390
refactor!: device.v2.find -> device.v2.preprocess 2023-08-29 23:44:01 +08:00
193ca77b0d
feat: DeviceV2AutoRois 2023-08-29 23:36:34 +08:00
fb859950f1
chore: update dependencies 2023-08-29 23:33:46 +08:00
5f41cf30de
chore!: REMOVE paddleocr DEPENDENCY 2023-08-26 23:38:29 +08:00
91e50d0dab
wip: wip 2023-08-26 23:37:54 +08:00
5fc8581a3f
impr(sift_db): minor improvements 2023-08-16 18:13:31 +08:00
42979c67cb feat: DeviceV2 ocr API 2023-08-13 18:39:01 +08:00
7d885cfe46 refactor(ocr): change resize method 2023-08-13 18:38:14 +08:00
ea2b663e83 fix: previous refactor issues 2023-08-13 16:01:31 +08:00
c640754d87 fix: device.v1.__init__ 2023-08-12 22:33:41 +08:00
c1359cf6f5 feat: 283375/image-sift-database 2023-08-11 23:19:54 +08:00
2190a776b7 fix: remove invalid imports 2023-08-10 15:41:38 +08:00
2e3d78cd46 fix(crop): np.all instead of all 2023-08-10 15:40:56 +08:00
cb65b68507 chore: DeviceV2 better PFL_WIDTH 2023-08-10 01:21:21 +08:00
b9583f8c6a refactor!: device versions 2023-08-10 01:20:55 +08:00
c44813a212 chore: requirements update 2023-08-09 23:59:18 +08:00
1326ab66a2 refactor!: remove matchTemplate digit recognize functions 2023-08-09 23:43:50 +08:00
64598d0a84 chore: partial numpy & cv2 import to full import 2023-08-09 19:05:17 +08:00
920ceffb35 wip: Chieri V4 B30 ocr 2023-08-09 18:25:01 +08:00
74060b1412 Merge pull request #7 from 283375/device-v2
device-v2 temporary merge
2023-08-05 18:01:45 +08:00
ee0943ef0b feat, wip: device V2 2023-08-05 02:28:55 +08:00
8feb955cde chore!: basic mask module fixes 2023-08-05 02:28:20 +08:00
fd10c68c49 feat: support for ocr digits using cv2.ml.KNearest model 2023-08-05 02:27:31 +08:00
95987f6a2b feat: new gray masking algorithm 2023-08-02 01:41:07 +08:00
425b788c08 feat: XYWHRect __add__ __sub__ support 2023-08-02 01:40:36 +08:00
6c411e6769 fix: crop_black_edges 2023-07-26 22:03:11 +08:00
769ed35588 wip: split different versions of device 2023-07-16 14:24:27 +08:00
d9f18a3ad8 impr: improve wildcard import 2023-07-15 19:43:41 +08:00
1378931f68 Merge pull request #6 from 283375/typing-mat-fix
fix: typing annotations for `cv2.Mat`, closes #5
2023-07-07 13:52:02 +08:00
922fed8efe fix: typing annotations for cv2.Mat, see #5 2023-07-07 13:32:44 +08:00
e01f6cd6bc Merge pull request #4 from 283375/path-unicode
fix: unicode character in image path
2023-06-23 15:05:11 +08:00
e0009d0836 fix: unicode character in image path 2023-06-23 15:03:35 +08:00
c76b656f3d wip!: template rewrite & new ocr method for score 2023-06-21 02:53:53 +08:00
0fe5f09de0 style: ignore builtin template in pre-commit config 2023-06-21 02:53:42 +08:00
7bf88a4d3d feat: Device.repr_info() 2023-06-13 13:49:18 +08:00
b823339986 impr: __all__ for modules, style improvements 2023-06-10 18:47:35 +08:00
ea31aaf00c chore!: add recognize parts 2023-06-10 18:32:23 +08:00
4f26fd1b59 impr: split common preprocess functions 2023-06-10 17:27:43 +08:00
c7e870f42e impr: comments & fixes from ChatGPT 2023-06-10 17:27:02 +08:00
f9968ae8b3 init 2023-06-03 20:26:53 +08:00