Tamilselvan K
Tamilselvan K
Any one knows about docvqa dataset format to train my custom dataset...thx in advance :)
below table detection exactly crops the table.. but i need to some gap in right and left side... because when we pass the table crop image to ocr edges values...
hi @NielsRogge @bsmock , i have use paddleocr instead of easyocr in table transfomer nd i have an issue can u resolve it !!! ``` # load paddleOCR ocr =...
@felixdittrich92 i have face result image is not upto quality...fonts are breaks in result image.. ``` model = ocr_predictor(pretrained=True) # PDF doc = DocumentFile.from_pdf("bankstatement.pdf") # Analyze result = model(doc) import...
``` -------------------------------------- C++ Traceback (most recent call last): -------------------------------------- No stack trace in paddle, may be caused by external reasons. ---------------------- Error Message Summary: ---------------------- FatalError: `Termination signal` is detected...
请提供下述完整信息以便快速定位问题/Please provide the following information to quickly locate the problem - 系统环境/System Environment:Ubuntu - 版本号/Version:Paddle: PaddleOCR: 问题相关组件/Related components:paddleocr latest - 运行指令/Command Code: - 完整报错/Complete Error Message:-------------------------------------- C++ Traceback (most recent...
How to convert result.json bounding box and words details into csv output ? @VikParuchuri @yquemener @yvrjsharma
ModuleNotFoundError: No module named 'surya.model.segformer' Change This From from surya.model.segformer import load_model, load_processor To from surya.model.detection.segformer import load_model, load_processor
below table detection exactly crops the table.. but i need some gap in right and left side... because when we pass the table crop image to ocr edges values were...
In borderless table image ...After find the table where that image passed to ocr process or need to save that extracted table image in borderless @xavctn