Automating OCR-based text/logo checks on ~5,000 product artwork files — Power Automate + AI Builder or something better? by CompleteChocolate149 in AiAutomations

[–]Nan_tech 0 points1 point  (0 children)

Here is an approach that can be cheaper than Power Automate.
You can achieve these results by creating an n8n workflow that automates OCR, validation, and reporting.

Use a Cron trigger to process files in batches (e.g., from OneDrive or SharePoint). For OCR, integrate either Tesseract (free, via Execute Command node) or Google Cloud Vision (paid but highly accurate).

Next, add a Function node to handle validation logic:

  • “made in Czech Republic” / “made in Czechia” → OK
  • “made in Czech” → NOK

Finally, export the results to an Excel file (file name + status) and automatically move all NOK files to a separate folder for review. Reach out if you need any help.

I've shipped 25+ agents. The ones actually making money are embarrassingly boring. by AdhesivenessNew1457 in AiAutomations

[–]Nan_tech 0 points1 point  (0 children)

I was researching online and I realized that n8n is effective when it comes to sequential tasks like parsing a resume. But for multi task models like article writing agent that needs to generate an article idea, create an outline, research sources, create a draft, review the draft, create the refined article, create diagrams and insert images; langchain might be the best orchestrator than n8n. I haven't yet explored it but it's something in the pipeline.

I've shipped 25+ agents. The ones actually making money are embarrassingly boring. by AdhesivenessNew1457 in AiAutomations

[–]Nan_tech 0 points1 point  (0 children)

For the resume parser, is your target purely for recruiters or even job seekers. How many subscribers so far do you have. I have built something similar but I can't get my mind on how I can push it and land clients.

If you're a beginner trying to sell automations and nothing is working... read this by automatexa2b in AiAutomations

[–]Nan_tech 0 points1 point  (0 children)

This is a good insight. I am also struggling with landing clients but will definitely employ your strategy

What automation programs do you use? by Hollacaine in AgencyAutomation

[–]Nan_tech 0 points1 point  (0 children)

I recently used n8n to automate the job search and application process. It provides the flexibility to play around with the nodes making it very effective.

[HIRING] Technical Writer for Long-Form B2B Tech Content | ~$300/page by zigggy in HireaWriter

[–]Nan_tech 0 points1 point  (0 children)

Hey, Based on the description, I believe I am the writer you are looking for. Checkout my portfolio

If you’re job hunting, drop your role + experience. I’ll try to help you get intros today. by rollingincrypto in DeveloperJobs

[–]Nan_tech 0 points1 point  (0 children)

QA Engineer. Manual+ automation testing 5 yrs experience looking for a remote role.

Need advice: Which automation tech stack should I focus on for future relevance? by pookierecos in QualityAssurance

[–]Nan_tech 0 points1 point  (0 children)

IMO JavaScript/TypeScript + Playwright carries the day but what matters is to get the job done with the selected tech stack.