
Closed
Posted
Paid on delivery
I have a working Python system that downloads public procurement plans (PAC) from a government portal and turns them into analytical Excel reports. I need a full review and improvement of the whole pipeline, not a rewrite — study the existing code, reuse what's good, fix and harden everything from collection to the final report. Scope (single phase): Extraction & OCR (top priority): scanned/photographed documents currently read with low confidence. Add image preprocessing (300+ DPI, deskew, adaptive binarization, denoise, auto rotation, numeric-column cropping), one-page-per-request reading, robust JSON parsing, and optional Tesseract/PaddleOCR cross-check of numbers. Data processing & classification: normalize fields, split New-Contracting vs Renewal, detect Framework Agreement and procedure type, and classify each item by market area and strategic fit (CORE / EXTENSION / DIVERSIFICATION / SERVICE / NON-ADDRESSABLE) — parameterizable by business profile. Validation & confidence: arithmetic checks (qty × price ≈ value), anomaly detection, per-item confidence scoring, smarter reprocessing. Analytical report (the goal): auto-generate a formatted multi-tab .xlsx (Opportunities by Area, New vs Renewal, Item Ranking, Dashboard, per-institution detail) with charts, conditional formatting, Kz currency format and formula totals. A reference report will be provided as the exact target. Must preserve existing features (resumable state, deduplication, cost economy) and never forge values. Stack: Python 3, PyMuPDF, Pillow, openpyxl, Anthropic API. Code comments in Portuguese. Validated against a sample document batch (before/after metrics + the generated report). Full technical brief + target report provided to the selected freelancer.
Project ID: 40499195
93 proposals
Remote project
Active 22 secs ago
Set your budget and timeframe
Get paid for your work
Outline your proposal
It's free to sign up and bid on jobs
93 freelancers are bidding on average $161 USD for this job

Hi, The image preprocessing pipeline you described — deskew, adaptive binarization, numeric-column cropping — is exactly the kind of thing that makes or breaks OCR confidence on scanned procurement docs, and it sounds like you've already diagnosed the problem correctly. I work in Python daily, and I've handled pipelines that mix PyMuPDF, Pillow, and openpyxl for document extraction and report generation before. The Tesseract/PaddleOCR cross-check idea for numeric columns is solid; I'd probably run it selectively on low-confidence fields rather than every page to keep API costs down. Your existing architecture — resumable state, deduplication — is worth keeping intact. I'd study the code before touching anything, not assume what needs fixing. Happy to look at the technical brief and sample docs if you want to share them.
$225 USD in 3 days
8.7
8.7

⭐⭐⭐⭐⭐ Improve Your Python System for Procurement Plans and Excel Reports ❇️ Hi My Friend, I hope you're doing well. I've reviewed your project requirements and noticed you're looking for a full review and improvement of your Python system for procurement plans. Look no further; Zohaib is here to assist you! My team has successfully completed 50+ similar projects for Python systems. I will study your existing code, enhance the pipeline, and ensure everything runs efficiently while preserving current features. ➡️ Why Me? I can easily improve your Python system for procurement plans as I have 5 years of experience in Python programming, OCR integration, and data processing. My expertise includes image preprocessing, JSON parsing, and analytical reporting. I also have a strong grip on Python libraries like PyMuPDF, Pillow, and openpyxl, ensuring a comprehensive approach to your project. ➡️ Let's have a quick chat to discuss your project in detail and let me show you samples of my previous work. I look forward to discussing this with you in our chat. ➡️ Skills & Experience: ✅ Python Programming ✅ OCR Integration ✅ Data Processing ✅ Image Preprocessing ✅ JSON Parsing ✅ Excel Reporting ✅ Anomaly Detection ✅ Confidence Scoring ✅ Chart Creation ✅ Conditional Formatting ✅ Database Management ✅ Technical Documentation Waiting for your response! Best Regards, Zohaib
$150 USD in 2 days
8.1
8.1

Hello!^^CHECKED most of stuff^^^^^^^I can perform a full audit and enhancement of your existing Python pipeline, focusing on OCR accuracy, data validation, classification logic, and production-quality Excel reporting while preserving the current architecture and cost-optimization features. I am expert Python/Django/Web scrapping developer have more than 8+ years of experience developing and managing web applications using AWS infrastructure and Django as the main web framework. I have a history of successful projects and happy employers. If requested, I can provide references. Waiting for your response. Thanks. Parminder
$351 USD in 2 days
8.1
8.1

Hi, You’ve already got the hard part working , the hidden cost here is the noisy OCR turning good data into fragile decisions. I can review the existing Python pipeline, keep what’s solid, and harden the full flow from extraction to the final Excel report without rewriting your system. I’ve worked on Python, JSON, and software architecture for document pipelines, and I’d approach this by improving image preprocessing, OCR fallback logic, validation, and the report generation in openpyxl while preserving resumable state, deduplication, and cost control. I’ll also keep your Portuguese comments intact and make sure no values are invented. I’ve shared an initial estimate based on your description, and once we go over a few technical or functional details, I’ll confirm the exact cost and delivery schedule. Could you share the target sample batch and confirm whether Tesseract/PaddleOCR should be used as a fallback or in parallel? Also, do you want the confidence scoring rules driven by fixed thresholds or by the business profile settings? And should the final workbook mirror the reference report exactly, even if that means matching formatting quirks? Looking forward to your reply so we can finalize the exact plan. Should the OCR fallback be used in parallel with the current engine, or only when confidence drops like a nervous accountant? Thanks, Asad
$150 USD in 14 days
8.2
8.2

Greetings, I see you’re looking for someone to enhance your existing Python OCR system for processing public procurement plans. The goal is to improve the extraction and analysis of scanned documents while ensuring the current features remain intact. I’d dive into your code, identifying strengths to retain and areas needing improvement, especially in image preprocessing and data validation. With experience in Python, OCR technologies like Tesseract and image processing, I can enhance your pipeline by implementing robust techniques for better data extraction and classification. I understand the importance of maintaining accuracy and will ensure that all values are validated and anomalies detected. Creating a comprehensive analytical report in Excel with all the required formatting and charts will be a key focus. Looking forward to collaborating on this project. Best regards, Saba Ehsan
$200 USD in 2 days
7.3
7.3

Hi, We’ve developed similar systems that extract data from scanned documents and generate analytical reports. In one project, we used Tesseract and Google Vision to extract data from invoices and receipts, then classified them into categories like business expenses, personal expenses, and more. We also implemented features like auto-categorization based on past user behavior and manual corrections to improve accuracy. For your project, we can enhance the existing OCR pipeline and add new features like: * Image preprocessing (denoising, deskewing, etc.) * Multi-page document processing * Cross-validation with multiple OCR engines * Data validation and anomaly detection Let’s schedule a 10-minute call to discuss your project in detail and see if I’m the right fit. I usually respond within 10 minutes. I’m eager to learn more about your exciting project. Best regards, Adil
$154 USD in 7 days
7.5
7.5

Hardening your PAC OCR pipeline... I see you need an experienced Python developer to optimize your existing PAC extraction system, specifically improving low-confidence OCR scans via preprocessing and generating a strict multi-tab Excel report, with code comments in Portuguese. Here is my exact execution plan to refactor this for you: Preprocessing & OCR: I will implement advanced image preprocessing (using Pillow for deskew, denoise, and binarization) and Tesseract/PaddleOCR cross-checking to guarantee high-fidelity extraction, strictly preserving your resumable state and cost economy. Classification & Anthropic API: I will optimize the data parsing to accurately normalize fields, classify strategic fits, and run arithmetic anomaly checks without ever forging values. The Excel Handoff: I will use openpyxl to auto-generate the exact multi-tab .xlsx reference report (Dashboard, Kz currency, formula totals), delivering the fully optimized codebase with all comments in Portuguese. Budget & Timeline: Based on my senior rate, I will deliver this complete pipeline optimization for $250 USD within 5 to 7 days . Quick question: For the Tesseract/PaddleOCR cross-check, should this trigger universally on all scans, or only dynamically when the primary Anthropic/PyMuPDF extraction falls below a specific confidence threshold?
$250 USD in 7 days
7.2
7.2

Hi there, I understand you need a full review and hardening of your existing Python PAC procurement pipeline, especially OCR accuracy, preprocessing, validation, classification, confidence scoring, and automated formatted Excel reporting without rewriting working features. I have experience improving Python data pipelines with PyMuPDF, Pillow, OCR preprocessing, structured JSON extraction, openpyxl reporting, anomaly checks, resumable processing, deduplication, and analytical Excel dashboards with charts and conditional formatting. I will audit the current code, strengthen scanned-document extraction with preprocessing and OCR cross-checks, normalize and classify items, add confidence and arithmetic validation, then generate the target multi-tab Kz-formatted Excel report with before/after metrics and Portuguese code comments. Q1: Can you share the reference Excel report structure and sample PAC batch for validation? Q2: Should PaddleOCR/Tesseract be mandatory or optional fallback depending on document quality? Q3: What business profile rules should define CORE, EXTENSION, DIVERSIFICATION, SERVICE, and NON-ADDRESSABLE? Best regards.
$140 USD in 7 days
7.3
7.3

Hello, I have carefully reviewed your requirements and understand that you need an experienced Python engineer to analyze, optimize, and harden your existing PAC extraction pipeline without rewriting it, with a primary focus on OCR accuracy, data validation, classification quality, and analytical Excel reporting. With over 10 years of experience in Python, OCR, OpenCV, document processing, AI-powered extraction systems, data analysis, and Excel automation, I have worked extensively with PyMuPDF, Pillow, OpenCV, Tesseract, PaddleOCR, openpyxl, and LLM-based document processing workflows. I can help improve: • OCR Accuracy Through Advanced Image Preprocessing • Deskewing, Denoising, Adaptive Binarization & Auto Rotation • Tesseract/PaddleOCR Cross-Validation • Robust JSON Parsing & Confidence Scoring • Data Normalization & Classification Logic • Arithmetic Validation & Anomaly Detection • Intelligent Reprocessing Workflows • Multi-Tab Excel Report Generation with Charts & Formatting • Performance Optimization While Preserving Existing Features • Resumable Processing, Deduplication & Cost Efficiency I will provide 2 years of free ongoing support, complete source code ownership, technical documentation, testing reports, and assistance through deployment and validation. Thank you.
$140 USD in 7 days
7.6
7.6

Hi. I specialize in OCR implementation and can seamlessly integrate your preferred stack, whether that involves Anthropic, Tesseract, or PaddleOCR. I have extensive experience processing high volumes of complex PAC documents with a focus on accuracy and speed. My approach includes setting up clear milestone payments to ensure transparency and smooth project execution throughout the timeline. I am ready to discuss your specific monthly volume requirements and optimize the solution for your needs in Luanda. Let's connect to finalize the technical details and get started immediately.
$50 USD in 1 day
6.9
6.9

Hi, This project is a great fit for my background in Python automation, OCR pipelines, data processing, and Excel reporting. My approach would be to first audit the existing codebase and preserve the parts that are already working well. From there, I'll focus on strengthening the OCR layer (image preprocessing, deskewing, denoising, adaptive thresholding, Tesseract/PaddleOCR validation), improving data normalization and classification logic, implementing confidence scoring and validation checks, and producing the final Excel report to match your reference format as closely as possible. I understand the importance of maintaining resumable processing, deduplication, cost efficiency, and data integrity—no fabricated values, only traceable results with measurable before/after improvements. I'm comfortable working with Python 3, PyMuPDF, Pillow, OpenPyXL, OCR tools, and API-driven workflows, and can document the code in Portuguese as requested. Muhammad Usman
$180 USD in 2 days
6.9
6.9

With over a decade of experience in Python development and a special focus on AI automation, my skills align perfectly with your project needs. I have extensive experience in automating complex processes such as the one you've outlined - streamlining workflows, enhancing OCR functionality, implementing image processing techniques, and generating analytical reports. My automation projects have always delivered tangible results and impactful insights. In addition to my technical knowledge, I'm also well-versed in data analysis and have a keen eye for detail which will be invaluable during the validation and confidence scoring processes that you require. My prior experience working with large datasets, as is the case with your public procurement plans, has sharpened my anomaly detection skills and given me a strategic edge in identifying patterns within data that others might miss. As far as OCR enhancement is concerned, I have previously leveraged Python libraries like PyMuPDF and Pillow for analyzing scanned documents effectively.
$750 USD in 14 days
7.0
7.0

Hello There!!! ★★★★ (OCR pipeline enhancement for scanned procurement documents with accuracy and reliability focus) ★★★★ Project understanding: I understand you already have a working Python pipeline for downloading PAC documents and generating Excel reports. You need to improve OCR accuracy, strengthen data validation, enhance classification logic, and upgrade reporting without rewriting the existing system. Services: ⚜ Image preprocessing (deskew, denoise, 300 DPI, binarization) ⚜ PyMuPDF + Pillow extraction improvements ⚜ Tesseract / PaddleOCR cross validation ⚜ Data normalization & classification logic ⚜ Confidence scoring & anomaly detection ⚜ openpyxl multi-tab Excel report generation ⚜ Pipeline optimization & cost efficiency I have experience improving OCR pipelines using Python, OpenCV and PyMuPDF, also building analytics Excel systems. I will carefully study your existing code, reuse strong parts and only improve weak areas. I use Anthropic API integration and write clean structured code (even with portuguese comments if needed). some minor improvment and testing will be done with sample batch for accuracy. Let’s discuss and start refining it. Warm Regards, Farhin B.
$110 USD in 10 days
6.6
6.6

Hello, I trust you're doing well. I am well experienced in machine learning algorithms, with nearly a decade of hands-on practice. My expertise lies in developing various artificial intelligence algorithms, including the one you require, using Matlab, Python, and similar tools. I hold a doctorate from Tohoku University and have a number of publications in the same subject. My portfolio, which showcases my past work, is available for your review. Your project piqued my interest, and I would be delighted to be part of it. Let's connect to discuss in detail. Warm regards. please check my portfolio link: https://www.freelancer.com/u/sajjadtaghvaeifr
$250 USD in 7 days
6.4
6.4

With extensive experience in software development and a vast range of technical skills under my belt, I am confident in my ability to enhance your Python OCR system for scanned documents. Not only do I possess significant knowledge in Python 3, a crucial stack for this project, but my proficiency with PyMuPDF, Pillow, and openpyxl complements your existing framework. I am well-versed in building effective image preprocessing features such as deskew, adaptive binarization, denoise operations, and auto rotation that will significantly improve the confidence level of document interpretation and extraction. My background in data processing and classification aligns perfectly with your project scope. As a Certified Development Manager, I am adept at normalizing fields, detecting different types of procedures and classifying items according to specified parameters. The integration of crucial business profiles in this phase will enable efficient categorization by market area and strategic fit. My skilled anomaly detection methodologies paired with arithmetic checks will ensure validation and improved confidence scoring, bringing significant value to your dataset. Additionally, as an agile practitioner that follows the tenets of S.O.L.I.D., DRY, TDD methodologies aligned with my certification from Google Academy as a development manager helps me deeply resonate with your preference for validated code.
$140 USD in 7 days
6.7
6.7

&& YOLO, OCR, OpenCV, Tensorflow, PyTorch, Keras, ML/DL model && Hi, How are you?. I have full skills and full experiences of this field. I have developed many Image Processing project and I am expert in these fields I can finish your project with high quality and on time. Please send me your message to discuss more about your project. I am waiting your reply now. Thanks.
$140 USD in 2 days
5.9
5.9

Hi, I can review your existing Python system and improve the full pipeline from data extraction to final Excel report. I will reuse your current code where it works and fix issues in OCR data collection processing validation and reporting. I will improve OCR with image preprocessing like 300+ DPI deskew binarization denoise auto rotation and numeric column cropping. I can also add Tesseract and PaddleOCR cross checks for better accuracy. I will normalize fields split New-Contracting and Renewal detect framework agreements and classify each item by market area and strategic fit (CORE EXTENSION DIVERSIFICATION SERVICE NON-ADDRESSABLE) based on your business rules. I will add validation for quantity price and value consistency anomaly detection and confidence scoring with smart reprocessing where needed. I will generate a structured multi tab Excel report using openpyxl with charts conditional formatting Kz currency format and totals matching your reference report. Existing features like resumable state and deduplication will be preserved and nothing will be forged or assumed. Stack will be Python 3 PyMuPDF Pillow openpyxl Anthropic API with code comments in Portuguese. Let's discuss in chat to proceed further. Regards, Elexoft Technologies
$250 USD in 40 days
6.0
6.0

Hi, You need to harden your existing Python procurement pipeline by upgrading OCR confidence on scanned PAC documents and streamlining the classification logic for strategic market analysis. I’ve built similar computer vision pipelines, specifically a license plate detection system where I implemented adaptive binarization and deskewing to handle low-quality, high-angle inputs. For your OCR, I recommend a hybrid approach: using OpenCV for aggressive image preprocessing (CLAHE for contrast enhancement) followed by a PaddleOCR/Tesseract cross-check to validate numeric precision. I’ve previously optimized heavy data processing scripts to ensure resumable states and arithmetic integrity. My focus is on delivering a robust, clean output that mirrors your target Excel format without compromising your existing deduplication logic. Are you using a specific library for your current image deskewing, or should we implement a custom Hough Transform approach?
$225 USD in 7 days
6.1
6.1

This is exactly the kind of pipeline where a careful review beats a full rewrite. The system already works, so the goal should be to harden extraction, improve confidence, and make the Excel output reliable enough for real decision-making. I'm Dimitar, a senior Python developer with strong experience in OCR workflows, document parsing, data validation, Excel automation, and AI-assisted extraction pipelines. I can review your current Python codebase, preserve the working parts, and improve the weak points across the full PAC pipeline: • PDF/image preprocessing with PyMuPDF, Pillow, deskew, denoise, rotation, binarization, and cropping • More reliable OCR/extraction with one-page processing, JSON validation, and optional Tesseract/PaddleOCR numeric cross-checks • Field normalization, renewal/new-contract detection, framework/procedure classification • Parameterized market-area and strategic-fit classification • Arithmetic validation, anomaly detection, confidence scoring, and smart reprocessing • Formatted multi-tab Excel reports using openpyxl with charts, formulas, Kz currency, conditional formatting, and dashboards • Portuguese code comments, before/after metrics, and clear technical handoff I will not invent or “fix” uncertain values silently. Low-confidence items will be flagged and reprocessed or clearly marked. Happy to review the brief, sample batch, and target report so we can define the improvement plan. — Dimitar
$140 USD in 7 days
5.7
5.7

Hello, based on your project description, I understand that you have a working Python system that downloads public procurement plans from the government portal and turns them into analytical Excel reports and need the whole pipeline reviewed and improved. I am ready to deliver high quality results so leave me a message at your earliest convenience to discuss the next steps forward. Let's make it happen, Fahad.
$140 USD in 1 day
5.7
5.7

Luanda, Angola
Payment method verified
Member since May 14, 2021
$250-750 USD
$30-250 USD
$30-250 USD
$10-30 USD
$30-250 USD
₹12500-37500 INR
€8-30 EUR
₹600-1500 INR
₹1500-12500 INR
$250-750 USD
$250-750 USD
₹600-1500 INR
$750-1500 USD
₹1500-12500 INR
₹750-1250 INR / hour
₹600-1000 INR
$15-25 USD / hour
$250-750 USD
$30-250 USD
$250-750 CAD
₹12500-37500 INR
₹1500-12500 INR
$250-750 USD
min $50 AUD / hour
$750-1500 USD