kunzheng
210fa64e0f
fix: don't load label/fields when load project ( #100 )
2020-03-08 20:52:05 -07:00
kunzheng
37013b1d8e
refactor: use Azure CDN to host pdf.js ( #98 )
...
* refactor: use Azure CDN to host pdf.js
* fix: correct parameter name when call getDocument
2020-03-06 18:21:23 -08:00
tianxiang
e88583d4b0
fix: github security warning ( #97 )
2020-03-06 15:49:53 -08:00
tianxiang
8e193d41c9
fix: add toast narrator ( #96 )
...
Co-authored-by: kunzheng <58841788+kunzms@users.noreply.github.com>
2020-03-06 13:02:28 -08:00
stew-ro
cd862c3cd5
fix: check if prediction has null values ( #95 )
2020-03-06 10:42:34 -08:00
Xin Zou
83eae6a28f
Update README.zh-cn.md
2020-03-05 21:46:30 -08:00
kunzheng
449533ed15
Update README.md
2020-03-05 21:41:10 -08:00
tianxiang
e79424982f
fix: predict spinner cannot be read ( #92 )
...
* fix: predict spinner cannot be read
* refactor: recommit to refresh update
* fix: add conditional aria label
* refactor: remove traveling whitespace
* refactor: delete orig file
Co-authored-by: kunzheng <58841788+kunzms@users.noreply.github.com>
2020-03-05 18:28:19 -08:00
stew-ro
fdd4f0e378
refactor: make predict download on seperate row from predict header ( #94 )
...
Co-authored-by: kunzheng <58841788+kunzms@users.noreply.github.com>
2020-03-05 17:51:00 -08:00
kunzheng
209039e829
fix: load type/format info from fields.json when create new project ( #93 )
...
* fix: load type/format info from fields.json when create new project
* fix: load type/format info from fields.json when create new project
2020-03-05 13:22:21 -08:00
Xin Zou
f522811806
add zh-ch readme ( #91 )
...
* add zh-ch readme
* fix zh-ch readme spell error
* Update README.zh-cn.md
Co-Authored-By: Xin Zou <xinz@outlook.com>
* Update README.zh-cn.md
Co-Authored-By: Xin Zou <xinz@outlook.com>
* Update README.zh-cn.md
Co-Authored-By: Xin Zou <xinz@outlook.com>
* Update README.zh-cn.md
Co-Authored-By: Xin Zou <xinz@outlook.com>
* Update README.zh-cn.md
Co-Authored-By: Xin Zou <xinz@outlook.com>
* Update Readme.zh-cn.md, fix `confidence` and `form` Chinese translate
* Update Readme.zh-cn.md
Co-authored-by: Xin Zou <xinz@outlook.com>
2020-03-05 11:43:57 -08:00
tianxiang
b86a951705
fix: add jsonSchema helper make error message read when focus on input ( #90 )
...
* fix: error message narrate
* refactor: remove useless file displayName
* refactor: remove useless ui:field and changed whitespace
* refactor: add error id check and refact code
* refactor: refact code
* refactor: refact wrong typo
Co-authored-by: kunzheng <58841788+kunzms@users.noreply.github.com>
2020-03-04 16:25:49 -08:00
stew-ro
37d1298fbe
feat: add table tooltip and hover state ( #89 )
...
* feat: add tooltip to table icons
* feat: add hover and select states to tables
* style: change eol to LF
* bug: handle when user keyboards to the next page while pointer is on icon
* refactor: make getResolutionForZoom dynamic with passed zoom
* refactor: remove console.log
* refactor: remove unused functions
2020-03-04 14:25:34 -08:00
Xin Zou
df7b34eb3c
Update README.md ( #88 )
2020-03-03 14:19:34 -08:00
Xin Zou
b23e1f105e
Update issue templates
2020-03-03 08:42:48 -08:00
kunzheng
996239b1d0
Update README.md
2020-03-02 14:21:52 -08:00
kunzheng
ba6b454c71
Update README.md
2020-03-02 13:34:27 -08:00
kunzheng
5a4cdda5f0
Update README.md
2020-03-02 13:12:22 -08:00
kunzheng
9531edef71
Update README.md
2020-03-02 12:42:42 -08:00
kunzheng
55e36fe426
Update README.md
2020-03-02 12:13:57 -08:00
kunzheng
2b3c68a184
accessibility: elimate duplicate root id ( #86 )
2020-03-02 11:05:33 -08:00
Xin Zou
3c16ef2bb7
Update README.md
2020-02-28 22:54:33 -08:00
Xin Zou
e971c8ebf9
Update README.md ( #85 )
...
* Update README.md
add FOTT
* Update README.md
2020-02-28 20:02:50 -08:00
tianxiang
13004223a5
fix: tagged words cannot be highlighted and tagged word will be untagged ( #84 )
...
* fix: tagged words cannot be highlighted by using keyboard and tagged word will be untagged
* refactor: remove console
* refactor: Remove useless varaiable
* fix: remove add tagged words to asset and use regionId to find selected region
* fix: use redraw to highlight the tagged word and add keyboard access start from tagged element
Co-authored-by: kunzheng <58841788+kunzms@users.noreply.github.com>
2020-02-28 16:55:03 -08:00
kunzheng
7294fa12a5
refactor: change project extension to fott ( #83 )
2020-02-27 17:12:22 -08:00
kunzheng
146e2f81de
accessibility: add skip button to skip to page main content ( #82 )
...
* accessibility: add skip button to skip to page main content
* fix: revert unused change
* fix: tslint error
2020-02-27 15:35:27 -08:00
tianxiang
7c2408a497
fix: incorrect information are autofilled ( #80 )
...
Co-authored-by: kunzheng <58841788+kunzms@users.noreply.github.com>
2020-02-27 15:07:17 -08:00
stew-ro
2796138b38
Ro stew/add checkmarks to commandbar layers ( #81 )
...
* feat: display checkmark on active layers in commandbar
* style: remove trailing white space
2020-02-27 14:58:22 -08:00
stew-ro
6e1162e7bd
refactor: change command bar icons and style ( #79 )
...
Co-authored-by: kunzheng <58841788+kunzms@users.noreply.github.com>
2020-02-26 16:21:56 -08:00
stew-ro
2ab54565f4
refactor: seperate text and table feature styling ( #78 )
2020-02-26 16:09:16 -08:00
stew-ro
24aec84169
feat: add command bar for filtering and other commands ( #75 )
...
* refactor: seperate text features and tables into seperate layers
seperate text features and tables into seperate layers. Enables
funtionlity to filter by tables and text features
* feat: add feature to toggle displaying text features
* feat: add canvas navbar for filtering features and other commands
* refactor: use customized inline icons
* refactor: rename theme variable
Co-authored-by: kunzheng <58841788+kunzms@users.noreply.github.com>
2020-02-26 15:04:15 -08:00
kunzheng
92abaa4ab4
accessibility: make skip-button skip to home icon ( #76 )
...
* accessibility: make skip-button skip to home icon
* accessibility: make skip-button skip to home icon
2020-02-26 13:57:42 -08:00
stew-ro
b439f909c1
feat: add toggle to display text features ( #73 )
...
* refactor: seperate text features and tables into seperate layers
seperate text features and tables into seperate layers. Enables
funtionlity to filter by tables and text features
* feat: add feature to toggle displaying text features
Co-authored-by: kunzheng <58841788+kunzms@users.noreply.github.com>
2020-02-26 12:29:16 -08:00
tianxiang
08f82eb881
fix: remove visited link narrate behind delete button ( #74 )
...
* fix: fix to remove visited link narrate behind delete button
* fix: fix typo connection
Co-authored-by: kunzheng <58841788+kunzms@users.noreply.github.com>
2020-02-26 10:40:52 -08:00
stew-ro
65d35260d8
refactor: seperate text features and tables into seperate layers ( #72 )
...
seperate text features and tables into seperate layers. Enables
funtionlity to filter by tables and text features
2020-02-26 10:11:03 -08:00
stew-ro
d56e83c244
refactor: replace bootstrap alert with ui fabric alert ( #69 )
...
* refactor: replace bottstrap alert with ui fabric alert
* refactor: replace alert with ui fabric
* refactor: remove unused state
* refactor: removed unused imports
* style: correct trailing whitespce
* fix: removed calls to open in alert test
Co-authored-by: kunzheng <58841788+kunzms@users.noreply.github.com>
2020-02-25 19:33:23 -08:00
kunzheng
5017f325b7
docs: correct README typo ( #71 )
2020-02-25 16:21:46 -08:00
tianxiang
b994a15b98
fix: Add required when narrating in some required properties ( #70 )
...
* fix: Add required when narrating in some required properties
* refactor: recover no use change
Co-authored-by: kunzheng <58841788+kunzms@users.noreply.github.com>
2020-02-25 15:58:18 -08:00
kunzheng
477e084bea
fix: redirect all URI to index page ( #68 )
2020-02-25 13:56:56 -08:00
stew-ro
38c8be0a8d
fix: add check if no tables are in ocr ( #67 )
2020-02-25 13:25:46 -08:00
tianxiang
5e88f0b5ea
fix: fix useEffect will be triggered when typing input ( #66 )
2020-02-24 15:57:43 -08:00
tianxiang
6e7e96cfa4
fix:change link to button ( #64 )
...
Co-authored-by: kunzheng <58841788+kunzms@users.noreply.github.com>
2020-02-24 14:45:30 -08:00
tianxiang
8401e34212
fix: add new project focus when component update ( #65 )
...
Co-authored-by: kunzheng <58841788+kunzms@users.noreply.github.com>
2020-02-24 14:37:42 -08:00
kunzheng
48a0961643
accessibility: change next/prev page hotkey ( #63 )
...
* accessibility: change next/prev page hotkey
* fix: fix tslint error
2020-02-24 10:51:24 -08:00
kunzheng
cbdf8b9e85
refactor: replace dialog with ui fabric dialog ( #62 )
2020-02-21 21:59:44 -08:00
stew-ro
f0562a2c01
docs: update readme with info about displayed ocr tables ( #61 )
2020-02-21 17:38:20 -08:00
Xin Zou
6bd1038b43
Update README.md ( #59 )
2020-02-21 17:04:30 -08:00
tianxiang
324f179a3f
fix: focus on pages first interactive UI element ( #56 )
...
* fix:pages focus issues
* fix:get focus position in tag toolbar by using index
* refactor: remove useless space
* refactor: refact the code with ternary
Co-authored-by: kunzheng <58841788+kunzms@users.noreply.github.com>
2020-02-21 13:28:27 -08:00
stew-ro
bc3382fbd9
feat: add ocr table ui to canvas ( #58 )
...
* feat: add ocr table ui to canvas
add ocr table ui to canvas on tag page. Table UI consists of table
border and tabble icon button. Table border is shown when table icon is
clicked
* refactor: remove logging to console statement
Co-authored-by: kunzheng <58841788+kunzms@users.noreply.github.com>
2020-02-21 11:49:50 -08:00
kunzheng
b5ddbbc315
refactor: change 'azure blob storage' to 'azure blob container' ( #57 )
2020-02-21 11:08:35 -08:00