François Allain
François Allain
Hello, What version of msfilereader do you use? I recommend trying with a different version of msfilereader, these are just python wrappers to it. You are the first one to...
Interesting thanks, what was the original version of msfilereader? What did you try? On Wednesday, October 17, 2018, pmrotem wrote: > Hi, > > Just to let you know, it...
@pmrotem Could you provide your rawfile so that I (or Thermo) can reproduce this bug? It must be a regression bug introduced in version 3.1
Also, have you been trying on the same OS? Which one? Same version of comtypes? Which one? Same version of python? Which one? What are the combinations of MSFileReader-Python versions...
@elanger4 It seems the COM class name has changed, see https://github.com/ExplodingCabbage/MSFileReader-Python-bindings/commit/e5568e06539acb4c81f3bc51d0033c67553423db . In the process to update this package to work with MSFileReader/MSFileReader_3.1SP4_x64.exe and publish it to pypi.
@elanger4 I've not been able yet to make 3.1SP4 work. It seems like it is not registered in the COM server, and registering myself with `%systemroot%\SysWoW64\regsvr32 "C:\Program Files\Thermo\MSFileReader\XRawfile2_x64.dll"` with admin...
@elanger4 I found out what is the problem with MSFileReader 3.1 SP4 x64 : it does not write anything to the Windows registry to register its `XRawfile2_x64.dll`. But I circumvented...
Very good to know, I'll add it to the Readme as the primary way of doing it because simpler. Thanks for your feedback On Friday, April 10, 2020, Florian P....
@PaulNobrega Thanks for your contribution, hopefully Thermo will correct this bug in the future.
My specific usecase in production is the following: ```python from doctr.models.detection import db_resnet50 from doctr.models.detection.predictor import DetectionPredictor from doctr.models.predictor import OCRPredictor from doctr.models.preprocessor import PreProcessor from doctr.models.recognition import crnn_vgg16_bn from...