dedoc icon indicating copy to clipboard operation
dedoc copied to clipboard

pdf broken encoding reader

Open sinkudo opened this issue 8 months ago • 1 comments

Reader to extract code from PDF with complex background using information from PDF

added my code from project needed to extract text:

  1. reader
  2. config
  3. h5 models
  4. text post processing
  5. fontforge wrapper
  6. example pdf

added script to scripts dir to extract text using reader

edited index.html, api_args, manager_config, gitignore and requirements

sinkudo avatar Apr 03 '25 14:04 sinkudo

Please look to the logs of test pipelines - they all should pass before merge

NastyBoget avatar Apr 07 '25 11:04 NastyBoget

problems with imports (numpy) during running tests installs numpy 2.0.2 but required numpy<2.0. Runned even on dedoc without my commits on devolopment branch, but problem remains. Please check

sinkudo avatar May 21 '25 04:05 sinkudo