xinzhuang
3bbdf3b770
fixbug for computing 'not concating feature' (#896)
### What problem does this PR solve?
When pdfparser call `_naive_vertical_merge` method,there is a "not
concating feature " value by computing difference between `b` and `b_`'s
layoutno ,but actually is `b` and `b`. I think it's a bug, so fix it.
Please check again.
### Type of change
- [x] Bug Fix (non-breaking change which fixes an issue)
1年前
KevinHuSh
99be226c7c
fix coordinate error (#686)
### What problem does this PR solve?
#683
### Type of change
- [x] Bug Fix (non-breaking change which fixes an issue)
1年前
KevinHuSh
cab274f560
remove PyMuPDF (#618)
### What problem does this PR solve?
#613
### Type of change
- [x] Other (please describe):
1年前
KevinHuSh
8c07992b6c
refine code (#595)
### What problem does this PR solve?
### Type of change
- [x] Refactoring
1年前
KevinHuSh
d589b0f568
fix exception in pdf parser (#584)
### What problem does this PR solve?
#451
### Type of change
- [x] Bug Fix (non-breaking change which fixes an issue)
1年前
KevinHuSh
9d60a84958
refactor code (#583)
### What problem does this PR solve?
### Type of change
- [x] Refactoring
1年前
KevinHuSh
66f8d35632
Refactor (#537)
### What problem does this PR solve?
### Type of change
- [x] Refactoring
1年前
KevinHuSh
0dfc8ddc0f
enlarge docker memory usage (#501)
### What problem does this PR solve?
### Type of change
- [x] Refactoring
1年前
KevinHuSh
962c66714e
fix divide by zero bug (#447)
### What problem does this PR solve?
#445
### Type of change
- [x] Bug Fix (non-breaking change which fixes an issue)
1年前
加帆
39f1feaccb
Bug fix pdf parse index out of range (#440)
### What problem does this PR solve?
fix a bug comes when parse some pdf file #436
### Type of change
- [☑️ ] Bug Fix (non-breaking change which fixes an issue)
1年前
KevinHuSh
0499a3f621
rm page number exception for pdf parser (#424)
### What problem does this PR solve?
#423
### Type of change
- [x] Bug Fix (non-breaking change which fixes an issue)
1年前
KevinHuSh
453c29170f
make sure the models will not be load twice (#422)
### What problem does this PR solve?
#381
### Type of change
- [x] Refactoring
1年前
KevinHuSh
a5384446e3
let's load model from local (#163)
1年前
KevinHuSh
fd7fcb5baf
apply pep8 formalize (#155)
1年前
KevinHuSh
979b3a5b4b
support snapshot download from local (#153)
* support snapshot download from local
* let snapshot download from local
1年前
KevinHuSh
da21320b88
fix plainPdf bugs (#152)
1年前
KevinHuSh
71fe314955
refine page ranges (#147)
1年前
KevinHuSh
f6aee7f230
add use layout or not option (#145)
* add use layout or not option
* trival
1年前
KevinHuSh
6c6b144de2
refine manual parser (#140)
1年前
KevinHuSh
6999598101
refine for English corpus (#135)
1年前
KevinHuSh
9a843667b3
fix github account login issue (#132)
1年前
KevinHuSh
9da671b951
refine manul parser (#131)
1年前
KevinHuSh
675a9f8d9a
add dockerfile for cuda envirement. Refine table search strategy, (#123)
1年前
KevinHuSh
8f86ab9f7f
refine pdf parser, add time zone to userinfo (#112)
1年前
KevinHuSh
602038ac49
fix task cancling bug (#98)
1年前
KevinHuSh
8a57f2afd5
change callback strategy, add timezone to docker (#96)
1年前
KevinHuSh
7bfaf0df29
fix position extraction bug (#93)
* fix position extraction bug
* remove delimiter for naive parser
1年前
KevinHuSh
685b4d8a95
fix table desc bugs, add positions to chunks (#91)
1年前
KevinHuSh
8a726fb04b
solve task execution issues (#90)
1年前
KevinHuSh
3d4315c42a
resolve the issue of naive parser (#87)
1年前
KevinHuSh
0429107e80
fix user login issue (#85)
1年前
KevinHuSh
4568a4b2cb
refine admin initialization (#75)
1年前
KevinHuSh
d32322c081
rename vision, add layour and tsr recognizer (#70)
* rename vision, add layour and tsr recognizer
* trivial fixing
1年前
KevinHuSh
cacd36c5e1
use onnx models, new deepdoc (#68)
1年前
KevinHuSh
a8294f2168
Refine resume parts and fix bugs in retrival using sql (#66)
1年前
KevinHuSh
407b2523b6
remove unused codes, seperate layout detection out as a new api. Add new rag methed 'table' (#55)
1年前
KevinHuSh
51482f3e2a
Some document API refined. (#53)
Add naive chunking method to RAG
1年前
KevinHuSh
e6acaf6738
Add Q&A and Book, fix task running bugs (#50)
1年前
KevinHuSh
6224edcd1b
Add task moduel, and pipline the task and every parser (#49)
1年前
KevinHuSh
96a1a44cb6
add paper & manual parser (#46)
1年前
KevinHuSh
072f9dd5bc
Add app to rag module: presentaion & laws (#43)
1年前
KevinHuSh
484e5abc1f
llm configuation refine and trievalTest API refine (#40)
1年前
KevinHuSh
30791976d5
build python version rag-flow (#21)
* clean rust version project
* clean rust version project
* build python version rag-flow
1年前
KevinHuSh
d0db329fef
add llm API (#19)
* add llm API
* refine llm API
1年前
KevinHuSh
3245107dc7
use minio to store uploaded files; build dialog server; (#16)
* format code
* use minio to store uploaded files; build dialog server;
1年前
KevinHuSh
738c322508
add docker compose (#8)
* add docker compose
* add docker compose
1年前
KevinHuSh
f4456af464
init python part (#7)
1年前